diff options
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-x | tools/licenses.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/licenses.py b/tools/licenses.py index 0135855..fd57383 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -61,6 +61,10 @@ SPECIAL_CASES = { "Name": "Almost Native Graphics Layer Engine", "URL": "http://code.google.com/p/angleproject/", }, + os.path.join('third_party', 'lss'): { + "Name": "linux-syscall-support", + "URL": "http://code.google.com/p/lss/", + }, os.path.join('third_party', 'ots'): { "Name": "OTS (OpenType Sanitizer)", "URL": "http://code.google.com/p/ots/", |