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 --- xulrunner/app/moz.build | 1 - xulrunner/examples/moz.build | 1 - xulrunner/examples/simple/components/moz.build | 1 - xulrunner/examples/simple/components/public/moz.build | 1 - xulrunner/examples/simple/components/src/moz.build | 1 - xulrunner/examples/simple/moz.build | 1 - xulrunner/installer/moz.build | 1 - xulrunner/moz.build | 1 - xulrunner/moz.configure | 1 - xulrunner/stub/moz.build | 1 - xulrunner/tools/redit/moz.build | 1 - 11 files changed, 11 deletions(-) (limited to 'xulrunner') diff --git a/xulrunner/app/moz.build b/xulrunner/app/moz.build index 1c9cb117c..a77b0214a 100644 --- a/xulrunner/app/moz.build +++ b/xulrunner/app/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/examples/moz.build b/xulrunner/examples/moz.build index a1782b42f..e13865afd 100644 --- a/xulrunner/examples/moz.build +++ b/xulrunner/examples/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/examples/simple/components/moz.build b/xulrunner/examples/simple/components/moz.build index 8ff468534..b1d0b7597 100644 --- a/xulrunner/examples/simple/components/moz.build +++ b/xulrunner/examples/simple/components/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/examples/simple/components/public/moz.build b/xulrunner/examples/simple/components/public/moz.build index 3a611f85a..911b8560e 100644 --- a/xulrunner/examples/simple/components/public/moz.build +++ b/xulrunner/examples/simple/components/public/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/examples/simple/components/src/moz.build b/xulrunner/examples/simple/components/src/moz.build index 153bfdd0c..510c594e5 100644 --- a/xulrunner/examples/simple/components/src/moz.build +++ b/xulrunner/examples/simple/components/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/examples/simple/moz.build b/xulrunner/examples/simple/moz.build index c88c57a4b..5618c1694 100644 --- a/xulrunner/examples/simple/moz.build +++ b/xulrunner/examples/simple/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/installer/moz.build b/xulrunner/installer/moz.build index 895d11993..1afe23d02 100644 --- a/xulrunner/installer/moz.build +++ b/xulrunner/installer/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/moz.build b/xulrunner/moz.build index 371f69f5e..73d3db1c7 100644 --- a/xulrunner/moz.build +++ b/xulrunner/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/moz.configure b/xulrunner/moz.configure index d5e7dba11..bf959e1af 100644 --- a/xulrunner/moz.configure +++ b/xulrunner/moz.configure @@ -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/xulrunner/stub/moz.build b/xulrunner/stub/moz.build index 4fd172f72..183824120 100644 --- a/xulrunner/stub/moz.build +++ b/xulrunner/stub/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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/xulrunner/tools/redit/moz.build b/xulrunner/tools/redit/moz.build index 812a56578..0936fb291 100644 --- a/xulrunner/tools/redit/moz.build +++ b/xulrunner/tools/redit/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; c-basic-offset: 4; 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