From 300967cc6dd0335308d9e06d93720649e0403a26 Mon Sep 17 00:00:00 2001 From: "phajdan.jr@chromium.org" Date: Thu, 31 May 2012 10:59:28 +0000 Subject: 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 --- tools/checklicenses/checklicenses.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/checklicenses') 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 -- cgit v1.1