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/primes/pattern.c | 4 ++++ games/primes/pr_tbl.c | 4 ++++ games/primes/primes.c | 8 +++++--- 3 files changed, 13 insertions(+), 3 deletions(-) (limited to 'games/primes') diff --git a/games/primes/pattern.c b/games/primes/pattern.c index 14eb721..7bfe0dd 100644 --- a/games/primes/pattern.c +++ b/games/primes/pattern.c @@ -35,7 +35,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pattern.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/games/primes/pr_tbl.c b/games/primes/pr_tbl.c index dcad3aa..3aa5b96 100644 --- a/games/primes/pr_tbl.c +++ b/games/primes/pr_tbl.c @@ -35,7 +35,11 @@ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)pr_tbl.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* diff --git a/games/primes/primes.c b/games/primes/primes.c index 5d78945..b7f0c60 100644 --- a/games/primes/primes.c +++ b/games/primes/primes.c @@ -32,18 +32,20 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #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[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* -- cgit v1.1