summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
diff options
context:
space:
mode:
authordtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 00:45:20 +0000
committerdtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-21 00:45:20 +0000
commit4c305e80de803abda041513cee257298259a0670 (patch)
tree09a8a6a037929e60ad8ada81a58c694c0904f0c7 /tools/checklicenses
parent8ada10f0861a51b508b1c804b899f547b0132457 (diff)
downloadchromium_src-4c305e80de803abda041513cee257298259a0670.zip
chromium_src-4c305e80de803abda041513cee257298259a0670.tar.gz
chromium_src-4c305e80de803abda041513cee257298259a0670.tar.bz2
Add checklicenses exception for PySerial.
Submitted a feature request for proper license headers here: https://sourceforge.net/p/pyserial/feature-requests/35/ PySerial (in tools/telemetry/third_party/pyserial) will be used for communicating with a Monsoon device, as part of https://chromiumcodereview.appspot.com/75803002/ BUG=269215 TEST=None. R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/119623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242226 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/checklicenses')
-rwxr-xr-xtools/checklicenses/checklicenses.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index d137505..ea93555 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -391,6 +391,10 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = {
'tools/symsrc/pefile.py': [
'UNKNOWN',
],
+ 'tools/telemetry/third_party/pyserial': [
+ # https://sourceforge.net/p/pyserial/feature-requests/35/
+ 'UNKNOWN',
+ ],
'v8/test/cctest': [ # http://crbug.com/98597
'UNKNOWN',
],