summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 1b07310..a7f64b8 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",