aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--misc/sysexits.h4
-rw-r--r--resolv/getnetnamadr.c4
-rw-r--r--sysdeps/vax/bcopy.s4
-rw-r--r--sysdeps/vax/bzero.s4
-rw-r--r--sysdeps/vax/ffs.s4
-rw-r--r--sysdeps/vax/memchr.s4
-rw-r--r--sysdeps/vax/memcmp.s4
-rw-r--r--sysdeps/vax/memmove.s4
-rw-r--r--sysdeps/vax/memset.s4
-rw-r--r--sysdeps/vax/strcat.s4
-rw-r--r--sysdeps/vax/strchr.s4
-rw-r--r--sysdeps/vax/strcmp.s4
-rw-r--r--sysdeps/vax/strcpy.s4
-rw-r--r--sysdeps/vax/strcspn.s4
-rw-r--r--sysdeps/vax/strlen.s4
-rw-r--r--sysdeps/vax/strncat.s4
-rw-r--r--sysdeps/vax/strncmp.s4
-rw-r--r--sysdeps/vax/strncpy.s4
-rw-r--r--sysdeps/vax/strpbrk.s4
-rw-r--r--sysdeps/vax/strrchr.s4
-rw-r--r--sysdeps/vax/strsep.s4
-rw-r--r--sysdeps/vax/strspn.s4
-rw-r--r--sysdeps/vax/strstr.s4
24 files changed, 3 insertions, 93 deletions
diff --git a/ChangeLog b/ChangeLog
index 1835bc6..49ff73f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1999-06-09 Ulrich Drepper <drepper@cygnus.com>
- * sysdeps/vax/bcopy.s: Remove advertising clause of copyright.
+ * misc/sysexits.h: Remove advertising clause of copyright.
+ * resolv/getnetnamadr.c: Likewise.
+ * sysdeps/vax/bcopy.s: Likewise.
* sysdeps/vax/bzero.s: Likewise.
* sysdeps/vax/ffs.s: Likewise.
* sysdeps/vax/memchr.s: Likewise.
diff --git a/misc/sysexits.h b/misc/sysexits.h
index e77efed..37246b6 100644
--- a/misc/sysexits.h
+++ b/misc/sysexits.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/resolv/getnetnamadr.c b/resolv/getnetnamadr.c
index abbc3a3..39402b7 100644
--- a/resolv/getnetnamadr.c
+++ b/resolv/getnetnamadr.c
@@ -17,10 +17,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/sysdeps/vax/bcopy.s b/sysdeps/vax/bcopy.s
index 43bb93d..186ad36 100644
--- a/sysdeps/vax/bcopy.s
+++ b/sysdeps/vax/bcopy.s
@@ -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/sysdeps/vax/bzero.s b/sysdeps/vax/bzero.s
index dff59ba..be61a97 100644
--- a/sysdeps/vax/bzero.s
+++ b/sysdeps/vax/bzero.s
@@ -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/sysdeps/vax/ffs.s b/sysdeps/vax/ffs.s
index 9f7ebc9..6272cfd 100644
--- a/sysdeps/vax/ffs.s
+++ b/sysdeps/vax/ffs.s
@@ -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/sysdeps/vax/memchr.s b/sysdeps/vax/memchr.s
index b81c2bc..18120b0 100644
--- a/sysdeps/vax/memchr.s
+++ b/sysdeps/vax/memchr.s
@@ -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/sysdeps/vax/memcmp.s b/sysdeps/vax/memcmp.s
index f7e47de..e32fe24 100644
--- a/sysdeps/vax/memcmp.s
+++ b/sysdeps/vax/memcmp.s
@@ -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/sysdeps/vax/memmove.s b/sysdeps/vax/memmove.s
index 8f897fa..7385441 100644
--- a/sysdeps/vax/memmove.s
+++ b/sysdeps/vax/memmove.s
@@ -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/sysdeps/vax/memset.s b/sysdeps/vax/memset.s
index 12b1f74..dda1486 100644
--- a/sysdeps/vax/memset.s
+++ b/sysdeps/vax/memset.s
@@ -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/sysdeps/vax/strcat.s b/sysdeps/vax/strcat.s
index 7cf8884..bfe64e6 100644
--- a/sysdeps/vax/strcat.s
+++ b/sysdeps/vax/strcat.s
@@ -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/sysdeps/vax/strchr.s b/sysdeps/vax/strchr.s
index 70025cc..d56cb4b 100644
--- a/sysdeps/vax/strchr.s
+++ b/sysdeps/vax/strchr.s
@@ -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/sysdeps/vax/strcmp.s b/sysdeps/vax/strcmp.s
index c9c5b47..479e14f 100644
--- a/sysdeps/vax/strcmp.s
+++ b/sysdeps/vax/strcmp.s
@@ -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/sysdeps/vax/strcpy.s b/sysdeps/vax/strcpy.s
index 56dbe57..1eb00ba 100644
--- a/sysdeps/vax/strcpy.s
+++ b/sysdeps/vax/strcpy.s
@@ -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/sysdeps/vax/strcspn.s b/sysdeps/vax/strcspn.s
index f7b0a99..155b783 100644
--- a/sysdeps/vax/strcspn.s
+++ b/sysdeps/vax/strcspn.s
@@ -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/sysdeps/vax/strlen.s b/sysdeps/vax/strlen.s
index 2b7e0a7..9479fbb 100644
--- a/sysdeps/vax/strlen.s
+++ b/sysdeps/vax/strlen.s
@@ -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/sysdeps/vax/strncat.s b/sysdeps/vax/strncat.s
index bcf29c1..2387d1b 100644
--- a/sysdeps/vax/strncat.s
+++ b/sysdeps/vax/strncat.s
@@ -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/sysdeps/vax/strncmp.s b/sysdeps/vax/strncmp.s
index 0758bd8..8d8f5d4 100644
--- a/sysdeps/vax/strncmp.s
+++ b/sysdeps/vax/strncmp.s
@@ -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/sysdeps/vax/strncpy.s b/sysdeps/vax/strncpy.s
index 03a09b7..ade70e9 100644
--- a/sysdeps/vax/strncpy.s
+++ b/sysdeps/vax/strncpy.s
@@ -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/sysdeps/vax/strpbrk.s b/sysdeps/vax/strpbrk.s
index 0d1b25e..4a0e541 100644
--- a/sysdeps/vax/strpbrk.s
+++ b/sysdeps/vax/strpbrk.s
@@ -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/sysdeps/vax/strrchr.s b/sysdeps/vax/strrchr.s
index 8731344..b0e482c 100644
--- a/sysdeps/vax/strrchr.s
+++ b/sysdeps/vax/strrchr.s
@@ -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/sysdeps/vax/strsep.s b/sysdeps/vax/strsep.s
index 9751acc..dcf2a7c 100644
--- a/sysdeps/vax/strsep.s
+++ b/sysdeps/vax/strsep.s
@@ -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/sysdeps/vax/strspn.s b/sysdeps/vax/strspn.s
index fc86af7..ca94482 100644
--- a/sysdeps/vax/strspn.s
+++ b/sysdeps/vax/strspn.s
@@ -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/sysdeps/vax/strstr.s b/sysdeps/vax/strstr.s
index 2e53375..0283a57 100644
--- a/sysdeps/vax/strstr.s
+++ b/sysdeps/vax/strstr.s
@@ -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.