Add const to copyright string. Hide sccsid string.

This commit is contained in:
Philippe Charnier 1997-11-03 07:51:05 +00:00
parent b5f40e43c3
commit 9737357a95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30910

View File

@ -32,15 +32,17 @@
*/ */
#ifndef lint #ifndef lint
static char copyright[] = static const char copyright[] =
"@(#) Copyright (c) 1983, 1987, 1993\n\ "@(#) Copyright (c) 1983, 1987, 1993\n\
The Regents of the University of California. All rights reserved.\n"; The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#ifndef lint #ifndef lint
static char sccsid[] = "From: @(#)vacation.c 8.2 (Berkeley) 1/26/94"; #if 0
static char rcsid[] = static char sccsid[] = "@(#)from: vacation.c 8.2 (Berkeley) 1/26/94";
"$Id: vacation.c,v 1.10 1997/08/28 04:40:51 imp Exp $"; #endif
static const char rcsid[] =
"$Id$";
#endif /* not lint */ #endif /* not lint */
/* /*