diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:06:05 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-24 08:10:23 +0000 |
commit | 4a42352e6418b69e600422fc516ad1e74c708fa9 (patch) | |
tree | 579cf7c1c38df6a6a7fde0ade0e2ffc46b641423 /config | |
parent | 0c3bd2b10aa0e56ce5d950d90a1fe6ca11a0639a (diff) | |
download | uxp-4a42352e6418b69e600422fc516ad1e74c708fa9.tar.gz |
Issue #1656 - Part 8: Devtools and misc.
Diffstat (limited to 'config')
-rw-r--r-- | config/check_js_msg_encoding.py | 1 | ||||
-rw-r--r-- | config/check_macroassembler_style.py | 1 | ||||
-rw-r--r-- | config/check_spidermonkey_style.py | 1 | ||||
-rw-r--r-- | config/check_vanilla_allocations.py | 1 | ||||
-rw-r--r-- | config/external/ffi/Makefile.in | 1 | ||||
-rw-r--r-- | config/external/ffi/subst_header.py | 1 | ||||
-rw-r--r-- | config/external/icu/common/Makefile.in | 1 | ||||
-rw-r--r-- | config/external/icu/defs.mozbuild | 1 | ||||
-rw-r--r-- | config/external/icu/i18n/Makefile.in | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/config/check_js_msg_encoding.py b/config/check_js_msg_encoding.py index 295cd08557..7141449626 100644 --- a/config/check_js_msg_encoding.py +++ b/config/check_js_msg_encoding.py @@ -1,4 +1,3 @@ -# vim: set ts=8 sts=4 et sw=4 tw=99: # 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/config/check_macroassembler_style.py b/config/check_macroassembler_style.py index 00be610db5..7c6e74dae2 100644 --- a/config/check_macroassembler_style.py +++ b/config/check_macroassembler_style.py @@ -1,4 +1,3 @@ -# vim: set ts=8 sts=4 et sw=4 tw=99: # 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/config/check_spidermonkey_style.py b/config/check_spidermonkey_style.py index 3b5f20037c..a3d1b61aee 100644 --- a/config/check_spidermonkey_style.py +++ b/config/check_spidermonkey_style.py @@ -1,4 +1,3 @@ -# vim: set ts=8 sts=4 et sw=4 tw=99: # 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/config/check_vanilla_allocations.py b/config/check_vanilla_allocations.py index 2a3be879ec..e10967c5a5 100644 --- a/config/check_vanilla_allocations.py +++ b/config/check_vanilla_allocations.py @@ -1,4 +1,3 @@ -# vim: set ts=8 sts=4 et sw=4 tw=79: # 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/config/external/ffi/Makefile.in b/config/external/ffi/Makefile.in index 717b5d8291..85a3936d2f 100644 --- a/config/external/ffi/Makefile.in +++ b/config/external/ffi/Makefile.in @@ -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/config/external/ffi/subst_header.py b/config/external/ffi/subst_header.py index a138f90200..d86ade9b42 100644 --- a/config/external/ffi/subst_header.py +++ b/config/external/ffi/subst_header.py @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Souce Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distibuted with this # file, You can obtain one at http://mozilla.og/MPL/2.0/. diff --git a/config/external/icu/common/Makefile.in b/config/external/icu/common/Makefile.in index 89ad2e8b84..e1b45580f1 100644 --- a/config/external/icu/common/Makefile.in +++ b/config/external/icu/common/Makefile.in @@ -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/config/external/icu/defs.mozbuild b/config/external/icu/defs.mozbuild index ad5b29378c..a6249783f4 100644 --- a/config/external/icu/defs.mozbuild +++ b/config/external/icu/defs.mozbuild @@ -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/config/external/icu/i18n/Makefile.in b/config/external/icu/i18n/Makefile.in index 89ad2e8b84..e1b45580f1 100644 --- a/config/external/icu/i18n/Makefile.in +++ b/config/external/icu/i18n/Makefile.in @@ -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/. |