diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 17:49:47 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 17:49:47 +0000 |
commit | 789894e4837d8a9f586bfe494b90fce482c1388a (patch) | |
tree | 0ce1032d85e7b6831b3978495f77a14dce48936d /third_party/lzma_sdk | |
parent | eb3846081b24c13ac270f38c4cc7828f0b560d38 (diff) | |
download | chromium_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/lzma_sdk')
-rw-r--r-- | third_party/lzma_sdk/LICENSE | 1 | ||||
-rw-r--r-- | third_party/lzma_sdk/README.chromium | 8 |
2 files changed, 4 insertions, 5 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. |