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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1498473010: third_party: Add WDS library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wds
Patch Set: Link dynamically. Fixed checklicenses.py complaint. Updated WDS version. Created 4 years, 10 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
« third_party/wds/gen/parser.h ('K') | « third_party/wds/wds.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 e8085e5e654cbcde77447b7bf42302585cb4af0a..c31cc0cd74c262e7c4b0fcff419b47178bb7af91 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -65,6 +65,7 @@ WHITELISTED_LICENSES = [
'GPL (v2) LGPL (v2.1 or later)',
'GPL (v3 or later) with Bison parser exception',
'GPL with Bison parser exception',
+ 'GPL (v3 or later) LGPL (v2.1 or later) with Bison parser exception',
Lei Zhang 2016/02/09 19:07:52 Alphabetical order please. Best to sort with LANG=
Mikhail 2016/02/10 11:34:37 Done.
'ISC',
'Independent JPEG Group License',
'LGPL (unversioned/unknown version)',
« third_party/wds/gen/parser.h ('K') | « third_party/wds/wds.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698