[Pkg-mozext-commits] [adblock-plus] 379/464: Updated generated license headers

David Prévot taffit at moszumanska.debian.org
Tue Jul 22 20:44:35 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 0b8b94a5937ace1676bc339c9e1d2f2946493911
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Wed May 8 13:37:09 2013 +0200

    Updated generated license headers
---
 scripts/abprewrite.js | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/scripts/abprewrite.js b/scripts/abprewrite.js
index 69dbb48..f51996c 100644
--- a/scripts/abprewrite.js
+++ b/scripts/abprewrite.js
@@ -489,8 +489,8 @@ 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 file is part of the Adblock Plus extension,');
-    _print(' * Copyright (C) 2006-2012 Eyeo GmbH');
+    _print(' * This file is part of Adblock Plus <http://adblockplus.org/>,');
+    _print(' * Copyright (C) 2006-2013 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');
@@ -505,11 +505,7 @@ process_js = function(ast, filename, args)
     _print(' * along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.');
     _print(' */');
     _print();
-    _print('//');
-    _print('// This file has been generated automatically from Adblock Plus for Firefox');
-    _print('// source code. DO NOT MODIFY, change the original source code instead.');
-    _print('//');
-    _print('// Relevant repositories:');
+    _print('// This file has been generated automatically, relevant repositories:');
     if (options.source_repo)
       _print('// * ' + options.source_repo);
     _print('// * https://hg.adblockplus.org/jshydra/');

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