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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 509313002: Mac Video Capture: Add Blackmagic DeckLink SDK for Mac to third_party folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Whitelisting DeckLink license. Other minor corrections. Created 6 years, 4 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index ec775ebb7ee1cc6824480e607df5e532e532034b..1caddc18d1254e5f3e9164c0b9dfd8433f2953d6 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -176,6 +176,9 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'UNKNOWN',
],
+ 'third_party/decklink': [ # http://crbug.com/408534
Paweł Hajdan Jr. 2014/09/08 09:53:31 This needs to be an *upstream* bug report about ad
mcasas 2014/09/08 21:16:10 Done in licensecheck.pl, thanks!
+ 'UNKNOWN',
+ ],
'third_party/devscripts': [
'GPL (v2 or later)',
],
« third_party/decklink/README.chromium ('K') | « third_party/decklink/mac/include/DeckLinkAPI_v9_9.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698