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 /devtools/client/projecteditor/lib | |
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 'devtools/client/projecteditor/lib')
12 files changed, 0 insertions, 12 deletions
diff --git a/devtools/client/projecteditor/lib/helpers/moz.build b/devtools/client/projecteditor/lib/helpers/moz.build index c2e14fce6..f362f93d9 100644 --- a/devtools/client/projecteditor/lib/helpers/moz.build +++ b/devtools/client/projecteditor/lib/helpers/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/client/projecteditor/lib/moz.build b/devtools/client/projecteditor/lib/moz.build index 91b88ed91..e0b9ab63f 100644 --- a/devtools/client/projecteditor/lib/moz.build +++ b/devtools/client/projecteditor/lib/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/client/projecteditor/lib/plugins/delete/moz.build b/devtools/client/projecteditor/lib/plugins/delete/moz.build index 4b1d00466..0c2098962 100644 --- a/devtools/client/projecteditor/lib/plugins/delete/moz.build +++ b/devtools/client/projecteditor/lib/plugins/delete/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/client/projecteditor/lib/plugins/dirty/moz.build b/devtools/client/projecteditor/lib/plugins/dirty/moz.build index b86c5a9af..42cfd9f23 100644 --- a/devtools/client/projecteditor/lib/plugins/dirty/moz.build +++ b/devtools/client/projecteditor/lib/plugins/dirty/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/client/projecteditor/lib/plugins/image-view/moz.build b/devtools/client/projecteditor/lib/plugins/image-view/moz.build index d67370e5b..d8cc3480b 100644 --- a/devtools/client/projecteditor/lib/plugins/image-view/moz.build +++ b/devtools/client/projecteditor/lib/plugins/image-view/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/client/projecteditor/lib/plugins/logging/moz.build b/devtools/client/projecteditor/lib/plugins/logging/moz.build index 5d8d98fbe..5e70fba0a 100644 --- a/devtools/client/projecteditor/lib/plugins/logging/moz.build +++ b/devtools/client/projecteditor/lib/plugins/logging/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/client/projecteditor/lib/plugins/moz.build b/devtools/client/projecteditor/lib/plugins/moz.build index 99d864e13..821f9f9c4 100644 --- a/devtools/client/projecteditor/lib/plugins/moz.build +++ b/devtools/client/projecteditor/lib/plugins/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/client/projecteditor/lib/plugins/new/moz.build b/devtools/client/projecteditor/lib/plugins/new/moz.build index 3caacefb1..faad400df 100644 --- a/devtools/client/projecteditor/lib/plugins/new/moz.build +++ b/devtools/client/projecteditor/lib/plugins/new/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/client/projecteditor/lib/plugins/rename/moz.build b/devtools/client/projecteditor/lib/plugins/rename/moz.build index 2b1612452..e87037563 100644 --- a/devtools/client/projecteditor/lib/plugins/rename/moz.build +++ b/devtools/client/projecteditor/lib/plugins/rename/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/client/projecteditor/lib/plugins/save/moz.build b/devtools/client/projecteditor/lib/plugins/save/moz.build index 66df054eb..d1a631e04 100644 --- a/devtools/client/projecteditor/lib/plugins/save/moz.build +++ b/devtools/client/projecteditor/lib/plugins/save/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/client/projecteditor/lib/plugins/status-bar/moz.build b/devtools/client/projecteditor/lib/plugins/status-bar/moz.build index 87ce21584..9ce2a8e0e 100644 --- a/devtools/client/projecteditor/lib/plugins/status-bar/moz.build +++ b/devtools/client/projecteditor/lib/plugins/status-bar/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/client/projecteditor/lib/stores/moz.build b/devtools/client/projecteditor/lib/stores/moz.build index 5a6becd92..0ddc6eafe 100644 --- a/devtools/client/projecteditor/lib/stores/moz.build +++ b/devtools/client/projecteditor/lib/stores/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/. |