diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:36:41 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-18 22:36:41 +0000 |
commit | 4a7a3ac0fdb069ea4190a826b4bccd10babddf5b (patch) | |
tree | d181ac4c5d9c4e5396e3de4825e2d300b74ec426 /base/third_party | |
parent | ca86c6249e8909794e8026b735fe22cdd941bd62 (diff) | |
download | chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.zip chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.tar.gz chromium_src-4a7a3ac0fdb069ea4190a826b4bccd10babddf5b.tar.bz2 |
Pass license-checker script for base/third_party/*.
License checker change:
Since most projects have a LICENSE file, look for that by default.
Since as far as I can tell NSS and NSPR are both just MPL tri-license without
a per project copyright, I think I will amend the license-checker to source
those licenses separately.
Review URL: http://codereview.chromium.org/1121003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party')
-rw-r--r-- | base/third_party/dmg_fp/LICENSE | 18 | ||||
-rw-r--r-- | base/third_party/dmg_fp/README.chromium | 5 | ||||
-rw-r--r-- | base/third_party/icu/LICENSE | 32 | ||||
-rw-r--r-- | base/third_party/icu/README.chromium (renamed from base/third_party/icu/README) | 3 | ||||
-rw-r--r-- | base/third_party/nspr/README.chromium | 5 | ||||
-rw-r--r-- | base/third_party/nss/README.chromium | 5 | ||||
-rw-r--r-- | base/third_party/purify/LICENSE | 2 | ||||
-rw-r--r-- | base/third_party/purify/README.chromium | 2 | ||||
-rw-r--r-- | base/third_party/symbolize/LICENSE | 28 | ||||
-rw-r--r-- | base/third_party/symbolize/README.chromium | 4 | ||||
-rw-r--r-- | base/third_party/valgrind/LICENSE | 45 | ||||
-rw-r--r-- | base/third_party/valgrind/README.chromium (renamed from base/third_party/valgrind/README) | 3 | ||||
-rw-r--r-- | base/third_party/xdg_mime/LICENSE | 17 | ||||
-rw-r--r-- | base/third_party/xdg_mime/README.chromium | 4 | ||||
-rw-r--r-- | base/third_party/xdg_user_dirs/LICENSE | 21 | ||||
-rw-r--r-- | base/third_party/xdg_user_dirs/README.chromium | 3 |
16 files changed, 186 insertions, 11 deletions
diff --git a/base/third_party/dmg_fp/LICENSE b/base/third_party/dmg_fp/LICENSE new file mode 100644 index 0000000..716f1ef --- /dev/null +++ b/base/third_party/dmg_fp/LICENSE @@ -0,0 +1,18 @@ +/**************************************************************** + * + * The author of this software is David M. Gay. + * + * Copyright (c) 1991, 2000, 2001 by Lucent Technologies. + * + * Permission to use, copy, modify, and distribute this software for any + * purpose without fee is hereby granted, provided that this entire notice + * is included in all copies of any software which is or includes a copy + * or modification of this software and in all copies of the supporting + * documentation for such software. + * + * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED + * WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY + * REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY + * OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. + * + ***************************************************************/ diff --git a/base/third_party/dmg_fp/README.chromium b/base/third_party/dmg_fp/README.chromium index 046f273..d151349 100644 --- a/base/third_party/dmg_fp/README.chromium +++ b/base/third_party/dmg_fp/README.chromium @@ -1,9 +1,8 @@ -This directory contains David M. Gay's floating point routines. -License can be found in individual .cc files. +Name: David M. Gay's floating point routines +URL: http://www.netlib.org/fp/ Original dtoa.c file can be found at <http://www.netlib.org/fp/dtoa.c>. Original g_fmt.c file can be found at <http://www.netlib.org/fp/g_fmt.c>. -You may be also interested in <http://www.netlib.org/fp/>. List of changes made to original code: - wrapped functions in dmg_fp namespace diff --git a/base/third_party/icu/LICENSE b/base/third_party/icu/LICENSE new file mode 100644 index 0000000..40282f4 --- /dev/null +++ b/base/third_party/icu/LICENSE @@ -0,0 +1,32 @@ +ICU License - ICU 1.8.1 and later + +COPYRIGHT AND PERMISSION NOTICE + +Copyright (c) 1995-2009 International Business Machines Corporation and others + +All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, and/or sell copies of the Software, and to permit persons +to whom the Software is furnished to do so, provided that the above +copyright notice(s) and this permission notice appear in all copies of +the Software and that both the above copyright notice(s) and this +permission notice appear in supporting documentation. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR +HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY +SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +of the copyright holder. diff --git a/base/third_party/icu/README b/base/third_party/icu/README.chromium index faeb5ef..4b22220 100644 --- a/base/third_party/icu/README +++ b/base/third_party/icu/README.chromium @@ -1,3 +1,6 @@ +Name: ICU +URL: http://site.icu-project.org/ + This file has the relevant components from ICU copied to handle basic UTF8/16/32 conversions. Components are copied from utf.h utf8.h utf16.h and utf_impl.c diff --git a/base/third_party/nspr/README.chromium b/base/third_party/nspr/README.chromium index 7775d60..ad65dbe 100644 --- a/base/third_party/nspr/README.chromium +++ b/base/third_party/nspr/README.chromium @@ -1,2 +1,3 @@ -The original code is the Netscape Portable Runtime (NSPR), licensed under -the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). +Name: Netscape Portable Runtime (NSPR) +URL: http://www.mozilla.org/projects/nspr/ +License: MPL tri-license diff --git a/base/third_party/nss/README.chromium b/base/third_party/nss/README.chromium index 44cecac..9be669f 100644 --- a/base/third_party/nss/README.chromium +++ b/base/third_party/nss/README.chromium @@ -1,5 +1,6 @@ -The original code is the Network Security Services (NSS), licensed under -the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). +Name: Network Security Services (NSS) +URL: http://www.mozilla.org/projects/security/pki/nss/ +License: MPL tri-license We extracted the SHA-256 source files, eliminated unneeded dependencies, deleted or commented out unused code, and tweaked them for Chrome's source diff --git a/base/third_party/purify/LICENSE b/base/third_party/purify/LICENSE new file mode 100644 index 0000000..f876ca8 --- /dev/null +++ b/base/third_party/purify/LICENSE @@ -0,0 +1,2 @@ +(C) Copyright IBM Corporation. 2006, 2006. All Rights Reserved. +You may recompile and redistribute these definitions as required. diff --git a/base/third_party/purify/README.chromium b/base/third_party/purify/README.chromium new file mode 100644 index 0000000..feecf91 --- /dev/null +++ b/base/third_party/purify/README.chromium @@ -0,0 +1,2 @@ +Name: purify headers +URL: http://www-01.ibm.com/software/awdtools/purify/ diff --git a/base/third_party/symbolize/LICENSE b/base/third_party/symbolize/LICENSE new file mode 100644 index 0000000..433a3d1 --- /dev/null +++ b/base/third_party/symbolize/LICENSE @@ -0,0 +1,28 @@ +// Copyright (c) 2006, Google Inc. +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/base/third_party/symbolize/README.chromium b/base/third_party/symbolize/README.chromium index 5b3ba0e..655f787 100644 --- a/base/third_party/symbolize/README.chromium +++ b/base/third_party/symbolize/README.chromium @@ -1,5 +1,5 @@ -The directory contains google-glog's symbolization library. -License can be found in symbolize.cc. +Name: google-glog's symbolization library +URL: http://code.google.com/p/google-glog/ The following files are copied AS-IS from: http://code.google.com/p/google-glog/source/browse/#svn/trunk/src (r76) diff --git a/base/third_party/valgrind/LICENSE b/base/third_party/valgrind/LICENSE new file mode 100644 index 0000000..a45d7c2 --- /dev/null +++ b/base/third_party/valgrind/LICENSE @@ -0,0 +1,45 @@ + ---------------------------------------------------------------- + + Notice that the following BSD-style license applies to this one + file (valgrind.h) only. The rest of Valgrind is licensed under the + terms of the GNU General Public License, version 2, unless + otherwise indicated. See the COPYING file in the source + distribution for details. + + ---------------------------------------------------------------- + + This file is part of Valgrind, a dynamic binary instrumentation + framework. + + Copyright (C) 2000-2008 Julian Seward. All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + + 2. The origin of this software must not be misrepresented; you must + not claim that you wrote the original software. If you use this + software in a product, an acknowledgment in the product + documentation would be appreciated but is not required. + + 3. Altered source versions must be plainly marked as such, and must + not be misrepresented as being the original software. + + 4. The name of the author may not be used to endorse or promote + products derived from this software without specific prior written + permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS + OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE + GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, + WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/base/third_party/valgrind/README b/base/third_party/valgrind/README.chromium index ce8c47b..eb37a13 100644 --- a/base/third_party/valgrind/README +++ b/base/third_party/valgrind/README.chromium @@ -1,3 +1,6 @@ +Name: valgrind +URL: http://valgrind.org + The single header file (valgrind.h) in this directory defines runtime macros that determine whether the current process is running under Valgrind. diff --git a/base/third_party/xdg_mime/LICENSE b/base/third_party/xdg_mime/LICENSE new file mode 100644 index 0000000..876ec23 --- /dev/null +++ b/base/third_party/xdg_mime/LICENSE @@ -0,0 +1,17 @@ +# Permission is hereby granted, free of charge, to any person obtaining a +# copy of this software and associated documentation files (the "Software"), +# to deal in the Software without restriction, including without limitation +# the rights to use, copy, modify, merge, publish, distribute, sublicense, +# and/or sell copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included +# in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. diff --git a/base/third_party/xdg_mime/README.chromium b/base/third_party/xdg_mime/README.chromium index 3d1bbd6..b87c3c4 100644 --- a/base/third_party/xdg_mime/README.chromium +++ b/base/third_party/xdg_mime/README.chromium @@ -1,5 +1,5 @@ -The original code of this module is at: -http://webcvs.freedesktop.org/mime/xdgmime/ +Name: xdg-utils +URL: http://portland.freedesktop.org/wiki/ The code in this directory is synced from: http://svn.gnome.org/svn/glib/trunk/gio/xdgmime/ diff --git a/base/third_party/xdg_user_dirs/LICENSE b/base/third_party/xdg_user_dirs/LICENSE new file mode 100644 index 0000000..540e803 --- /dev/null +++ b/base/third_party/xdg_user_dirs/LICENSE @@ -0,0 +1,21 @@ + Copyright (c) 2007 Red Hat, inc + + Permission is hereby granted, free of charge, to any person + obtaining a copy of this software and associated documentation files + (the "Software"), to deal in the Software without restriction, + including without limitation the rights to use, copy, modify, merge, + publish, distribute, sublicense, and/or sell copies of the Software, + and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN + ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. diff --git a/base/third_party/xdg_user_dirs/README.chromium b/base/third_party/xdg_user_dirs/README.chromium index 9dc2103..ec9d810 100644 --- a/base/third_party/xdg_user_dirs/README.chromium +++ b/base/third_party/xdg_user_dirs/README.chromium @@ -1,3 +1,6 @@ +Name: xdg-user-dirs +URL: http://www.freedesktop.org/wiki/Software/xdg-user-dirs + This directory include xdg-user-dir-lookup.c renamed as xdg_user_dir_lookup.cc from xdg-user-dirs 0.10. We made xdg_user_dir_lookup() non-static and added a xdg_user_dir_lookup.h. |