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 /tools | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fuzzing/interface/moz.build | 1 | ||||
-rw-r--r-- | tools/fuzzing/libfuzzer/harness/moz.build | 1 | ||||
-rw-r--r-- | tools/fuzzing/libfuzzer/moz.build | 1 | ||||
-rw-r--r-- | tools/fuzzing/moz.build | 1 | ||||
-rw-r--r-- | tools/memory-profiler/moz.build | 1 | ||||
-rw-r--r-- | tools/moz.build | 1 | ||||
-rw-r--r-- | tools/power/moz.build | 1 | ||||
-rw-r--r-- | tools/profiler/moz.build | 1 | ||||
-rw-r--r-- | tools/quitter/moz.build | 1 | ||||
-rw-r--r-- | tools/update-packaging/moz.build | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/tools/fuzzing/interface/moz.build b/tools/fuzzing/interface/moz.build index 6b2bb968cf..1f79f920fa 100644 --- a/tools/fuzzing/interface/moz.build +++ b/tools/fuzzing/interface/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/tools/fuzzing/libfuzzer/harness/moz.build b/tools/fuzzing/libfuzzer/harness/moz.build index 596018cb3c..f634bd6f84 100644 --- a/tools/fuzzing/libfuzzer/harness/moz.build +++ b/tools/fuzzing/libfuzzer/harness/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/tools/fuzzing/libfuzzer/moz.build b/tools/fuzzing/libfuzzer/moz.build index b37afdf9ce..69eee9afa8 100644 --- a/tools/fuzzing/libfuzzer/moz.build +++ b/tools/fuzzing/libfuzzer/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/tools/fuzzing/moz.build b/tools/fuzzing/moz.build index a9ac90e87e..26cc7a7d05 100644 --- a/tools/fuzzing/moz.build +++ b/tools/fuzzing/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/tools/memory-profiler/moz.build b/tools/memory-profiler/moz.build index cd37ffdb24..434617f06c 100644 --- a/tools/memory-profiler/moz.build +++ b/tools/memory-profiler/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/tools/moz.build b/tools/moz.build index 92ca05ace2..b41094f6d9 100644 --- a/tools/moz.build +++ b/tools/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/tools/power/moz.build b/tools/power/moz.build index a7e694a878..517f969c1e 100644 --- a/tools/power/moz.build +++ b/tools/power/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/tools/profiler/moz.build b/tools/profiler/moz.build index 465d01630a..5eb52fd1d2 100644 --- a/tools/profiler/moz.build +++ b/tools/profiler/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/tools/quitter/moz.build b/tools/quitter/moz.build index d58c0d7b4b..8e7cfe026c 100644 --- a/tools/quitter/moz.build +++ b/tools/quitter/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/tools/update-packaging/moz.build b/tools/update-packaging/moz.build index 28919c271d..83ed8d9d99 100644 --- a/tools/update-packaging/moz.build +++ b/tools/update-packaging/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/. |