diff options
-rw-r--r-- | third_party/lzma_sdk/LICENSE | 1 | ||||
-rw-r--r-- | third_party/lzma_sdk/README.chromium | 8 | ||||
-rw-r--r-- | third_party/openmax/README.chromium (renamed from third_party/openmax/il/README.chromium) | 6 | ||||
-rw-r--r-- | third_party/pyftpdlib/README.chromium | 6 | ||||
-rwxr-xr-x | tools/licenses.py | 6 |
5 files changed, 16 insertions, 11 deletions
diff --git a/third_party/lzma_sdk/LICENSE b/third_party/lzma_sdk/LICENSE new file mode 100644 index 0000000..59062ba --- /dev/null +++ b/third_party/lzma_sdk/LICENSE @@ -0,0 +1 @@ +LZMA SDK is placed in the public domain. diff --git a/third_party/lzma_sdk/README.chromium b/third_party/lzma_sdk/README.chromium index b2ddf7c..c6870f3 100644 --- a/third_party/lzma_sdk/README.chromium +++ b/third_party/lzma_sdk/README.chromium @@ -1,10 +1,8 @@ +Name: LZMA SDK +URL: http://www.7-zip.org/sdk.html + This contains a part of LZMA SDK 4.49. Only the C code required to open 7z archive files and uncompress LZMA compression has been included. The project files have been rewritten to use proper file paths and generate a static lib. - -The original source and license are available from -http://www.7-zip.org/sdk.html. - -See the table in src/third_party/README.google for more details. diff --git a/third_party/openmax/il/README.chromium b/third_party/openmax/README.chromium index 85f8ec3a..30cdef8 100644 --- a/third_party/openmax/il/README.chromium +++ b/third_party/openmax/README.chromium @@ -1,10 +1,12 @@ -URL: http://www.khronos.org/openmax/headers/omx_il_v1_1/omx_il_v1_1_2_headers.zip +Name: OpenMAX IL +URL: http://www.khronos.org/openmax/ Version: 1.1.2 License: BSD -License File: LICENSE +License File: il/LICENSE Description: Header files required to work with OpenMAX IL. +From http://www.khronos.org/openmax/headers/omx_il_v1_1/omx_il_v1_1_2_headers.zip Local Modifications: No Modifications diff --git a/third_party/pyftpdlib/README.chromium b/third_party/pyftpdlib/README.chromium index 6415902..06b44b7 100644 --- a/third_party/pyftpdlib/README.chromium +++ b/third_party/pyftpdlib/README.chromium @@ -1,4 +1,6 @@ -This library was downloaded from http://code.google.com/p/pyftpdlib/ +Name: pyftpdlib +URL: http://code.google.com/p/pyftpdlib/ +Version: 0.5.0 Chromium-specific changes are in chromium.patch file. Currently it removes the delay after invalid login (which helps protect against brute-force attacks), @@ -11,6 +13,4 @@ write asynchronous FTP servers with Python. Based on asyncore framework pyftpdlib is currently the most complete RFC-959 FTP server implementation available for Python programming language. -Version: 0.5.0 - Learn more by visiting: http://code.google.com/p/pyftpdlib/wiki/FAQ 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): |