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/dmg_fp | |
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/dmg_fp')
-rw-r--r-- | base/third_party/dmg_fp/LICENSE | 18 | ||||
-rw-r--r-- | base/third_party/dmg_fp/README.chromium | 5 |
2 files changed, 20 insertions, 3 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 |