summaryrefslogtreecommitdiffstats
path: root/third_party
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 17:49:47 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-29 17:49:47 +0000
commit789894e4837d8a9f586bfe494b90fce482c1388a (patch)
tree0ce1032d85e7b6831b3978495f77a14dce48936d /third_party
parenteb3846081b24c13ac270f38c4cc7828f0b560d38 (diff)
downloadchromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.zip
chromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.tar.gz
chromium_src-789894e4837d8a9f586bfe494b90fce482c1388a.tar.bz2
Pass tools/licenses.py for a few more directories.
BUG=39240 Review URL: http://codereview.chromium.org/1286003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42958 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r--third_party/lzma_sdk/LICENSE1
-rw-r--r--third_party/lzma_sdk/README.chromium8
-rw-r--r--third_party/openmax/README.chromium (renamed from third_party/openmax/il/README.chromium)6
-rw-r--r--third_party/pyftpdlib/README.chromium6
4 files changed, 11 insertions, 10 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