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