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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1907603005: Add a dependency for FlatBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitelist flatbuffers for license check Created 4 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
« no previous file with comments | « third_party/flatbuffers/flatc.gypi ('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 cfd418b2e7fe10d52791adc957b7d87d436a07c2..c33b16ea5405f954f248b18a5ef658e837daf93b 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -346,6 +346,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'GPL (v3 or later)',
'UNKNOWN', # http://crbug.com/98123
],
+ # Flatbuffers is known to be licenced under an Apache (v2.0) license.
Paweł Hajdan Jr. 2016/05/06 10:22:02 Do the files have license headers or do we just fa
+ 'third_party/flatbuffers': [
+ 'UNKNOWN',
+ ],
'third_party/fontconfig': [
# https://bugs.freedesktop.org/show_bug.cgi?id=73401
'UNKNOWN',
« no previous file with comments | « third_party/flatbuffers/flatc.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698