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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 1613863002: Upgrade to Opus 1.1.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Narrow opus license exception to just its autogen.sh file Created 4 years, 11 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/opus/opus_srcs_rtcd.gypi ('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 3b0ac8905fedb1a0be7c9dfab9701585c875a541..37270ba1848d87726579f5668f45059a1d71e730 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -426,6 +426,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'third_party/openmax_dl/dl' : [
'Khronos Group',
],
+ 'third_party/opus/src/autogen.sh' : [ # https://trac.xiph.org/ticket/2253#ticket
+ 'UNKNOWN',
+ ],
'third_party/boringssl': [
# There are some files in BoringSSL which came from OpenSSL and have no
# license in them. We don't wish to add the license header ourselves
« no previous file with comments | « third_party/opus/opus_srcs_rtcd.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698