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 /xpfe | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'xpfe')
-rw-r--r-- | xpfe/appshell/moz.build | 1 | ||||
-rw-r--r-- | xpfe/components/autocomplete/moz.build | 1 | ||||
-rw-r--r-- | xpfe/components/build/moz.build | 1 | ||||
-rw-r--r-- | xpfe/components/directory/moz.build | 1 | ||||
-rw-r--r-- | xpfe/components/moz.build | 1 | ||||
-rw-r--r-- | xpfe/components/windowds/moz.build | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/xpfe/appshell/moz.build b/xpfe/appshell/moz.build index 5cfe419248..cf40fc50e5 100644 --- a/xpfe/appshell/moz.build +++ b/xpfe/appshell/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/xpfe/components/autocomplete/moz.build b/xpfe/components/autocomplete/moz.build index eb4454d28f..635fa39c99 100644 --- a/xpfe/components/autocomplete/moz.build +++ b/xpfe/components/autocomplete/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/xpfe/components/build/moz.build b/xpfe/components/build/moz.build index 3d02e04090..16985520a2 100644 --- a/xpfe/components/build/moz.build +++ b/xpfe/components/build/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/xpfe/components/directory/moz.build b/xpfe/components/directory/moz.build index 248da07ec3..58189f21c7 100644 --- a/xpfe/components/directory/moz.build +++ b/xpfe/components/directory/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/xpfe/components/moz.build b/xpfe/components/moz.build index cb23f336e2..aaa2fadf42 100644 --- a/xpfe/components/moz.build +++ b/xpfe/components/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/xpfe/components/windowds/moz.build b/xpfe/components/windowds/moz.build index 0e7536b162..c83193d788 100644 --- a/xpfe/components/windowds/moz.build +++ b/xpfe/components/windowds/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/. |