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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 385073004: Adding cython v0.20.2 in third-party. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reference cython dev list thread. Created 6 years, 5 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
« no previous file with comments | « third_party/cython/src/setupegg.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index d90b8eda4cf1911a2200357171bcf4db97211d50..ff8792da68401443710a836978ecb7bce7b715bc 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -164,6 +164,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ # https://mail.python.org/pipermail/cython-devel/2014-July/004062.html
+ 'third_party/cython': [
+ 'UNKNOWN',
+ ],
+
'third_party/devscripts': [
'GPL (v2 or later)',
],
« no previous file with comments | « third_party/cython/src/setupegg.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698