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 | 7cc6d0c8c5939690359ff54df838f17d6224234a (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /devtools/server | |
parent | 344ca5a9219f599f385d148850b8e9a94e174461 (diff) | |
download | aura-central-7cc6d0c8c5939690359ff54df838f17d6224234a.tar.gz |
Issue mcp-graveyard/UXP%1656 - Part 6: Clean up the build files
Diffstat (limited to 'devtools/server')
-rw-r--r-- | devtools/server/actors/highlighters/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/actors/highlighters/utils/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/actors/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/actors/utils/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/performance/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/shims/moz.build | 1 | ||||
-rw-r--r-- | devtools/server/shims/toolkit/moz.build | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/devtools/server/actors/highlighters/moz.build b/devtools/server/actors/highlighters/moz.build index 317d0832c..d0c27bc06 100644 --- a/devtools/server/actors/highlighters/moz.build +++ b/devtools/server/actors/highlighters/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/devtools/server/actors/highlighters/utils/moz.build b/devtools/server/actors/highlighters/utils/moz.build index 4bb429bc3..82743887f 100644 --- a/devtools/server/actors/highlighters/utils/moz.build +++ b/devtools/server/actors/highlighters/utils/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/devtools/server/actors/moz.build b/devtools/server/actors/moz.build index 085d003cf..6523250a2 100644 --- a/devtools/server/actors/moz.build +++ b/devtools/server/actors/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/devtools/server/actors/utils/moz.build b/devtools/server/actors/utils/moz.build index 0dcf40faf..6b7e864cb 100644 --- a/devtools/server/actors/utils/moz.build +++ b/devtools/server/actors/utils/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/devtools/server/moz.build b/devtools/server/moz.build index e4a6d2051..30bdd4bce 100644 --- a/devtools/server/moz.build +++ b/devtools/server/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/devtools/server/performance/moz.build b/devtools/server/performance/moz.build index e7b1ed00c..79f0316b9 100644 --- a/devtools/server/performance/moz.build +++ b/devtools/server/performance/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/devtools/server/shims/moz.build b/devtools/server/shims/moz.build index cebaa79b4..f3ebce57a 100644 --- a/devtools/server/shims/moz.build +++ b/devtools/server/shims/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/devtools/server/shims/toolkit/moz.build b/devtools/server/shims/toolkit/moz.build index 4bfd07f04..cebc8cc3d 100644 --- a/devtools/server/shims/toolkit/moz.build +++ b/devtools/server/shims/toolkit/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/. |