| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index 1b07310197a3d86cb69a54bb4400c9763e4dd0b7..a7f64b8390ee4cd3b1f70833abea10742b201680 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -103,7 +103,6 @@ ADDITIONAL_PATHS = (
|
| os.path.join('sdch', 'open-vcdiff'),
|
| os.path.join('testing', 'gmock'),
|
| os.path.join('testing', 'gtest'),
|
| - os.path.join('tools', 'grit'),
|
| os.path.join('tools', 'gyp'),
|
| os.path.join('tools', 'page_cycler', 'acid3'),
|
| os.path.join('url', 'third_party', 'mozilla'),
|
| @@ -204,12 +203,6 @@ SPECIAL_CASES = {
|
| "License": "Apache 2.0",
|
| "License File": "NOT_SHIPPED",
|
| },
|
| - os.path.join('tools', 'grit'): {
|
| - "Name": "grit",
|
| - "URL": "http://code.google.com/p/grit-i18n",
|
| - "License": "BSD",
|
| - "License File": "NOT_SHIPPED",
|
| - },
|
| os.path.join('tools', 'gyp'): {
|
| "Name": "gyp",
|
| "URL": "http://code.google.com/p/gyp",
|
|
|