diff options
author | mal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 05:53:15 +0000 |
---|---|---|
committer | mal@google.com <mal@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 05:53:15 +0000 |
commit | e2d9dc97ea4e9930005164a58738690b03c28723 (patch) | |
tree | 0300871903ec4e712b76fe456a83094dc5e1f405 /third_party/lzma_sdk | |
parent | 567787f2355e48c1018a8a873351b4462df13649 (diff) | |
download | chromium_src-e2d9dc97ea4e9930005164a58738690b03c28723.zip chromium_src-e2d9dc97ea4e9930005164a58738690b03c28723.tar.gz chromium_src-e2d9dc97ea4e9930005164a58738690b03c28723.tar.bz2 |
Add some licensing/copyright info that is missing from directories in third_party.
buildbot\pylibs\simplejson :: missing LICENSE.txt (referenced in README.google)
bzip2\ :: No README or LICENSE file
cygwin\ :: README.google refers to an intranet host
libjpeg\ :: Missing README listed in Copyright header
libxml\ :: refers to an intranet host
---
cygwin\ ::
Add the CYGWIN_LICENSE from the web and a copy of the GPLv2 license that
the CYGWIN_LICENSE says you should have received.
CYGWIN_LICENSE is taken directly from the cygwin CVS server. I won't include
the source until we can (at least try to) exclude it from .gclient by default.
lzma_sdk\ :: Added reference to license on web to README.google.
pthread\ :: Add pointer to source and license info to README.google
py\ :: Add pointer to license and copyright info to README.google.
svn\ ::
Removed reference to svn.corp, made the source of the build more explicit, and
added a pointer to license terms.
Downloaded COPYING from
http://svn.collab.net/viewvc/*checkout*/svn/trunk/COPYING?revision=27760
and included it.
./README.google
Created a top-level README.google whose main purpose will be to host
a table of license pointers for third_party code (that will come from
dannyb and live in the help center, but I think we should have a copy
in the tree, too).
General note: I'll change README.google to README.chromium globally, once I
am sure that is the name we are going to use.
BUG=1294007
R= pamg@google.com
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/lzma_sdk')
-rw-r--r-- | third_party/lzma_sdk/README.google | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/lzma_sdk/README.google b/third_party/lzma_sdk/README.google index fc31bda..b2ddf7c 100644 --- a/third_party/lzma_sdk/README.google +++ b/third_party/lzma_sdk/README.google @@ -2,4 +2,9 @@ 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.
\ No newline at end of file +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. |