summaryrefslogtreecommitdiff
path: root/lib/libc/arch/m88k/sys
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 20:18:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-02 20:18:43 +0000
commit6769d7338f7d49ff4b5fe0585cb0fd69a5cdf40e (patch)
treeb47b84907a51426ac9d7d422ed700fe275aad092 /lib/libc/arch/m88k/sys
parent8a76493afa3cb09c7faafffd10327342fd8af611 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'lib/libc/arch/m88k/sys')
-rw-r--r--lib/libc/arch/m88k/sys/Ovfork.S10
-rw-r--r--lib/libc/arch/m88k/sys/brk.S10
-rw-r--r--lib/libc/arch/m88k/sys/cerror.S10
-rw-r--r--lib/libc/arch/m88k/sys/exect.S10
-rw-r--r--lib/libc/arch/m88k/sys/fork.S10
-rw-r--r--lib/libc/arch/m88k/sys/reboot.S10
-rw-r--r--lib/libc/arch/m88k/sys/rfork.S10
-rw-r--r--lib/libc/arch/m88k/sys/sbrk.S10
-rw-r--r--lib/libc/arch/m88k/sys/setlogin.S10
-rw-r--r--lib/libc/arch/m88k/sys/sigpending.S10
-rw-r--r--lib/libc/arch/m88k/sys/sigprocmask.S10
-rw-r--r--lib/libc/arch/m88k/sys/sigreturn.S10
-rw-r--r--lib/libc/arch/m88k/sys/sigsuspend.S10
-rw-r--r--lib/libc/arch/m88k/sys/syscall.S10
14 files changed, 42 insertions, 98 deletions
diff --git a/lib/libc/arch/m88k/sys/Ovfork.S b/lib/libc/arch/m88k/sys/Ovfork.S
index 56397e7d810..1b21efba3db 100644
--- a/lib/libc/arch/m88k/sys/Ovfork.S
+++ b/lib/libc/arch/m88k/sys/Ovfork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: Ovfork.S,v 1.5 2003/01/16 20:49:06 miod Exp $ */
+/* $OpenBSD: Ovfork.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: Ovfork.S,v 1.5 2003/01/16 20:49:06 miod Exp $"
+ .string "$OpenBSD: Ovfork.S,v 1.6 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/brk.S b/lib/libc/arch/m88k/sys/brk.S
index 78199cdb4bd..08f4d345728 100644
--- a/lib/libc/arch/m88k/sys/brk.S
+++ b/lib/libc/arch/m88k/sys/brk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: brk.S,v 1.5 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: brk.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: brk.S,v 1.5 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: brk.S,v 1.6 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/cerror.S b/lib/libc/arch/m88k/sys/cerror.S
index eb0d32bffec..ae33ff829a8 100644
--- a/lib/libc/arch/m88k/sys/cerror.S
+++ b/lib/libc/arch/m88k/sys/cerror.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: cerror.S,v 1.4 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: cerror.S,v 1.4 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: cerror.S,v 1.5 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/exect.S b/lib/libc/arch/m88k/sys/exect.S
index 3a375542848..1650e50b88c 100644
--- a/lib/libc/arch/m88k/sys/exect.S
+++ b/lib/libc/arch/m88k/sys/exect.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: exect.S,v 1.4 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: exect.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: exect.S,v 1.4 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: exect.S,v 1.5 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/fork.S b/lib/libc/arch/m88k/sys/fork.S
index 733322f8764..57f762a8d74 100644
--- a/lib/libc/arch/m88k/sys/fork.S
+++ b/lib/libc/arch/m88k/sys/fork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: fork.S,v 1.3 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: fork.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: fork.S,v 1.3 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: fork.S,v 1.4 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/reboot.S b/lib/libc/arch/m88k/sys/reboot.S
index 6653738a533..1c30c0e3a6a 100644
--- a/lib/libc/arch/m88k/sys/reboot.S
+++ b/lib/libc/arch/m88k/sys/reboot.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: reboot.S,v 1.3 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: reboot.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: reboot.S,v 1.3 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: reboot.S,v 1.4 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/rfork.S b/lib/libc/arch/m88k/sys/rfork.S
index 6c2dcb9d4f5..6c34ae8cf43 100644
--- a/lib/libc/arch/m88k/sys/rfork.S
+++ b/lib/libc/arch/m88k/sys/rfork.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: rfork.S,v 1.2 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: rfork.S,v 1.3 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: rfork.S,v 1.2 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: rfork.S,v 1.3 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/sbrk.S b/lib/libc/arch/m88k/sys/sbrk.S
index 151e69223ac..3641f604016 100644
--- a/lib/libc/arch/m88k/sys/sbrk.S
+++ b/lib/libc/arch/m88k/sys/sbrk.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sbrk.S,v 1.5 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: sbrk.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: sbrk.S,v 1.5 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: sbrk.S,v 1.6 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/setlogin.S b/lib/libc/arch/m88k/sys/setlogin.S
index 2c52c24ccf9..67abb25c206 100644
--- a/lib/libc/arch/m88k/sys/setlogin.S
+++ b/lib/libc/arch/m88k/sys/setlogin.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: setlogin.S,v 1.3 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: setlogin.S,v 1.4 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -12,11 +12,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.
*
@@ -35,7 +31,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: setlogin.S,v 1.3 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: setlogin.S,v 1.4 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/sigpending.S b/lib/libc/arch/m88k/sys/sigpending.S
index 8569ba2cf54..8d0a6e4b082 100644
--- a/lib/libc/arch/m88k/sys/sigpending.S
+++ b/lib/libc/arch/m88k/sys/sigpending.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigpending.S,v 1.4 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: sigpending.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: sigpending.S,v 1.4 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: sigpending.S,v 1.5 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/sigprocmask.S b/lib/libc/arch/m88k/sys/sigprocmask.S
index 777a1ac66b8..a6a0b535eb3 100644
--- a/lib/libc/arch/m88k/sys/sigprocmask.S
+++ b/lib/libc/arch/m88k/sys/sigprocmask.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigprocmask.S,v 1.5 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: sigprocmask.S,v 1.5 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: sigprocmask.S,v 1.6 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/sigreturn.S b/lib/libc/arch/m88k/sys/sigreturn.S
index b4ccad079a6..f9a4d654650 100644
--- a/lib/libc/arch/m88k/sys/sigreturn.S
+++ b/lib/libc/arch/m88k/sys/sigreturn.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigreturn.S,v 1.4 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: sigreturn.S,v 1.4 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: sigreturn.S,v 1.5 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/sigsuspend.S b/lib/libc/arch/m88k/sys/sigsuspend.S
index b4fc8038c13..55d113b0a4b 100644
--- a/lib/libc/arch/m88k/sys/sigsuspend.S
+++ b/lib/libc/arch/m88k/sys/sigsuspend.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: sigsuspend.S,v 1.6 2003/03/10 04:02:49 david Exp $ */
+/* $OpenBSD: sigsuspend.S,v 1.7 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: sigsuspend.S,v 1.6 2003/03/10 04:02:49 david Exp $"
+ .string "$OpenBSD: sigsuspend.S,v 1.7 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"
diff --git a/lib/libc/arch/m88k/sys/syscall.S b/lib/libc/arch/m88k/sys/syscall.S
index 143371947c7..f95b7986731 100644
--- a/lib/libc/arch/m88k/sys/syscall.S
+++ b/lib/libc/arch/m88k/sys/syscall.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: syscall.S,v 1.5 2003/01/07 22:01:35 miod Exp $ */
+/* $OpenBSD: syscall.S,v 1.6 2003/06/02 20:18:31 millert Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -16,11 +16,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.
*
@@ -39,7 +35,7 @@
#if defined(LIBC_SCCS)
.data
- .string "$OpenBSD: syscall.S,v 1.5 2003/01/07 22:01:35 miod Exp $"
+ .string "$OpenBSD: syscall.S,v 1.6 2003/06/02 20:18:31 millert Exp $"
#endif /* LIBC_SCCS */
#include "SYS.h"