Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index cfd418b2e7fe10d52791adc957b7d87d436a07c2..bc95a6673c83606dfbdfda2f0046e30f06eff4c2 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -184,18 +184,42 @@ PATH_SPECIFIC_WHITELISTED_LICENSES = { |
| 'UNKNOWN', |
| ], |
| + # http://crbug.com/603946 |
|
Lei Zhang
2016/04/15 20:51:31
https://github.com/google/oauth2client/issues/331
stevenjb
2016/04/15 21:15:39
Thanks!
|
| + # Just imports googleapiclient. Chromite is not shipped. |
| + 'third_party/chromite/third_party/apiclient': [ |
| + 'UNKNOWN', |
| + ], |
| + |
| + # http://crbug.com/603946 |
|
Lei Zhang
2016/04/15 20:56:58
I believe upstream is https://github.com/google/go
stevenjb
2016/04/15 21:15:39
Done.
|
| + # Apache (v2.0) license. Chromite is not shipped. |
| + 'third_party/chromite/third_party/googleapiclient/channel.py': [ |
| + 'UNKNOWN', |
| + ], |
| + |
| # http://crbug.com/222828 |
| # http://bugs.python.org/issue17514 |
| 'third_party/chromite/third_party/argparse.py': [ |
| 'UNKNOWN', |
| ], |
| + # http://crbug.com/603939 |
|
Lei Zhang
2016/04/15 20:51:31
https://github.com/jcgregorio/httplib2/issues/307
stevenjb
2016/04/15 21:15:39
Acknowledged.
|
| + # MIT license. Chromite is not shipped. |
| + 'third_party/chromite/third_party/httplib2': [ |
| + 'UNKNOWN', |
| + ], |
| + |
| # http://crbug.com/326117 |
| # https://bitbucket.org/chrisatlee/poster/issue/21 |
| 'third_party/chromite/third_party/poster': [ |
| 'UNKNOWN', |
| ], |
| + # http://crbug.com/603944 |
|
Lei Zhang
2016/04/15 20:56:58
Already filed at https://github.com/kennethreitz/r
stevenjb
2016/04/15 21:15:39
Acknowledged.
|
| + # Apache (v2.0) license. Chromite is not shipped |
| + 'third_party/chromite/third_party/requests': [ |
| + 'UNKNOWN', |
| + ], |
| + |
| # http://crbug.com/333508 |
| 'buildtools/clang_format/script': [ |
| 'UNKNOWN', |