[Pkg-mozext-commits] [adblock-plus] 321/464: Updated license note

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:29 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 f01939c74cda0c3c68b8e03452557c826e879299
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed Oct 31 11:35:19 2012 +0100

    Updated license note
---
 autotest/test_abprewrite.js.expected        | 17 ++++++++++++++---
 autotest/test_abprewrite_module.js.expected | 17 ++++++++++++++---
 scripts/abprewrite.js                       | 17 ++++++++++++++---
 3 files changed, 42 insertions(+), 9 deletions(-)

diff --git a/autotest/test_abprewrite.js.expected b/autotest/test_abprewrite.js.expected
index f43d613..3801c8a 100644
--- a/autotest/test_abprewrite.js.expected
+++ b/autotest/test_abprewrite.js.expected
@@ -1,7 +1,18 @@
 /*
- * This Source Code is subject to the terms of the Mozilla Public License
- * version 2.0 (the "License"). You can obtain a copy of the License at
- * http://mozilla.org/MPL/2.0/.
+ * This file is part of the Adblock Plus extension,
+ * Copyright (C) 2006-2012 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/>.
  */
 
 //
diff --git a/autotest/test_abprewrite_module.js.expected b/autotest/test_abprewrite_module.js.expected
index 7c2e6f6..6d9ef90 100644
--- a/autotest/test_abprewrite_module.js.expected
+++ b/autotest/test_abprewrite_module.js.expected
@@ -1,7 +1,18 @@
 /*
- * This Source Code is subject to the terms of the Mozilla Public License
- * version 2.0 (the "License"). You can obtain a copy of the License at
- * http://mozilla.org/MPL/2.0/.
+ * This file is part of the Adblock Plus extension,
+ * Copyright (C) 2006-2012 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/>.
  */
 
 //
diff --git a/scripts/abprewrite.js b/scripts/abprewrite.js
index 2204c53..9e8ba79 100644
--- a/scripts/abprewrite.js
+++ b/scripts/abprewrite.js
@@ -458,9 +458,20 @@ process_js = function(ast, filename, args)
     // Output license header and warning - do this only once, not each time a file
     // is being processed.
     _print('/*');
-    _print(' * This Source Code is subject to the terms of the Mozilla Public License');
-    _print(' * version 2.0 (the "License"). You can obtain a copy of the License at');
-    _print(' * http://mozilla.org/MPL/2.0/.');
+    _print(' * This file is part of the Adblock Plus extension,');
+    _print(' * Copyright (C) 2006-2012 Eyeo GmbH');
+    _print(' *');
+    _print(' * Adblock Plus is free software: you can redistribute it and/or modify');
+    _print(' * it under the terms of the GNU General Public License version 3 as');
+    _print(' * published by the Free Software Foundation.');
+    _print(' *');
+    _print(' * Adblock Plus is distributed in the hope that it will be useful,');
+    _print(' * but WITHOUT ANY WARRANTY; without even the implied warranty of');
+    _print(' * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the');
+    _print(' * GNU General Public License for more details.');
+    _print(' *');
+    _print(' * You should have received a copy of the GNU General Public License');
+    _print(' * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.');
     _print(' */');
     _print();
     _print('//');

-- 
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