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 294763003: checklicenses: Recognize the Independent JPEG Group's license. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 7 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
« 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 271504)
+++ tools/checklicenses/checklicenses.py (working copy)
@@ -58,6 +58,7 @@
'GPL (v2 or later) with libtool exception',
'GPL (v3 or later) with Bison parser exception',
'GPL with Bison parser exception',
+ 'Independent JPEG Group License',
'ISC',
'LGPL (unversioned/unknown version)',
'LGPL (v2)',
@@ -206,9 +207,6 @@
'third_party/libjingle/source/talk': [ # http://crbug.com/98310
'UNKNOWN',
],
- 'third_party/libjpeg': [ # http://crbug.com/98313
- 'UNKNOWN',
- ],
'third_party/libjpeg_turbo': [ # http://crbug.com/98314
'UNKNOWN',
],
« 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