diff options
author | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-21 00:45:20 +0000 |
---|---|---|
committer | dtu@chromium.org <dtu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-21 00:45:20 +0000 |
commit | 4c305e80de803abda041513cee257298259a0670 (patch) | |
tree | 09a8a6a037929e60ad8ada81a58c694c0904f0c7 /tools | |
parent | 8ada10f0861a51b508b1c804b899f547b0132457 (diff) | |
download | chromium_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')
-rwxr-xr-x | tools/checklicenses/checklicenses.py | 4 |
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', ], |