From 002f48507805c24a9a5019679ed0b1f2e3e258de Mon Sep 17 00:00:00 2001 From: billf Date: Tue, 30 Nov 1999 03:50:02 +0000 Subject: copyright/sccsid/rcsid cleanup. --- games/factor/factor.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'games/factor') diff --git a/games/factor/factor.c b/games/factor/factor.c index aa64dd5..ae2555b 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -35,13 +35,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1989, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* -- cgit v1.1