Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: tools/checklicenses/checklicenses.py

Issue 291153002: checklicenses: Recognize licenses from FreeType and Anti-Grain Geometry. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/checklicenses/checklicenses.py
===================================================================
--- tools/checklicenses/checklicenses.py (revision 271553)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -30,6 +30,7 @@
WHITELISTED_LICENSES = [
+ 'Anti-Grain Geometry',
'Apache (v2.0)',
'Apache (v2.0) BSD (2 clause)',
'Apache (v2.0) GPL (v2)',
@@ -53,6 +54,8 @@
'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',
« third_party/devscripts/licensecheck.pl ('K') | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698