diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 05:41:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 05:41:26 +0000 |
commit | 1f26039392175eab0519811e232c379709cddce4 (patch) | |
tree | a6d10577db59d15eb978630faad11f131d180da7 /tools/checklicenses | |
parent | dbb74eaa15f9b415e11915d38bc7ccfe6b7d5e58 (diff) | |
download | chromium_src-1f26039392175eab0519811e232c379709cddce4.zip chromium_src-1f26039392175eab0519811e232c379709cddce4.tar.gz chromium_src-1f26039392175eab0519811e232c379709cddce4.tar.bz2 |
checklicenses: Recognize licenses from FreeType and Anti-Grain Geometry.
BUG=177319,374943
NOTRY=true
Review URL: https://codereview.chromium.org/291153002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272927 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py index 31e490b..3c288d5 100755 --- a/tools/checklicenses/checklicenses.py +++ b/tools/checklicenses/checklicenses.py @@ -30,6 +30,7 @@ Examples: WHITELISTED_LICENSES = [ + 'Anti-Grain Geometry', 'Apache (v2.0)', 'Apache (v2.0) BSD (2 clause)', 'Apache (v2.0) GPL (v2)', @@ -53,6 +54,8 @@ WHITELISTED_LICENSES = [ 'BSD-like MIT/X11 (BSD like)', 'BSL (v1.0)', + 'FreeType (BSD like)', + 'FreeType (BSD like) with patent clause', 'GPL (v2) LGPL (v2.1 or later)', 'GPL (v2 or later) with Bison parser exception', 'GPL (v2 or later) with libtool exception', |