Commit f5b8317051c54df10b9bb6ce83d82dcb8dc19439

Guillem Jover 2008-03-16T14:30:51

Remove UC Berkeley advertising clause As per <ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.

diff --git a/ChangeLog b/ChangeLog
index 7170016..f457477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-16  Guillem Jover  <guillem@debian.org>
+
+	* include/vis.h: Remove UC Berkeley advertising clause, as per
+	<ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change>.
+	* src/vis.c: Likewise.
+	* src/unvis.c: Likewise.
+	* src/heapsort.c: Likewise.
+	* src/linkaddr.c: Likewise.
+
 2007-12-18  Petr Salinger  <Petr.Salinger@seznam.cz>
 
 	* include/bsd/queue.h: sync with current glibc variant on GNU/kFreeBSD
diff --git a/include/vis.h b/include/vis.h
index 329481b..ced5fd9 100644
--- a/include/vis.h
+++ b/include/vis.h
@@ -10,10 +10,6 @@
  * 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
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff --git a/src/heapsort.c b/src/heapsort.c
index 881e7cf..3a060fa 100644
--- a/src/heapsort.c
+++ b/src/heapsort.c
@@ -13,10 +13,6 @@
  * 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
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff --git a/src/linkaddr.c b/src/linkaddr.c
index 0161558..a6bea39 100644
--- a/src/linkaddr.c
+++ b/src/linkaddr.c
@@ -10,10 +10,6 @@
  * 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
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff --git a/src/unvis.c b/src/unvis.c
index b567136..573e71a 100644
--- a/src/unvis.c
+++ b/src/unvis.c
@@ -10,10 +10,6 @@
  * 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
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
diff --git a/src/vis.c b/src/vis.c
index bd3f6f9..348562d 100644
--- a/src/vis.c
+++ b/src/vis.c
@@ -10,10 +10,6 @@
  * 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
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.