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/pthread | |
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/pthread')
-rw-r--r-- | third_party/pthread/README.google | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/pthread/README.google b/third_party/pthread/README.google index f69904a..673ec16 100644 --- a/third_party/pthread/README.google +++ b/third_party/pthread/README.google @@ -3,7 +3,12 @@ This directory contains built 2.7.0 Pthreads-w32 library. The library is used *only* to build testkjs console application from WebKit. Current distribution is available from: -http://sourceware.org/pthreads-win32/ + http://sourceware.org/pthreads-win32/ + +License information: + See http://sourceware.org/pthreads-win32/copying.html + This implementation is free software, distributed under the GNU Lesser + General Public License (LGPL). When updating, no modifications should be necessary aside from building the library that will be statically linked.
\ No newline at end of file |