diff options
Diffstat (limited to 'widget')
-rw-r--r-- | widget/cocoa/moz.build | 1 | ||||
-rw-r--r-- | widget/gtk/moz.build | 1 | ||||
-rw-r--r-- | widget/gtk/mozgtk/gtk2/moz.build | 1 | ||||
-rw-r--r-- | widget/gtk/mozgtk/gtk3/moz.build | 1 | ||||
-rw-r--r-- | widget/gtk/mozgtk/moz.build | 1 | ||||
-rw-r--r-- | widget/gtk/mozgtk/stub/moz.build | 1 | ||||
-rw-r--r-- | widget/gtkxtbin/moz.build | 1 | ||||
-rw-r--r-- | widget/moz.build | 1 | ||||
-rw-r--r-- | widget/uikit/moz.build | 1 | ||||
-rw-r--r-- | widget/windows/moz.build | 1 | ||||
-rw-r--r-- | widget/windows/tests/moz.build | 1 | ||||
-rw-r--r-- | widget/x11/moz.build | 1 | ||||
-rw-r--r-- | widget/xremoteclient/moz.build | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/widget/cocoa/moz.build b/widget/cocoa/moz.build index 7c995d900a..c4f887297d 100644 --- a/widget/cocoa/moz.build +++ b/widget/cocoa/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/widget/gtk/moz.build b/widget/gtk/moz.build index 8d621c0a0a..7c802a3c1e 100644 --- a/widget/gtk/moz.build +++ b/widget/gtk/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/widget/gtk/mozgtk/gtk2/moz.build b/widget/gtk/mozgtk/gtk2/moz.build index d07fd06dfd..db7bb09727 100644 --- a/widget/gtk/mozgtk/gtk2/moz.build +++ b/widget/gtk/mozgtk/gtk2/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/widget/gtk/mozgtk/gtk3/moz.build b/widget/gtk/mozgtk/gtk3/moz.build index 4e9379565d..ec9a5ef467 100644 --- a/widget/gtk/mozgtk/gtk3/moz.build +++ b/widget/gtk/mozgtk/gtk3/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/widget/gtk/mozgtk/moz.build b/widget/gtk/mozgtk/moz.build index 528e2e9d0f..43f94aabfe 100644 --- a/widget/gtk/mozgtk/moz.build +++ b/widget/gtk/mozgtk/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/widget/gtk/mozgtk/stub/moz.build b/widget/gtk/mozgtk/stub/moz.build index 1a8e210018..7713bfaafd 100644 --- a/widget/gtk/mozgtk/stub/moz.build +++ b/widget/gtk/mozgtk/stub/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/widget/gtkxtbin/moz.build b/widget/gtkxtbin/moz.build index 070aa57778..41b867c3c1 100644 --- a/widget/gtkxtbin/moz.build +++ b/widget/gtkxtbin/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/widget/moz.build b/widget/moz.build index 3a52805b07..c72b2066c3 100644 --- a/widget/moz.build +++ b/widget/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/widget/uikit/moz.build b/widget/uikit/moz.build index 50aed405ba..2c6c188de6 100644 --- a/widget/uikit/moz.build +++ b/widget/uikit/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/widget/windows/moz.build b/widget/windows/moz.build index 4a449de95e..baa9b8afcb 100644 --- a/widget/windows/moz.build +++ b/widget/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/widget/windows/tests/moz.build b/widget/windows/tests/moz.build index 28919c271d..83ed8d9d99 100644 --- a/widget/windows/tests/moz.build +++ b/widget/windows/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/widget/x11/moz.build b/widget/x11/moz.build index 9b5dafb6d7..2d5229fc8f 100644 --- a/widget/x11/moz.build +++ b/widget/x11/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/widget/xremoteclient/moz.build b/widget/xremoteclient/moz.build index 8d3f01c827..cac9f2d499 100644 --- a/widget/xremoteclient/moz.build +++ b/widget/xremoteclient/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/. |