diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-22 18:36:49 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-22 18:36:49 +0000 |
commit | 7202ac7d7b406801f670b78b832cee61ab5b1fcd (patch) | |
tree | 24963f1eb30a02bbd41f642f060c3b2b6df7f464 /libiberty/strtoul.c | |
parent | 7872b193cc1a19a1ef0b763fbb87daecc9769936 (diff) | |
download | gcc-7202ac7d7b406801f670b78b832cee61ab5b1fcd.tar.gz |
* strtoul.c, strtol.c, random.c: Remove advertising clause from
BSD license
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/strtoul.c')
-rw-r--r-- | libiberty/strtoul.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libiberty/strtoul.c b/libiberty/strtoul.c index db371dd1dc5..2ec32043e6b 100644 --- a/libiberty/strtoul.c +++ b/libiberty/strtoul.c @@ -10,10 +10,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. + * 3. [rescinded 22 July 1999] * 4. 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. |