summaryrefslogtreecommitdiff
path: root/bin/cp
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-01 23:50:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-01 23:50:03 +0000
commit5045716ffa63602e22f193075dba09b0ad68fe1a (patch)
treeea16f36cc8977507c960700a505acc02f46f7142 /bin/cp
parent1e32403483184f6eb9d0bab6e850a60fddc98701 (diff)
Undo a misguided attempt to fix speling errors from long ago. UCB
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
Diffstat (limited to 'bin/cp')
-rw-r--r--bin/cp/cp.14
-rw-r--r--bin/cp/cp.c6
-rw-r--r--bin/cp/extern.h4
-rw-r--r--bin/cp/utils.c6
4 files changed, 10 insertions, 10 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 8ef051459e7..bd685cdc8c8 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.21 2003/05/29 09:25:04 jmc Exp $
+.\" $OpenBSD: cp.1,v 1.22 2003/06/01 23:50:02 millert Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -16,7 +16,7 @@
.\" 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 acknowledgment:
+.\" 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
diff --git a/bin/cp/cp.c b/bin/cp/cp.c
index 45d2afe17a8..f0b00663cbb 100644
--- a/bin/cp/cp.c
+++ b/bin/cp/cp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cp.c,v 1.24 2003/05/02 20:31:42 nino Exp $ */
+/* $OpenBSD: cp.c,v 1.25 2003/06/01 23:50:02 millert Exp $ */
/* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */
/*
@@ -17,7 +17,7 @@
* 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 acknowledgment:
+ * 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
@@ -47,7 +47,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95";
#else
-static char rcsid[] = "$OpenBSD: cp.c,v 1.24 2003/05/02 20:31:42 nino Exp $";
+static char rcsid[] = "$OpenBSD: cp.c,v 1.25 2003/06/01 23:50:02 millert Exp $";
#endif
#endif /* not lint */
diff --git a/bin/cp/extern.h b/bin/cp/extern.h
index ce9b22753f5..cf968368a62 100644
--- a/bin/cp/extern.h
+++ b/bin/cp/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.9 2002/02/16 21:27:06 millert Exp $ */
+/* $OpenBSD: extern.h,v 1.10 2003/06/01 23:50:02 millert Exp $ */
/* $NetBSD: extern.h,v 1.3 1995/03/21 09:02:16 cgd Exp $ */
/*-
@@ -14,7 +14,7 @@
* 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 acknowledgment:
+ * 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
diff --git a/bin/cp/utils.c b/bin/cp/utils.c
index e39286932b5..b34d92ddd41 100644
--- a/bin/cp/utils.c
+++ b/bin/cp/utils.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: utils.c,v 1.20 2002/07/04 04:26:39 deraadt Exp $ */
+/* $OpenBSD: utils.c,v 1.21 2003/06/01 23:50:02 millert Exp $ */
/* $NetBSD: utils.c,v 1.6 1997/02/26 14:40:51 cgd Exp $ */
/*-
@@ -14,7 +14,7 @@
* 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 acknowledgment:
+ * 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
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94";
#else
-static char rcsid[] = "$OpenBSD: utils.c,v 1.20 2002/07/04 04:26:39 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: utils.c,v 1.21 2003/06/01 23:50:02 millert Exp $";
#endif
#endif /* not lint */