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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1752183002: Pull in libFuzzer as a third party dep. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again because catapalt Created 4 years, 9 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/libFuzzer/README.chromium ('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 8067eaaed5d463c4455ceb85d5ddcba6659ca90f..cfd418b2e7fe10d52791adc957b7d87d436a07c2 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -95,6 +95,7 @@ WHITELISTED_LICENSES = [
'Public domain BSD',
'Public domain BSD-like',
'Public domain LGPL (v2.1 or later)',
+ 'Public domain University of Illinois/NCSA Open Source License (BSD like)',
'Public domain',
'SGI Free Software License B',
'SunSoft (BSD like)',
« no previous file with comments | « third_party/libFuzzer/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698