diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 03:25:46 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-01 03:25:46 +0000 |
| commit | ac9a3359b2953a7656a4a351c1c39aacb2cac558 (patch) | |
| tree | 75d83759150203309452cf1d9dafe014bcbe8941 /missing/vsnprintf.c | |
| parent | a3985b345cc7d59c26bf9e26f8f5dc817b62b133 (diff) | |
| download | ruby-ac9a3359b2953a7656a4a351c1c39aacb2cac558.tar.gz ruby-ac9a3359b2953a7656a4a351c1c39aacb2cac558.tar.xz ruby-ac9a3359b2953a7656a4a351c1c39aacb2cac558.zip | |
* missing/crypt.c: replaced with 4.4BSD version.
* missing/erf.c: ditto.
* missing/vsnprintf.c: removed the third provision from the old
BSD license. [ruby-core:05177]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'missing/vsnprintf.c')
| -rw-r--r-- | missing/vsnprintf.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/missing/vsnprintf.c b/missing/vsnprintf.c index 266290a13..e3362a91f 100644 --- a/missing/vsnprintf.c +++ b/missing/vsnprintf.c @@ -13,11 +13,7 @@ * 2. 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. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * |
