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