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 /db | |
parent | 344ca5a9219f599f385d148850b8e9a94e174461 (diff) | |
download | aura-central-7cc6d0c8c5939690359ff54df838f17d6224234a.tar.gz |
Issue mcp-graveyard/UXP%1656 - Part 6: Clean up the build files
Diffstat (limited to 'db')
-rw-r--r-- | db/mork/build/moz.build | 1 | ||||
-rw-r--r-- | db/mork/moz.build | 1 | ||||
-rw-r--r-- | db/mork/public/moz.build | 1 | ||||
-rw-r--r-- | db/mork/src/moz.build | 1 | ||||
-rw-r--r-- | db/sqlite3/src/moz.build | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/db/mork/build/moz.build b/db/mork/build/moz.build index f77162cef..6026b2f05 100644 --- a/db/mork/build/moz.build +++ b/db/mork/build/moz.build @@ -1,4 +1,3 @@ -# 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/db/mork/moz.build b/db/mork/moz.build index 25d128122..bcfb69967 100644 --- a/db/mork/moz.build +++ b/db/mork/moz.build @@ -1,4 +1,3 @@ -# 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/db/mork/public/moz.build b/db/mork/public/moz.build index 7212c6eff..77b58b5ba 100644 --- a/db/mork/public/moz.build +++ b/db/mork/public/moz.build @@ -1,4 +1,3 @@ -# 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/db/mork/src/moz.build b/db/mork/src/moz.build index 0fb9645d9..efd639b9f 100644 --- a/db/mork/src/moz.build +++ b/db/mork/src/moz.build @@ -1,4 +1,3 @@ -# 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/db/sqlite3/src/moz.build b/db/sqlite3/src/moz.build index 09a02206a..1ffc326f8 100644 --- a/db/sqlite3/src/moz.build +++ b/db/sqlite3/src/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/. |