| Index: tools/checklicenses/checklicenses.py
|
| ===================================================================
|
| --- tools/checklicenses/checklicenses.py (revision 136854)
|
| +++ tools/checklicenses/checklicenses.py (working copy)
|
| @@ -52,6 +52,7 @@
|
| 'BSL (v1.0)',
|
| # TODO(phajdan.jr): Make licensecheck not print the comma after 3.1.
|
| 'BSL (v1.0) GPL (v3.1,)',
|
| + 'GPL (v2 or later) with Bison parser exception',
|
| 'GPL (v3 or later) with Bison parser exception',
|
| 'GPL with Bison parser exception',
|
| 'ISC',
|
| @@ -166,6 +167,7 @@
|
| ],
|
| 'third_party/WebKit/Source/JavaScriptCore/tests/mozilla': [
|
| 'GPL',
|
| + 'GPL (v2 or later)',
|
| 'GPL (unversioned/unknown version)',
|
| ],
|
| 'third_party/active_doc': [ # http://crbug.com/98113
|
|
|