From 5c04762da8da77334429efa9ff47d2c92bb7ef59 Mon Sep 17 00:00:00 2001 From: "mal@chromium.org" Date: Fri, 30 Jan 2009 21:24:17 +0000 Subject: Rename README.google to README.chromium. No code change. B=4380 Review URL: http://codereview.chromium.org/19501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8988 0039d316-1c4b-4281-b951-d872f2087c98 --- base/third_party/dmg_fp/README.chromium | 12 ++++++++++++ base/third_party/dmg_fp/README.google | 12 ------------ base/third_party/nspr/README.chromium | 2 ++ base/third_party/nspr/README.google | 2 -- base/third_party/nss/README.chromium | 8 ++++++++ base/third_party/nss/README.google | 8 -------- 6 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 base/third_party/dmg_fp/README.chromium delete mode 100644 base/third_party/dmg_fp/README.google create mode 100644 base/third_party/nspr/README.chromium delete mode 100644 base/third_party/nspr/README.google create mode 100644 base/third_party/nss/README.chromium delete mode 100644 base/third_party/nss/README.google (limited to 'base/third_party') diff --git a/base/third_party/dmg_fp/README.chromium b/base/third_party/dmg_fp/README.chromium new file mode 100644 index 0000000..c024f20 --- /dev/null +++ b/base/third_party/dmg_fp/README.chromium @@ -0,0 +1,12 @@ +This directory contains David M. Gay's floating point routines. +License can be found in individual .cc files. + +Original dtoa.c file can be found at . +Original g_fmt.c file can be found at . +You may be also interested in . + +List of changes made to original code: + - wrapped functions in dmg_fp namespace + - renamed .c files to .cc + - added dmg_fp.h header + - added #define IEEE_8087 to dtoa.cc diff --git a/base/third_party/dmg_fp/README.google b/base/third_party/dmg_fp/README.google deleted file mode 100644 index c024f20..0000000 --- a/base/third_party/dmg_fp/README.google +++ /dev/null @@ -1,12 +0,0 @@ -This directory contains David M. Gay's floating point routines. -License can be found in individual .cc files. - -Original dtoa.c file can be found at . -Original g_fmt.c file can be found at . -You may be also interested in . - -List of changes made to original code: - - wrapped functions in dmg_fp namespace - - renamed .c files to .cc - - added dmg_fp.h header - - added #define IEEE_8087 to dtoa.cc diff --git a/base/third_party/nspr/README.chromium b/base/third_party/nspr/README.chromium new file mode 100644 index 0000000..7775d60 --- /dev/null +++ b/base/third_party/nspr/README.chromium @@ -0,0 +1,2 @@ +The original code is the Netscape Portable Runtime (NSPR), licensed under +the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). diff --git a/base/third_party/nspr/README.google b/base/third_party/nspr/README.google deleted file mode 100644 index 7775d60..0000000 --- a/base/third_party/nspr/README.google +++ /dev/null @@ -1,2 +0,0 @@ -The original code is the Netscape Portable Runtime (NSPR), licensed under -the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). diff --git a/base/third_party/nss/README.chromium b/base/third_party/nss/README.chromium new file mode 100644 index 0000000..7106351 --- /dev/null +++ b/base/third_party/nss/README.chromium @@ -0,0 +1,8 @@ +The original code is the Network Security Services (NSS), licensed under +the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). + +We extracted the SHA-256 source files, eliminated unneeded dependencies, +deleted or commented out unused code, and tweaked them for Chrome's source +tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ +header "base/basictypes.h". We define NOUNROLL256 to reduce the object code +size. diff --git a/base/third_party/nss/README.google b/base/third_party/nss/README.google deleted file mode 100644 index 7106351..0000000 --- a/base/third_party/nss/README.google +++ /dev/null @@ -1,8 +0,0 @@ -The original code is the Network Security Services (NSS), licensed under -the MPL/GPL/LGPL tri-license (http://www.mozilla.org/MPL/). - -We extracted the SHA-256 source files, eliminated unneeded dependencies, -deleted or commented out unused code, and tweaked them for Chrome's source -tree. sha512.c is renamed sha512.cc so that it can include Chrome's C++ -header "base/basictypes.h". We define NOUNROLL256 to reduce the object code -size. -- cgit v1.1