diff options
Diffstat (limited to 'bin/cp/cp.c')
-rw-r--r-- | bin/cp/cp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cp/cp.c b/bin/cp/cp.c index 3fade36500c..86d2657fd43 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -1,3 +1,4 @@ +/* $OpenBSD: cp.c,v 1.2 1996/06/23 14:19:09 deraadt Exp $ */ /* $NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $ */ /* @@ -46,7 +47,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)cp.c 8.5 (Berkeley) 4/29/95"; #else -static char rcsid[] = "$NetBSD: cp.c,v 1.14 1995/09/07 06:14:51 jtc Exp $"; +static char rcsid[] = "$OpenBSD: cp.c,v 1.2 1996/06/23 14:19:09 deraadt Exp $"; #endif #endif /* not lint */ |