summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/arch/m68k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/arch/m68k')
-rw-r--r--sys/lib/libkern/arch/m68k/SYS.h8
-rw-r--r--sys/lib/libkern/arch/m68k/bcmp.S10
-rw-r--r--sys/lib/libkern/arch/m68k/bzero.S10
-rw-r--r--sys/lib/libkern/arch/m68k/ffs.S10
-rw-r--r--sys/lib/libkern/arch/m68k/htonl.S10
-rw-r--r--sys/lib/libkern/arch/m68k/htons.S10
-rw-r--r--sys/lib/libkern/arch/m68k/locc.S8
-rw-r--r--sys/lib/libkern/arch/m68k/memcmp.S10
-rw-r--r--sys/lib/libkern/arch/m68k/memset.S10
-rw-r--r--sys/lib/libkern/arch/m68k/ntohl.S10
-rw-r--r--sys/lib/libkern/arch/m68k/ntohs.S10
-rw-r--r--sys/lib/libkern/arch/m68k/scanc.S8
-rw-r--r--sys/lib/libkern/arch/m68k/skpc.S8
-rw-r--r--sys/lib/libkern/arch/m68k/strcat.S10
-rw-r--r--sys/lib/libkern/arch/m68k/strcmp.S10
-rw-r--r--sys/lib/libkern/arch/m68k/strcpy.S10
-rw-r--r--sys/lib/libkern/arch/m68k/strlen.S10
-rw-r--r--sys/lib/libkern/arch/m68k/strncmp.S10
-rw-r--r--sys/lib/libkern/arch/m68k/strncpy.S10
19 files changed, 53 insertions, 129 deletions
diff --git a/sys/lib/libkern/arch/m68k/SYS.h b/sys/lib/libkern/arch/m68k/SYS.h
index d74877b8d95..53dcaa91d90 100644
--- a/sys/lib/libkern/arch/m68k/SYS.h
+++ b/sys/lib/libkern/arch/m68k/SYS.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: SYS.h,v 1.2 1997/11/07 15:57:00 niklas Exp $ */
+/* $OpenBSD: SYS.h,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: SYS.h,v 1.2 1994/10/26 06:39:23 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
diff --git a/sys/lib/libkern/arch/m68k/bcmp.S b/sys/lib/libkern/arch/m68k/bcmp.S
index 14d9b282e8e..4817edbc495 100644
--- a/sys/lib/libkern/arch/m68k/bcmp.S
+++ b/sys/lib/libkern/arch/m68k/bcmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $ */
+/* $OpenBSD: bcmp.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)bcmp.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: bcmp.S,v 1.2 1997/11/07 15:57:01 niklas Exp $"
+ .asciz "$OpenBSD: bcmp.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* bcmp(s1, s2, n) */
diff --git a/sys/lib/libkern/arch/m68k/bzero.S b/sys/lib/libkern/arch/m68k/bzero.S
index ce8bdaa0163..c51b630e454 100644
--- a/sys/lib/libkern/arch/m68k/bzero.S
+++ b/sys/lib/libkern/arch/m68k/bzero.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $ */
+/* $OpenBSD: bzero.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)bzero.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: bzero.S,v 1.2 1997/11/07 15:57:02 niklas Exp $"
+ .asciz "$OpenBSD: bzero.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"
diff --git a/sys/lib/libkern/arch/m68k/ffs.S b/sys/lib/libkern/arch/m68k/ffs.S
index 7a2476472e2..cd2e536e71b 100644
--- a/sys/lib/libkern/arch/m68k/ffs.S
+++ b/sys/lib/libkern/arch/m68k/ffs.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $ */
+/* $OpenBSD: ffs.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)ffs.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: ffs.S,v 1.2 1997/11/07 15:57:03 niklas Exp $"
+ .asciz "$OpenBSD: ffs.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* bit = ffs(value) */
diff --git a/sys/lib/libkern/arch/m68k/htonl.S b/sys/lib/libkern/arch/m68k/htonl.S
index 926a5f470c2..9400cd6b08a 100644
--- a/sys/lib/libkern/arch/m68k/htonl.S
+++ b/sys/lib/libkern/arch/m68k/htonl.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */
+/* $OpenBSD: htonl.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: htonl.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
@@ -43,7 +39,7 @@
#ifdef notdef
.asciz "@(#)htonl.s 5.1 (Berkeley) 5/12/90"
#endif
- .asciz "$OpenBSD: htonl.S,v 1.2 1997/11/07 15:57:04 niklas Exp $"
+ .asciz "$OpenBSD: htonl.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* netorder = htonl(hostorder) */
diff --git a/sys/lib/libkern/arch/m68k/htons.S b/sys/lib/libkern/arch/m68k/htons.S
index da4e0c505a6..bc36d9fe707 100644
--- a/sys/lib/libkern/arch/m68k/htons.S
+++ b/sys/lib/libkern/arch/m68k/htons.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $ */
+/* $OpenBSD: htons.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: htons.S,v 1.2 1994/10/26 06:39:27 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
@@ -43,7 +39,7 @@
#ifdef notdef
.asciz "@(#)htons.s 5.1 (Berkeley) 5/12/90"
#endif
- .asciz "$OpenBSD: htons.S,v 1.2 1997/11/07 15:57:04 niklas Exp $"
+ .asciz "$OpenBSD: htons.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* hostorder = htons(netorder) */
diff --git a/sys/lib/libkern/arch/m68k/locc.S b/sys/lib/libkern/arch/m68k/locc.S
index 681404193e3..49cdc375aa5 100644
--- a/sys/lib/libkern/arch/m68k/locc.S
+++ b/sys/lib/libkern/arch/m68k/locc.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: locc.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */
+/* $OpenBSD: locc.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: locc.S,v 1.2 1994/10/26 06:39:28 cgd Exp $ */
/*
@@ -18,11 +18,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.
*
diff --git a/sys/lib/libkern/arch/m68k/memcmp.S b/sys/lib/libkern/arch/m68k/memcmp.S
index b0ebb297072..c11bc2b007f 100644
--- a/sys/lib/libkern/arch/m68k/memcmp.S
+++ b/sys/lib/libkern/arch/m68k/memcmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: memcmp.S,v 1.1 2000/06/16 19:56:55 millert Exp $ */
+/* $OpenBSD: memcmp.S,v 1.2 2003/06/02 23:28:08 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.
*
@@ -41,7 +37,7 @@
#if defined(LIBC_SCCS)
.text
- .asciz "$OpenBSD: memcmp.S,v 1.1 2000/06/16 19:56:55 millert Exp $"
+ .asciz "$OpenBSD: memcmp.S,v 1.2 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS */
/* memcmp(s1, s2, n) */
diff --git a/sys/lib/libkern/arch/m68k/memset.S b/sys/lib/libkern/arch/m68k/memset.S
index 45e258dff7a..47101c05452 100644
--- a/sys/lib/libkern/arch/m68k/memset.S
+++ b/sys/lib/libkern/arch/m68k/memset.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: memset.S,v 1.1 2000/06/16 19:56:55 millert Exp $ */
+/* $OpenBSD: memset.S,v 1.2 2003/06/02 23:28:08 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.
*
@@ -41,7 +37,7 @@
#if defined(LIBC_SCCS)
.text
- .asciz "$OpenBSD: memset.S,v 1.1 2000/06/16 19:56:55 millert Exp $"
+ .asciz "$OpenBSD: memset.S,v 1.2 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS */
/*
diff --git a/sys/lib/libkern/arch/m68k/ntohl.S b/sys/lib/libkern/arch/m68k/ntohl.S
index 20415157b1e..f9fd525abfb 100644
--- a/sys/lib/libkern/arch/m68k/ntohl.S
+++ b/sys/lib/libkern/arch/m68k/ntohl.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $ */
+/* $OpenBSD: ntohl.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: ntohl.S,v 1.2 1994/10/26 06:39:29 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
@@ -43,7 +39,7 @@
#ifdef notdef
.asciz "@(#)ntohl.s 5.1 (Berkeley) 5/12/90"
#endif
- .asciz "$OpenBSD: ntohl.S,v 1.2 1997/11/07 15:57:05 niklas Exp $"
+ .asciz "$OpenBSD: ntohl.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* hostorder = ntohl(netorder) */
diff --git a/sys/lib/libkern/arch/m68k/ntohs.S b/sys/lib/libkern/arch/m68k/ntohs.S
index b58a840eb24..c399ae54a94 100644
--- a/sys/lib/libkern/arch/m68k/ntohs.S
+++ b/sys/lib/libkern/arch/m68k/ntohs.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $ */
+/* $OpenBSD: ntohs.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: ntohs.S,v 1.2 1994/10/26 06:39:30 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
@@ -43,7 +39,7 @@
#ifdef notdef
.asciz "@(#)ntohs.s 5.1 (Berkeley) 5/12/90"
#endif
- .asciz "$OpenBSD: ntohs.S,v 1.2 1997/11/07 15:57:06 niklas Exp $"
+ .asciz "$OpenBSD: ntohs.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
/* hostorder = ntohs(netorder) */
diff --git a/sys/lib/libkern/arch/m68k/scanc.S b/sys/lib/libkern/arch/m68k/scanc.S
index d2b274a24b1..d315640318f 100644
--- a/sys/lib/libkern/arch/m68k/scanc.S
+++ b/sys/lib/libkern/arch/m68k/scanc.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: scanc.S,v 1.2 1997/11/07 15:57:07 niklas Exp $ */
+/* $OpenBSD: scanc.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: scanc.S,v 1.2 1994/10/26 06:39:31 cgd Exp $ */
/*
@@ -18,11 +18,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.
*
diff --git a/sys/lib/libkern/arch/m68k/skpc.S b/sys/lib/libkern/arch/m68k/skpc.S
index 9677f8dace2..f5cea15ced1 100644
--- a/sys/lib/libkern/arch/m68k/skpc.S
+++ b/sys/lib/libkern/arch/m68k/skpc.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: skpc.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */
+/* $OpenBSD: skpc.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: skpc.S,v 1.2 1994/10/26 06:39:32 cgd Exp $ */
/*
@@ -18,11 +18,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.
*
diff --git a/sys/lib/libkern/arch/m68k/strcat.S b/sys/lib/libkern/arch/m68k/strcat.S
index ec1188fb2c2..9efa50420f0 100644
--- a/sys/lib/libkern/arch/m68k/strcat.S
+++ b/sys/lib/libkern/arch/m68k/strcat.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $ */
+/* $OpenBSD: strcat.S,v 1.3 2003/06/02 23:28:08 millert Exp $ */
/* $NetBSD: strcat.S,v 1.1 1996/04/18 01:53:06 cgd Exp $ */
/*-
@@ -17,11 +17,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.
*
@@ -44,7 +40,7 @@
#if 0
RCSID("from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90")
#else
- RCSID("$OpenBSD: strcat.S,v 1.2 1997/11/07 15:57:08 niklas Exp $")
+ RCSID("$OpenBSD: strcat.S,v 1.3 2003/06/02 23:28:08 millert Exp $")
#endif
#endif /* LIBC_SCCS and not lint */
diff --git a/sys/lib/libkern/arch/m68k/strcmp.S b/sys/lib/libkern/arch/m68k/strcmp.S
index fc0f273e990..ddb7dc847fa 100644
--- a/sys/lib/libkern/arch/m68k/strcmp.S
+++ b/sys/lib/libkern/arch/m68k/strcmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $ */
+/* $OpenBSD: strcmp.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)strcmp.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strcmp.S,v 1.2 1997/11/07 15:57:09 niklas Exp $"
+ .asciz "$OpenBSD: strcmp.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"
diff --git a/sys/lib/libkern/arch/m68k/strcpy.S b/sys/lib/libkern/arch/m68k/strcpy.S
index 4caa3f71087..beabba8ef01 100644
--- a/sys/lib/libkern/arch/m68k/strcpy.S
+++ b/sys/lib/libkern/arch/m68k/strcpy.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $ */
+/* $OpenBSD: strcpy.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)strcpy.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strcpy.S,v 1.2 1997/11/07 15:57:10 niklas Exp $"
+ .asciz "$OpenBSD: strcpy.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"
diff --git a/sys/lib/libkern/arch/m68k/strlen.S b/sys/lib/libkern/arch/m68k/strlen.S
index 917b836d43b..5d96d711675 100644
--- a/sys/lib/libkern/arch/m68k/strlen.S
+++ b/sys/lib/libkern/arch/m68k/strlen.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $ */
+/* $OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)strlen.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strlen.S,v 1.2 1997/11/07 15:57:11 niklas Exp $"
+ .asciz "$OpenBSD: strlen.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"
diff --git a/sys/lib/libkern/arch/m68k/strncmp.S b/sys/lib/libkern/arch/m68k/strncmp.S
index b193a9d93a3..eb11db25a65 100644
--- a/sys/lib/libkern/arch/m68k/strncmp.S
+++ b/sys/lib/libkern/arch/m68k/strncmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $ */
+/* $OpenBSD: strncmp.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)strncmp.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strncmp.S,v 1.2 1997/11/07 15:57:12 niklas Exp $"
+ .asciz "$OpenBSD: strncmp.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"
diff --git a/sys/lib/libkern/arch/m68k/strncpy.S b/sys/lib/libkern/arch/m68k/strncpy.S
index b759a919e18..cf17a4a1aea 100644
--- a/sys/lib/libkern/arch/m68k/strncpy.S
+++ b/sys/lib/libkern/arch/m68k/strncpy.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $ */
+/* $OpenBSD: strncpy.S,v 1.3 2003/06/02 23:28:08 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.
*
@@ -40,7 +36,7 @@
#if defined(LIBC_SCCS) && !defined(lint)
.text
/*.asciz "from: @(#)strncpy.s 5.1 (Berkeley) 5/12/90"*/
- .asciz "$OpenBSD: strncpy.S,v 1.2 1997/11/07 15:57:13 niklas Exp $"
+ .asciz "$OpenBSD: strncpy.S,v 1.3 2003/06/02 23:28:08 millert Exp $"
#endif /* LIBC_SCCS and not lint */
#include "DEFS.h"