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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1426583009: third_party: Add wayland library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove blankline Created 5 years, 1 month 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
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index fe08d7068dc80e0f8e950c45602ed22add231c76..e5a267ee335f476aa40f49d881287f508a0e0eec 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -556,6 +556,11 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/tlslite': [
'UNKNOWN',
],
+ # MIT license but some files contain no licensing info. e.g. autogen.sh.
Lei Zhang 2015/11/09 17:41:28 Can you file a bug for third_party/wayland not pas
reveman 2015/11/09 19:42:32 Done. crbug.com/553573
+ # Files missing licensing info are not shipped.
+ 'third_party/wayland': [
+ 'UNKNOWN',
+ ],
'third_party/webdriver': [ # http://crbug.com/98590
'UNKNOWN',
],

Powered by Google App Engine
This is Rietveld 408576698