[Pkg-mozext-commits] [adblock-plus] 05/24: Issue 1358 - Publish build tools under the MPL 2.0 license

David Prévot taffit at moszumanska.debian.org
Mon Oct 20 02:15:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit af7650cdb756a31b202ac31b678c34c1a012b603
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Thu Sep 11 17:40:59 2014 +0200

    Issue 1358 - Publish build tools under the MPL 2.0 license
---
 LocaleTester.pm            | 17 +++--------------
 bootstrap.js.tmpl          | 19 +++----------------
 build.py                   | 17 +++--------------
 chainedconfigparser.py     | 20 +++-----------------
 chromeDevenvPoller__.js    | 19 +++----------------
 chromeInfo.js.tmpl         | 19 +++----------------
 ensure_dependencies.py     | 17 +++--------------
 imageConversion.py         | 17 +++--------------
 install.rdf.tmpl           | 19 +++----------------
 lib/hooks.js               | 19 +++----------------
 lib/keySelector.js         | 19 +++----------------
 lib/prefs.js               | 19 +++----------------
 lib/windowObserver.js      | 21 ++++-----------------
 localeTools.py             | 17 +++--------------
 manifest.json.tmpl         | 19 +++----------------
 packager.py                | 17 +++--------------
 packagerChrome.py          | 17 +++--------------
 packagerGecko.py           | 17 +++--------------
 packagerSafari.py          | 17 +++--------------
 publicSuffixListUpdater.py | 17 +++--------------
 releaseAutomation.py       | 17 +++--------------
 safariInfo.js.tmpl         | 19 +++----------------
 22 files changed, 67 insertions(+), 332 deletions(-)

diff --git a/LocaleTester.pm b/LocaleTester.pm
index 9c00941..e50f9be 100644
--- a/LocaleTester.pm
+++ b/LocaleTester.pm
@@ -1,17 +1,6 @@
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 package LocaleTester;
 
diff --git a/bootstrap.js.tmpl b/bootstrap.js.tmpl
index 08878e1..7585580 100644
--- a/bootstrap.js.tmpl
+++ b/bootstrap.js.tmpl
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 const Cc = Components.classes;
 const Ci = Components.interfaces;
diff --git a/build.py b/build.py
index d4afa6c..35526e1 100644
--- a/build.py
+++ b/build.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import os, sys, re, subprocess, buildtools
 from getopt import getopt, GetoptError
diff --git a/chainedconfigparser.py b/chainedconfigparser.py
index bfe30c3..51f24b2 100644
--- a/chainedconfigparser.py
+++ b/chainedconfigparser.py
@@ -1,22 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
-
-# Note: These are the base functions common to all packagers, the actual
-# packagers are implemented in packagerGecko and packagerChrome.
+# 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/.
 
 import os, codecs, ConfigParser
 
