From c194af34bd06c5b52a51ced9c9c9fca6f7608a36 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Wed, 13 May 1998 07:25:17 +0000 Subject: [PATCH] Restore Lite-2 sccsid. --- bin/cp/cp.c | 4 ++-- bin/cp/utils.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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