diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 19:48:45 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-01 19:48:45 +0000 |
commit | 367dcafc13c988c7e48de403eb685a105d9284f6 (patch) | |
tree | fd8f38f498cef1cae7a49055a4c6f4cfe612f6a0 /tools/checklicenses | |
parent | fc1b224b29072ecbf9b952370d7d815c8e591ae3 (diff) | |
download | chromium_src-367dcafc13c988c7e48de403eb685a105d9284f6.zip chromium_src-367dcafc13c988c7e48de403eb685a105d9284f6.tar.gz chromium_src-367dcafc13c988c7e48de403eb685a105d9284f6.tar.bz2 |
Add a check for GPL licenses with the libtool exception.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10831099
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149470 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 07e1d9a..5bfc6f1 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -53,6 +53,7 @@ WHITELISTED_LICENSES = [ # 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 (v2 or later) with libtool exception', 'GPL (v3 or later) with Bison parser exception', 'GPL with Bison parser exception', 'ISC', |