diff --git a/chromeDevenvPoller__.js b/chromeDevenvPoller__.js
index 2c50487..cd6a512 100644
--- a/chromeDevenvPoller__.js
+++ b/chromeDevenvPoller__.js
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 (function()
 {
diff --git a/chromeInfo.js.tmpl b/chromeInfo.js.tmpl
index 8d5687f..f4c1291 100644
--- a/chromeInfo.js.tmpl
+++ b/chromeInfo.js.tmpl
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 require.scopes.info = {
   get addonID()
diff --git a/ensure_dependencies.py b/ensure_dependencies.py
index 4767425..58e6b32 100755
--- a/ensure_dependencies.py
+++ b/ensure_dependencies.py
@@ -1,20 +1,9 @@
 #!/usr/bin/env python
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import sys
 import os
diff --git a/imageConversion.py b/imageConversion.py
index 1ac6ee2..44746a7 100644
--- a/imageConversion.py
+++ b/imageConversion.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import os
 import re
diff --git a/install.rdf.tmpl b/install.rdf.tmpl
index 900a4ef..db35c01 100644
--- a/install.rdf.tmpl
+++ b/install.rdf.tmpl
@@ -1,21 +1,8 @@
 <?xml version="1.0"?>
 
-<!--
-  - This file is part of the Adblock Plus build tools,
-  - Copyright (C) 2006-2014 Eyeo GmbH
-  -
-  - Adblock Plus is free software: you can redistribute it and/or modify
-  - it under the terms of the GNU General Public License version 3 as
-  - published by the Free Software Foundation.
-  -
-  - Adblock Plus is distributed in the hope that it will be useful,
-  - but WITHOUT ANY WARRANTY; without even the implied warranty of
-  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  - GNU General Public License for more details.
-  -
-  - You should have received a copy of the GNU General Public License
-  - along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
-  -->
+<!-- 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/. -->
 
 {%- macro meta() -%}
 <em:creator>{{metadata.get('general', 'author')}}</em:creator>
diff --git a/lib/hooks.js b/lib/hooks.js
index 8645a8b..50864c8 100644
--- a/lib/hooks.js
+++ b/lib/hooks.js
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 function hook(obj, name, func, cleanup)
 {
diff --git a/lib/keySelector.js b/lib/keySelector.js
index 20847d9..01d9cd0 100644
--- a/lib/keySelector.js
+++ b/lib/keySelector.js
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 Cu.import("resource://gre/modules/Services.jsm");
 
diff --git a/lib/prefs.js b/lib/prefs.js
index e1b6ae0..ab1cc5c 100644
--- a/lib/prefs.js
+++ b/lib/prefs.js
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 Cu.import("resource://gre/modules/Services.jsm");
 Cu.import("resource://gre/modules/XPCOMUtils.jsm");
diff --git a/lib/windowObserver.js b/lib/windowObserver.js
index eb0b13a..7d34f8a 100644
--- a/lib/windowObserver.js
+++ b/lib/windowObserver.js
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 Cu.import("resource://gre/modules/Services.jsm");
 Cu.import("resource://gre/modules/XPCOMUtils.jsm");
@@ -48,7 +35,7 @@ function WindowObserver(listener, when)
     if (windows.indexOf(element) < 0)
       windows.push(element);
   }
-  
+
   for (let i = 0; i < windows.length; i++)
   {
     let window = windows[i].QueryInterface(Ci.nsIDOMWindow);
diff --git a/localeTools.py b/localeTools.py
index 895590a..50153a2 100644
--- a/localeTools.py
+++ b/localeTools.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import re, os, sys, codecs, json, urllib, urllib2
 from StringIO import StringIO
diff --git a/manifest.json.tmpl b/manifest.json.tmpl
index 2839cb1..0926784 100644
--- a/manifest.json.tmpl
+++ b/manifest.json.tmpl
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 {
   "manifest_version": 2,
diff --git a/packager.py b/packager.py
index 86fca1f..934b0ea 100644
--- a/packager.py
+++ b/packager.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 # Note: These are the base functions common to all packagers, the actual
 # packagers are implemented in packagerGecko and packagerChrome.
diff --git a/packagerChrome.py b/packagerChrome.py
index b9130b5..c277056 100644
--- a/packagerChrome.py
+++ b/packagerChrome.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import sys, os, re, json, struct
 from StringIO import StringIO
diff --git a/packagerGecko.py b/packagerGecko.py
index ab73145..bcf25f1 100644
--- a/packagerGecko.py
+++ b/packagerGecko.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import os, sys, re, hashlib, base64, urllib, json
 from ConfigParser import SafeConfigParser
diff --git a/packagerSafari.py b/packagerSafari.py
index 6374f3f..b3a2a9e 100644
--- a/packagerSafari.py
+++ b/packagerSafari.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import os
 import re
diff --git a/publicSuffixListUpdater.py b/publicSuffixListUpdater.py
index c581cbf..57b8b96 100644
--- a/publicSuffixListUpdater.py
+++ b/publicSuffixListUpdater.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 """
 Update the public suffix list
diff --git a/releaseAutomation.py b/releaseAutomation.py
index 98724d2..5f25dbf 100644
--- a/releaseAutomation.py
+++ b/releaseAutomation.py
@@ -1,19 +1,8 @@
 # coding: utf-8
 
-# This file is part of the Adblock Plus build tools,
-# Copyright (C) 2006-2014 Eyeo GmbH
-#
-# Adblock Plus is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License version 3 as
-# published by the Free Software Foundation.
-#
-# Adblock Plus is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
+# 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/.
 
 import os, re, codecs, subprocess, tarfile, json
 from StringIO import StringIO
diff --git a/safariInfo.js.tmpl b/safariInfo.js.tmpl
index 2ff4dd7..c0b017a 100644
--- a/safariInfo.js.tmpl
+++ b/safariInfo.js.tmpl
@@ -1,19 +1,6 @@
-/*
- * This file is part of the Adblock Plus build tools,
- * Copyright (C) 2006-2014 Eyeo GmbH
- *
- * Adblock Plus is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 3 as
- * published by the Free Software Foundation.
- *
- * Adblock Plus is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
- */
+/* 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/. */
 
 require.scopes.info = {
   addonID: '',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list