From d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Wed, 23 Sep 2020 15:52:00 +0000 Subject: Issue #1656 - Part 6: Clean up the build files --- mozglue/build/moz.build | 1 - mozglue/linker/moz.build | 1 - mozglue/linker/tests/moz.build | 1 - mozglue/moz.build | 1 - mozglue/tests/moz.build | 1 - 5 files changed, 5 deletions(-) (limited to 'mozglue') diff --git a/mozglue/build/moz.build b/mozglue/build/moz.build index 5632bc06e..de7feb76a 100644 --- a/mozglue/build/moz.build +++ b/mozglue/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/mozglue/linker/moz.build b/mozglue/linker/moz.build index 49f4d62f0..56c863f7d 100644 --- a/mozglue/linker/moz.build +++ b/mozglue/linker/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/mozglue/linker/tests/moz.build b/mozglue/linker/tests/moz.build index 3d4c1c616..2f6133ed2 100644 --- a/mozglue/linker/tests/moz.build +++ b/mozglue/linker/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/mozglue/moz.build b/mozglue/moz.build index 6ad49f4df..eec0829bf 100644 --- a/mozglue/moz.build +++ b/mozglue/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/mozglue/tests/moz.build b/mozglue/tests/moz.build index 0c8c9c588..b448dfff8 100644 --- a/mozglue/tests/moz.build +++ b/mozglue/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/. -- cgit v1.2.3