diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
commit | d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /media/mtransport | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.lz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.xz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.zip |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'media/mtransport')
-rw-r--r-- | media/mtransport/build/moz.build | 1 | ||||
-rw-r--r-- | media/mtransport/common.build | 1 | ||||
-rw-r--r-- | media/mtransport/moz.build | 1 | ||||
-rw-r--r-- | media/mtransport/test/moz.build | 1 | ||||
-rw-r--r-- | media/mtransport/testlib/moz.build | 1 | ||||
-rw-r--r-- | media/mtransport/third_party/moz.build | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/media/mtransport/build/moz.build b/media/mtransport/build/moz.build index 2d6e01ee4..4bac8210f 100644 --- a/media/mtransport/build/moz.build +++ b/media/mtransport/build/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/media/mtransport/common.build b/media/mtransport/common.build index 4050af366..3ba5b63ef 100644 --- a/media/mtransport/common.build +++ b/media/mtransport/common.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/media/mtransport/moz.build b/media/mtransport/moz.build index bd1475721..e38df0359 100644 --- a/media/mtransport/moz.build +++ b/media/mtransport/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/media/mtransport/test/moz.build b/media/mtransport/test/moz.build index d769e62f2..61eaa06be 100644 --- a/media/mtransport/test/moz.build +++ b/media/mtransport/test/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/media/mtransport/testlib/moz.build b/media/mtransport/testlib/moz.build index fc11bb311..c5429ab2c 100644 --- a/media/mtransport/testlib/moz.build +++ b/media/mtransport/testlib/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/media/mtransport/third_party/moz.build b/media/mtransport/third_party/moz.build index 4d4013819..c54c4e464 100644 --- a/media/mtransport/third_party/moz.build +++ b/media/mtransport/third_party/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |