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)', |
], |