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 /docshell | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'docshell')
-rw-r--r-- | docshell/base/moz.build | 1 | ||||
-rw-r--r-- | docshell/base/timeline/moz.build | 1 | ||||
-rw-r--r-- | docshell/build/moz.build | 1 | ||||
-rw-r--r-- | docshell/moz.build | 1 | ||||
-rw-r--r-- | docshell/resources/content/moz.build | 1 | ||||
-rw-r--r-- | docshell/shistory/moz.build | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/docshell/base/moz.build b/docshell/base/moz.build index 120465bac7..697d1a31a7 100644 --- a/docshell/base/moz.build +++ b/docshell/base/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/docshell/base/timeline/moz.build b/docshell/base/timeline/moz.build index 61cc4ec084..29a817d282 100644 --- a/docshell/base/timeline/moz.build +++ b/docshell/base/timeline/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/docshell/build/moz.build b/docshell/build/moz.build index e47bd89eda..942904c461 100644 --- a/docshell/build/moz.build +++ b/docshell/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/docshell/moz.build b/docshell/moz.build index c89c58e0d6..2278c5a2ff 100644 --- a/docshell/moz.build +++ b/docshell/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/docshell/resources/content/moz.build b/docshell/resources/content/moz.build index eb4454d28f..635fa39c99 100644 --- a/docshell/resources/content/moz.build +++ b/docshell/resources/content/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/docshell/shistory/moz.build b/docshell/shistory/moz.build index 3d3fb51a22..416f622274 100644 --- a/docshell/shistory/moz.build +++ b/docshell/shistory/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/. |