diff --git a/bin/cp/cp.c b/bin/cp/cp.c index df60ffc914e5..ecfaf53191be 100644 --- a/bin/cp/cp.c +++ b/bin/cp/cp.c @@ -42,10 +42,10 @@ static char const copyright[] = #ifndef lint #if 0 -static char const sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)cp.c 8.2 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: cp.c,v 1.15 1998/05/06 06:50:22 charnier Exp $"; #endif /* not lint */ /* diff --git a/bin/cp/utils.c b/bin/cp/utils.c index a38329b72807..b261e38863ee 100644 --- a/bin/cp/utils.c +++ b/bin/cp/utils.c @@ -33,10 +33,10 @@ #ifndef lint #if 0 -static char const sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; +static char sccsid[] = "@(#)utils.c 8.3 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: utils.c,v 1.17 1998/05/06 06:50:25 charnier Exp $"; #endif /* not lint */ #include