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 103493008: Support dual licensing under MIT and the University of Illinois/NCSA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years 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
===================================================================
--- tools/checklicenses/checklicenses.py (revision 242040)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -91,6 +91,10 @@
'zlib/libpng',
'SGI Free Software License B',
'University of Illinois/NCSA Open Source License (BSD like)',
+
+ # Dual licenses.
+ ('dual license: MIT | '
+ 'University of Illinois/NCSA Open Source License (BSD like)'),
]
« third_party/devscripts/licensecheck.pl ('K') | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698