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 | 7e54771e7121268191008f9e41e8730e0ace164c (patch) | |
| tree | 26d8ae408fb75d741cbd6de10b9c50c368a0c811 /missing/vsnprintf.c | |
| parent | 8a4c6d7a566165910b374a2c2cd0ad87a64638a4 (diff) | |
| download | ruby-7e54771e7121268191008f9e41e8730e0ace164c.tar.gz ruby-7e54771e7121268191008f9e41e8730e0ace164c.tar.xz ruby-7e54771e7121268191008f9e41e8730e0ace164c.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/trunk@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. * |
