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/README.google | |
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/README.google')
-rw-r--r-- | third_party/README.google | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/README.google b/third_party/README.google new file mode 100644 index 0000000..08a82cb --- /dev/null +++ b/third_party/README.google @@ -0,0 +1,10 @@ +The third_party directory contains sources from other projects. + +Code in third_party must document the license under which the source is being +used. If the source itself does not include a license header or file, create +an entry in this file that refers to reliable documentation of the project's +license terms on the web (and add a note pointing here in the README file in +that directory). + +<Include table of license information here, once it is available> + |