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 --- parser/expat/lib/moz.build | 1 - parser/expat/moz.build | 1 - parser/html/moz.build | 1 - parser/htmlparser/moz.build | 1 - parser/moz.build | 1 - parser/xml/moz.build | 1 - parser/xml/test/moz.build | 1 - 7 files changed, 7 deletions(-) (limited to 'parser') diff --git a/parser/expat/lib/moz.build b/parser/expat/lib/moz.build index 15b3b3c73..63ed70ca8 100644 --- a/parser/expat/lib/moz.build +++ b/parser/expat/lib/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/parser/expat/moz.build b/parser/expat/moz.build index 4522eae87..41548d8e8 100644 --- a/parser/expat/moz.build +++ b/parser/expat/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/parser/html/moz.build b/parser/html/moz.build index 3556a0071..782a93544 100644 --- a/parser/html/moz.build +++ b/parser/html/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/parser/htmlparser/moz.build b/parser/htmlparser/moz.build index 3a91ae142..f9d4b7cd7 100644 --- a/parser/htmlparser/moz.build +++ b/parser/htmlparser/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/parser/moz.build b/parser/moz.build index 9d819d59d..0d1ea6f52 100644 --- a/parser/moz.build +++ b/parser/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/parser/xml/moz.build b/parser/xml/moz.build index fbce634c1..6c421130a 100644 --- a/parser/xml/moz.build +++ b/parser/xml/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/parser/xml/test/moz.build b/parser/xml/test/moz.build index 20c00e9aa..9f985eadf 100644 --- a/parser/xml/test/moz.build +++ b/parser/xml/test/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