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 /rdf | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'rdf')
-rw-r--r-- | rdf/base/moz.build | 1 | ||||
-rw-r--r-- | rdf/build/moz.build | 1 | ||||
-rw-r--r-- | rdf/datasource/moz.build | 1 | ||||
-rw-r--r-- | rdf/moz.build | 1 | ||||
-rw-r--r-- | rdf/tests/moz.build | 1 | ||||
-rw-r--r-- | rdf/util/internal/moz.build | 1 | ||||
-rw-r--r-- | rdf/util/moz.build | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/rdf/base/moz.build b/rdf/base/moz.build index 17e0cdd2d2..2c8113026b 100644 --- a/rdf/base/moz.build +++ b/rdf/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/rdf/build/moz.build b/rdf/build/moz.build index d7be68954d..68f130edd8 100644 --- a/rdf/build/moz.build +++ b/rdf/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/rdf/datasource/moz.build b/rdf/datasource/moz.build index 5341562ffc..0ee4d61290 100644 --- a/rdf/datasource/moz.build +++ b/rdf/datasource/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/rdf/moz.build b/rdf/moz.build index 3a15d706ff..33271094d0 100644 --- a/rdf/moz.build +++ b/rdf/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/rdf/tests/moz.build b/rdf/tests/moz.build index d8fb7519d5..ac86c74029 100644 --- a/rdf/tests/moz.build +++ b/rdf/tests/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/rdf/util/internal/moz.build b/rdf/util/internal/moz.build index cb59eddc3d..65e6c6fe0e 100644 --- a/rdf/util/internal/moz.build +++ b/rdf/util/internal/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/rdf/util/moz.build b/rdf/util/moz.build index 2fb13aef03..f8d1a621fd 100644 --- a/rdf/util/moz.build +++ b/rdf/util/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/. |