Index: tools/licenses.py |
diff --git a/tools/licenses.py b/tools/licenses.py |
index ec97e85be67947cc98b93a527fdb35c2ef391c27..cf4b4afc5df0b173fb1c6ad819eca9eb45fb22d5 100755 |
--- a/tools/licenses.py |
+++ b/tools/licenses.py |
@@ -39,7 +39,11 @@ SPECIAL_CASES = { |
'third_party/ots': { |
"Name": "OTS (OpenType Sanitizer)", |
"URL": "http://code.google.com/p/ots/", |
- } |
+ }, |
+ 'third_party/pywebsocket': { |
+ "Name": "pywebsocket", |
+ "URL": "http://code.google.com/p/pywebsocket/", |
+ }, |
} |
class LicenseError(Exception): |