Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 10453077: Update licensecheck.pl to version 2.11.7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/devscripts/licensecheck.pl.vanilla ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
===================================================================
--- tools/checklicenses/checklicenses.py (revision 136854)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -52,6 +52,7 @@
'BSL (v1.0)',
# TODO(phajdan.jr): Make licensecheck not print the comma after 3.1.
'BSL (v1.0) GPL (v3.1,)',
+ 'GPL (v2 or later) with Bison parser exception',
'GPL (v3 or later) with Bison parser exception',
'GPL with Bison parser exception',
'ISC',
@@ -166,6 +167,7 @@
],
'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
'GPL',
+ 'GPL (v2 or later)',
'GPL (unversioned/unknown version)',
],
'third_party/active_doc': [ # http://crbug.com/98113
« no previous file with comments | « third_party/devscripts/licensecheck.pl.vanilla ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698