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/libcubeb | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'media/libcubeb')
-rw-r--r-- | media/libcubeb/include/moz.build | 1 | ||||
-rw-r--r-- | media/libcubeb/moz.build | 1 | ||||
-rw-r--r-- | media/libcubeb/src/moz.build | 1 | ||||
-rw-r--r-- | media/libcubeb/tests/moz.build | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/media/libcubeb/include/moz.build b/media/libcubeb/include/moz.build index 2278098e97..df0230051e 100644 --- a/media/libcubeb/include/moz.build +++ b/media/libcubeb/include/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/libcubeb/moz.build b/media/libcubeb/moz.build index ff154e13c1..f6558b48f0 100644 --- a/media/libcubeb/moz.build +++ b/media/libcubeb/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/libcubeb/src/moz.build b/media/libcubeb/src/moz.build index 772aa6d39f..b53dec7998 100644 --- a/media/libcubeb/src/moz.build +++ b/media/libcubeb/src/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/libcubeb/tests/moz.build b/media/libcubeb/tests/moz.build index ca63a4d8fe..2973e58839 100644 --- a/media/libcubeb/tests/moz.build +++ b/media/libcubeb/tests/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/. |