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 | 960b821d0aca335ccace5834cd8c0573ef01255c (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /accessible/windows | |
parent | e8decec38981a68ee2c1a99e77d141a9f7be1028 (diff) | |
download | uxp-960b821d0aca335ccace5834cd8c0573ef01255c.tar.gz |
Issue mcp-graveyard/UXP#1656 - Part 6: Clean up the build files
Diffstat (limited to 'accessible/windows')
-rw-r--r-- | accessible/windows/ia2/moz.build | 1 | ||||
-rw-r--r-- | accessible/windows/moz.build | 1 | ||||
-rw-r--r-- | accessible/windows/msaa/moz.build | 1 | ||||
-rw-r--r-- | accessible/windows/sdn/moz.build | 1 | ||||
-rw-r--r-- | accessible/windows/uia/moz.build | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/accessible/windows/ia2/moz.build b/accessible/windows/ia2/moz.build index dc763bcfda..31bc29e0f7 100644 --- a/accessible/windows/ia2/moz.build +++ b/accessible/windows/ia2/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/accessible/windows/moz.build b/accessible/windows/moz.build index 4bfa4f330f..e94333241b 100644 --- a/accessible/windows/moz.build +++ b/accessible/windows/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/accessible/windows/msaa/moz.build b/accessible/windows/msaa/moz.build index 799f7930f8..b929222d38 100644 --- a/accessible/windows/msaa/moz.build +++ b/accessible/windows/msaa/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/accessible/windows/sdn/moz.build b/accessible/windows/sdn/moz.build index 474612bc3f..c8dc5a2149 100644 --- a/accessible/windows/sdn/moz.build +++ b/accessible/windows/sdn/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/accessible/windows/uia/moz.build b/accessible/windows/uia/moz.build index afc150e119..6013d96167 100644 --- a/accessible/windows/uia/moz.build +++ b/accessible/windows/uia/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/. |