Chromium Code Reviews| Index: tools/checklicenses/checklicenses.py |
| diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py |
| index e8085e5e654cbcde77447b7bf42302585cb4af0a..c31cc0cd74c262e7c4b0fcff419b47178bb7af91 100755 |
| --- a/tools/checklicenses/checklicenses.py |
| +++ b/tools/checklicenses/checklicenses.py |
| @@ -65,6 +65,7 @@ WHITELISTED_LICENSES = [ |
| 'GPL (v2) LGPL (v2.1 or later)', |
| 'GPL (v3 or later) with Bison parser exception', |
| 'GPL with Bison parser exception', |
| + 'GPL (v3 or later) LGPL (v2.1 or later) with Bison parser exception', |
|
Lei Zhang
2016/02/09 19:07:52
Alphabetical order please. Best to sort with LANG=
Mikhail
2016/02/10 11:34:37
Done.
|
| 'ISC', |
| 'Independent JPEG Group License', |
| 'LGPL (unversioned/unknown version)', |