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 | 960b821d0aca335ccace5834cd8c0573ef01255c (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /intl/locale | |
parent | e8decec38981a68ee2c1a99e77d141a9f7be1028 (diff) | |
download | uxp-960b821d0aca335ccace5834cd8c0573ef01255c.tar.gz |
Issue mcp-graveyard/UXP#1656 - Part 6: Clean up the build files
Diffstat (limited to 'intl/locale')
-rw-r--r-- | intl/locale/mac/moz.build | 1 | ||||
-rw-r--r-- | intl/locale/moz.build | 1 | ||||
-rw-r--r-- | intl/locale/unix/moz.build | 1 | ||||
-rw-r--r-- | intl/locale/windows/moz.build | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/intl/locale/mac/moz.build b/intl/locale/mac/moz.build index beda4fa260..422fd3e3cd 100644 --- a/intl/locale/mac/moz.build +++ b/intl/locale/mac/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/intl/locale/moz.build b/intl/locale/moz.build index 2da1c2dd54..94a30873ba 100644 --- a/intl/locale/moz.build +++ b/intl/locale/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/intl/locale/unix/moz.build b/intl/locale/unix/moz.build index 7685d0a01c..68a151b656 100644 --- a/intl/locale/unix/moz.build +++ b/intl/locale/unix/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/intl/locale/windows/moz.build b/intl/locale/windows/moz.build index 5bde38b89c..e519214829 100644 --- a/intl/locale/windows/moz.build +++ b/intl/locale/windows/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/. |