Restore Lite-2 sccsid.

This commit is contained in:
Philippe Charnier 1998-05-13 07:25:17 +00:00
parent d4e2eddf9d
commit c194af34bd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36003
2 changed files with 4 additions and 4 deletions

View File

@ -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 */
/*

View File

@ -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 <sys/param.h>