summaryrefslogtreecommitdiff
path: root/sys/lib/libkern/strcpy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/lib/libkern/strcpy.c')
-rw-r--r--sys/lib/libkern/strcpy.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/lib/libkern/strcpy.c b/sys/lib/libkern/strcpy.c
index c7a3415bb3a..c68859f4540 100644
--- a/sys/lib/libkern/strcpy.c
+++ b/sys/lib/libkern/strcpy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: strcpy.c,v 1.6 2003/05/12 17:09:18 deraadt Exp $ */
+/* $OpenBSD: strcpy.c,v 1.7 2003/06/02 23:28:08 millert Exp $ */
/*
* Copyright (c) 1988 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) && !defined(lint)
/*static char *sccsid = "from: @(#)strcpy.c 5.7 (Berkeley) 2/24/91";*/
-static char *rcsid = "$OpenBSD: strcpy.c,v 1.6 2003/05/12 17:09:18 deraadt Exp $";
+static char *rcsid = "$OpenBSD: strcpy.c,v 1.7 2003/06/02 23:28:08 millert Exp $";
#endif /* LIBC_SCCS and not lint */
#if !defined(_KERNEL) && !defined(_STANDALONE)