diff options
author | Jason Merrill <jason@casey.cygnus.com> | 1999-11-22 18:40:20 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-11-22 13:40:20 -0500 |
commit | a8196924328f5235c6739648f226534384b2a9b4 (patch) | |
tree | 04636cb07bd06e2fceaec2e09aba279e1a19e570 /gcc | |
parent | f3636679d984d30a5675b12a7595f2661ac49e68 (diff) | |
download | gcc-a8196924328f5235c6739648f226534384b2a9b4.zip gcc-a8196924328f5235c6739648f226534384b2a9b4.tar.gz gcc-a8196924328f5235c6739648f226534384b2a9b4.tar.bz2 |
gmon.c, [...]: Remove advertising clause from BSD license
* gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising
clause from BSD license
From-SVN: r30621
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/i386/gmon-sol2.c | 5 | ||||
-rw-r--r-- | gcc/config/sparc/gmon-sol2.c | 5 | ||||
-rw-r--r-- | gcc/gmon.c | 5 |
4 files changed, 10 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 60da145..9adf365 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +1999-11-22 Jason Merrill <jason@casey.cygnus.com> + + * gmon.c, i386/gmon-sol2.c, sparc/gmon-sol2.c: Remove advertising + clause from BSD license, pursuant with + + ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change + 1999-11-22 Bernd Schmidt <bernds@cygnus.co.uk> * loop.c (load_mems): Reformat slightly. diff --git a/gcc/config/i386/gmon-sol2.c b/gcc/config/i386/gmon-sol2.c index 35ac1c9..8ea242b 100644 --- a/gcc/config/i386/gmon-sol2.c +++ b/gcc/config/i386/gmon-sol2.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. diff --git a/gcc/config/sparc/gmon-sol2.c b/gcc/config/sparc/gmon-sol2.c index a6abcab..f629bc8 100644 --- a/gcc/config/sparc/gmon-sol2.c +++ b/gcc/config/sparc/gmon-sol2.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. @@ -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. |