summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authorbungeman <bungeman@chromium.org>2015-10-08 09:56:53 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-08 16:57:52 +0000
commit76314c95cb9affef36813770244ea1c79d72dc20 (patch)
tree31a39ef488cd57a8d5af2ba6780a66b0a7102a84 /tools/licenses.py
parentf6d86240c1fcab19d205d6531c860cda02bf537a (diff)
downloadchromium_src-76314c95cb9affef36813770244ea1c79d72dc20.zip
chromium_src-76314c95cb9affef36813770244ea1c79d72dc20.tar.gz
chromium_src-76314c95cb9affef36813770244ea1c79d72dc20.tar.bz2
Update OpenType Sanitizer URL.
The third_party/ots/README.chromium file was updated some time ago to refect the new location of ots, which is also where the current code is sourced. Unfortunately, that change hasn't taken effect due to the override in the licenses.py file. This removes the stale ocerride and uses the README.chromium. BUG=chromium:476190 Review URL: https://codereview.chromium.org/1395733003 Cr-Commit-Position: refs/heads/master@{#353077}
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index f73c323..03c6f52 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -159,11 +159,6 @@ SPECIAL_CASES = {
"License": "BSD",
"License File": "/LICENSE",
},
- os.path.join('third_party', 'ots'): {
- "Name": "OTS (OpenType Sanitizer)",
- "URL": "http://code.google.com/p/ots/",
- "License": "BSD",
- },
os.path.join('third_party', 'pdfium'): {
"Name": "PDFium",
"URL": "http://code.google.com/p/pdfium/",