diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 10:59:28 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-31 10:59:28 +0000 |
commit | 300967cc6dd0335308d9e06d93720649e0403a26 (patch) | |
tree | 0e3e011d3747b0794933ef83bc8a1201fb2de095 /tools/checklicenses | |
parent | 5ef33f4bd092c8ee1fefc8fd309c96fd8e46d467 (diff) | |
download | chromium_src-300967cc6dd0335308d9e06d93720649e0403a26.zip chromium_src-300967cc6dd0335308d9e06d93720649e0403a26.tar.gz chromium_src-300967cc6dd0335308d9e06d93720649e0403a26.tar.bz2 |
Update licensecheck.pl to version 2.11.7
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10453077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index a0c1560..c46b817 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -52,6 +52,7 @@ WHITELISTED_LICENSES = [ '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 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { ], 'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [ 'GPL', + 'GPL (v2 or later)', 'GPL (unversioned/unknown version)', ], 'third_party/active_doc': [ # http://crbug.com/98113 |