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

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
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('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
===================================================================
--- 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.
Paweł Hajdan Jr. 2013/12/20 08:56:48 nit: No need for that comment. Please just remove
+ ('University of Illinois/NCSA Open Source License (BSD like) '
+ 'MIT/X11 (BSD like)'),
]
« no previous file with comments | « third_party/devscripts/licensecheck.pl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698