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 /parser | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | uxp-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'parser')
-rw-r--r-- | parser/expat/lib/moz.build | 1 | ||||
-rw-r--r-- | parser/expat/moz.build | 1 | ||||
-rw-r--r-- | parser/html/moz.build | 1 | ||||
-rw-r--r-- | parser/htmlparser/moz.build | 1 | ||||
-rw-r--r-- | parser/moz.build | 1 | ||||
-rw-r--r-- | parser/xml/moz.build | 1 | ||||
-rw-r--r-- | parser/xml/test/moz.build | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/parser/expat/lib/moz.build b/parser/expat/lib/moz.build index 15b3b3c734..63ed70ca8a 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 4522eae87b..41548d8e8e 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 3556a00712..782a935445 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 3a91ae1421..f9d4b7cd7f 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 9d819d59de..0d1ea6f52e 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 fbce634c19..6c421130ac 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 20c00e9aaf..9f985eadff 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/. |