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

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: rebase 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
« no previous file with comments | « third_party/wayland/wayland.gyp ('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 fe08d7068dc80e0f8e950c45602ed22add231c76..70fb745ec1eadd4fa7924c3ea5c43ad61ea70b14 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.
+ # Files missing licensing info are not shipped.
+ 'third_party/wayland': [ # http://crbug.com/553573
+ 'UNKNOWN',
+ ],
'third_party/webdriver': [ # http://crbug.com/98590
'UNKNOWN',
],
« no previous file with comments | « third_party/wayland/wayland.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698