summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2008-07-20 00:52:39 +0000
committerlukem <lukem@NetBSD.org>2008-07-20 00:52:39 +0000
commit99518a3664f03a0839b12707e82684f120310023 (patch)
tree3d919cd870a034f81a1e2c249e057f2905562549
parentee6e757230838de21b94218e463f2d43979e3aa9 (diff)
downloadbsdgames-darwin-99518a3664f03a0839b12707e82684f120310023.tar.gz
bsdgames-darwin-99518a3664f03a0839b12707e82684f120310023.tar.zst
bsdgames-darwin-99518a3664f03a0839b12707e82684f120310023.zip
Remove the \n and tabs from the __COPYRIGHT() strings.
-rw-r--r--adventure/main.c8
-rw-r--r--arithmetic/arithmetic.c8
-rw-r--r--atc/main.c8
-rw-r--r--backgammon/teachgammon/teach.c8
-rw-r--r--banner/banner.c8
-rw-r--r--battlestar/battlestar.c8
-rw-r--r--bcd/bcd.c8
-rw-r--r--boggle/boggle/bog.c8
-rw-r--r--caesar/caesar.c8
-rw-r--r--canfield/canfield/canfield.c8
-rw-r--r--canfield/cfscores/cfscores.c8
-rw-r--r--ching/castching/castching.c8
-rw-r--r--ching/printching/printching.c8
-rw-r--r--cribbage/crib.c8
-rw-r--r--dm/dm.c8
-rw-r--r--factor/factor.c8
-rw-r--r--fish/fish.c8
-rw-r--r--fortune/fortune/fortune.c8
-rw-r--r--fortune/strfile/strfile.c8
-rw-r--r--fortune/unstr/unstr.c8
-rw-r--r--gomoku/main.c8
-rw-r--r--hangman/main.c8
-rw-r--r--mille/mille.c8
-rw-r--r--mille/table.c8
-rw-r--r--monop/monop.c8
-rw-r--r--morse/morse.c8
-rw-r--r--number/number.c8
-rw-r--r--pig/pig.c8
-rw-r--r--pom/pom.c8
-rw-r--r--ppt/ppt.c8
-rw-r--r--primes/primes.c8
-rw-r--r--quiz/quiz.c8
-rw-r--r--rain/rain.c8
-rw-r--r--random/random.c8
-rw-r--r--robots/main.c8
-rw-r--r--rogue/main.c8
-rw-r--r--sail/main.c8
-rw-r--r--snake/snake/snake.c8
-rw-r--r--snake/snscore/snscore.c8
-rw-r--r--tetris/tetris.c6
-rw-r--r--trek/main.c8
-rw-r--r--worm/worm.c8
-rw-r--r--worms/worms.c8
-rw-r--r--wump/wump.c8
44 files changed, 175 insertions, 175 deletions
diff --git a/adventure/main.c b/adventure/main.c
index 9a46e0ea..1975db01 100644
--- a/adventure/main.c
+++ b/adventure/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.19 2005/07/01 00:03:36 jmc Exp $ */
+/* $NetBSD: main.c,v 1.20 2008/07/20 01:03:20 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -36,15 +36,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1991, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/2/93";
#else
-__RCSID("$NetBSD: main.c,v 1.19 2005/07/01 00:03:36 jmc Exp $");
+__RCSID("$NetBSD: main.c,v 1.20 2008/07/20 01:03:20 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/arithmetic/arithmetic.c b/arithmetic/arithmetic.c
index 7e6c2229..1488bf65 100644
--- a/arithmetic/arithmetic.c
+++ b/arithmetic/arithmetic.c
@@ -1,4 +1,4 @@
-/* $NetBSD: arithmetic.c,v 1.22 2007/12/15 19:44:38 perry Exp $ */
+/* $NetBSD: arithmetic.c,v 1.23 2008/07/20 01:03:20 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)arithmetic.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: arithmetic.c,v 1.22 2007/12/15 19:44:38 perry Exp $");
+__RCSID("$NetBSD: arithmetic.c,v 1.23 2008/07/20 01:03:20 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/atc/main.c b/atc/main.c
index 58d7fc81..e47388a5 100644
--- a/atc/main.c
+++ b/atc/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.18 2008/01/31 05:19:44 dholland Exp $ */
+/* $NetBSD: main.c,v 1.19 2008/07/20 01:03:20 lukem Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -43,15 +43,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1990, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.18 2008/01/31 05:19:44 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.19 2008/07/20 01:03:20 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c
index 5a39fb2f..8df8730c 100644
--- a/backgammon/teachgammon/teach.c
+++ b/backgammon/teachgammon/teach.c
@@ -1,4 +1,4 @@
-/* $NetBSD: teach.c,v 1.18 2007/12/15 19:44:39 perry Exp $ */
+/* $NetBSD: teach.c,v 1.19 2008/07/20 01:03:20 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: teach.c,v 1.18 2007/12/15 19:44:39 perry Exp $");
+__RCSID("$NetBSD: teach.c,v 1.19 2008/07/20 01:03:20 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/banner/banner.c b/banner/banner.c
index 7fed9a68..b442d306 100644
--- a/banner/banner.c
+++ b/banner/banner.c
@@ -1,4 +1,4 @@
-/* $NetBSD: banner.c,v 1.16 2006/11/22 16:15:42 reed Exp $ */
+/* $NetBSD: banner.c,v 1.17 2008/07/20 01:03:20 lukem Exp $ */
/*
* Copyright (c) 1980, 1993, 1994
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993, 1994\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)banner.c 8.4 (Berkeley) 4/29/95";
#else
-__RCSID("$NetBSD: banner.c,v 1.16 2006/11/22 16:15:42 reed Exp $");
+__RCSID("$NetBSD: banner.c,v 1.17 2008/07/20 01:03:20 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/battlestar.c b/battlestar/battlestar.c
index f26e8814..47465799 100644
--- a/battlestar/battlestar.c
+++ b/battlestar/battlestar.c
@@ -1,4 +1,4 @@
-/* $NetBSD: battlestar.c,v 1.15 2005/07/01 06:04:54 jmc Exp $ */
+/* $NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)battlestar.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: battlestar.c,v 1.15 2005/07/01 06:04:54 jmc Exp $");
+__RCSID("$NetBSD: battlestar.c,v 1.16 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/bcd/bcd.c b/bcd/bcd.c
index 172811f7..c683e4e9 100644
--- a/bcd/bcd.c
+++ b/bcd/bcd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bcd.c,v 1.14 2005/07/01 06:04:46 jmc Exp $ */
+/* $NetBSD: bcd.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)bcd.c 8.2 (Berkeley) 3/20/94";
#else
-__RCSID("$NetBSD: bcd.c,v 1.14 2005/07/01 06:04:46 jmc Exp $");
+__RCSID("$NetBSD: bcd.c,v 1.15 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/boggle/boggle/bog.c b/boggle/boggle/bog.c
index f46befdd..fb9ff520 100644
--- a/boggle/boggle/bog.c
+++ b/boggle/boggle/bog.c
@@ -1,4 +1,4 @@
-/* $NetBSD: bog.c,v 1.21 2006/08/09 14:29:40 christos Exp $ */
+/* $NetBSD: bog.c,v 1.22 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)bog.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: bog.c,v 1.21 2006/08/09 14:29:40 christos Exp $");
+__RCSID("$NetBSD: bog.c,v 1.22 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/caesar/caesar.c b/caesar/caesar.c
index 831c5538..1a6a8ea2 100644
--- a/caesar/caesar.c
+++ b/caesar/caesar.c
@@ -1,4 +1,4 @@
-/* $NetBSD: caesar.c,v 1.21 2005/11/19 18:01:42 christos Exp $ */
+/* $NetBSD: caesar.c,v 1.22 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -40,15 +40,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)caesar.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: caesar.c,v 1.21 2005/11/19 18:01:42 christos Exp $");
+__RCSID("$NetBSD: caesar.c,v 1.22 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/canfield/canfield/canfield.c b/canfield/canfield/canfield.c
index a16ce2e8..54111c02 100644
--- a/canfield/canfield/canfield.c
+++ b/canfield/canfield/canfield.c
@@ -1,4 +1,4 @@
-/* $NetBSD: canfield.c,v 1.23 2007/12/15 19:44:39 perry Exp $ */
+/* $NetBSD: canfield.c,v 1.24 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)canfield.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: canfield.c,v 1.23 2007/12/15 19:44:39 perry Exp $");
+__RCSID("$NetBSD: canfield.c,v 1.24 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/canfield/cfscores/cfscores.c b/canfield/cfscores/cfscores.c
index fe1f7767..14725bae 100644
--- a/canfield/cfscores/cfscores.c
+++ b/canfield/cfscores/cfscores.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cfscores.c,v 1.14 2008/01/28 02:37:50 dholland Exp $ */
+/* $NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)cfscores.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: cfscores.c,v 1.14 2008/01/28 02:37:50 dholland Exp $");
+__RCSID("$NetBSD: cfscores.c,v 1.15 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/ching/castching/castching.c b/ching/castching/castching.c
index e0f767c4..9024806d 100644
--- a/ching/castching/castching.c
+++ b/ching/castching/castching.c
@@ -1,4 +1,4 @@
-/* $NetBSD: castching.c,v 1.1 2005/06/30 13:30:33 perry Exp $ */
+/* $NetBSD: castching.c,v 1.2 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -38,15 +38,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)ching.cno.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: castching.c,v 1.1 2005/06/30 13:30:33 perry Exp $");
+__RCSID("$NetBSD: castching.c,v 1.2 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/ching/printching/printching.c b/ching/printching/printching.c
index 3f70d941..42c5dc3c 100644
--- a/ching/printching/printching.c
+++ b/ching/printching/printching.c
@@ -1,4 +1,4 @@
-/* $NetBSD: printching.c,v 1.2 2005/06/30 13:44:48 martin Exp $ */
+/* $NetBSD: printching.c,v 1.3 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -38,15 +38,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)ching.phx.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: printching.c,v 1.2 2005/06/30 13:44:48 martin Exp $");
+__RCSID("$NetBSD: printching.c,v 1.3 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/cribbage/crib.c b/cribbage/crib.c
index a60832ae..1699d768 100644
--- a/cribbage/crib.c
+++ b/cribbage/crib.c
@@ -1,4 +1,4 @@
-/* $NetBSD: crib.c,v 1.20 2005/07/02 08:32:32 jmc Exp $ */
+/* $NetBSD: crib.c,v 1.21 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: crib.c,v 1.20 2005/07/02 08:32:32 jmc Exp $");
+__RCSID("$NetBSD: crib.c,v 1.21 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/dm/dm.c b/dm/dm.c
index 24833da5..d025ec40 100644
--- a/dm/dm.c
+++ b/dm/dm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dm.c,v 1.25 2008/07/13 20:07:48 dholland Exp $ */
+/* $NetBSD: dm.c,v 1.26 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1987, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1987, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1987, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)dm.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: dm.c,v 1.25 2008/07/13 20:07:48 dholland Exp $");
+__RCSID("$NetBSD: dm.c,v 1.26 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/factor/factor.c b/factor/factor.c
index 2f25d771..4c7f50d2 100644
--- a/factor/factor.c
+++ b/factor/factor.c
@@ -1,4 +1,4 @@
-/* $NetBSD: factor.c,v 1.17 2007/12/15 19:44:40 perry Exp $ */
+/* $NetBSD: factor.c,v 1.18 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: factor.c,v 1.17 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: factor.c,v 1.18 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/fish/fish.c b/fish/fish.c
index a324504b..becedf6a 100644
--- a/fish/fish.c
+++ b/fish/fish.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $ */
+/* $NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1990, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1990, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)fish.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fish.c,v 1.18 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: fish.c,v 1.19 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/fortune/fortune/fortune.c b/fortune/fortune/fortune.c
index e7bb04c5..f3ebc2f0 100644
--- a/fortune/fortune/fortune.c
+++ b/fortune/fortune/fortune.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fortune.c,v 1.50 2007/12/15 19:44:40 perry Exp $ */
+/* $NetBSD: fortune.c,v 1.51 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1986, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1986, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1986, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)fortune.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: fortune.c,v 1.50 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: fortune.c,v 1.51 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/fortune/strfile/strfile.c b/fortune/strfile/strfile.c
index 15509370..6961512b 100644
--- a/fortune/strfile/strfile.c
+++ b/fortune/strfile/strfile.c
@@ -1,4 +1,4 @@
-/* $NetBSD: strfile.c,v 1.25 2007/12/18 08:45:03 dogcow Exp $ */
+/* $NetBSD: strfile.c,v 1.26 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -35,15 +35,15 @@
#ifdef __NetBSD__
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)strfile.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: strfile.c,v 1.25 2007/12/18 08:45:03 dogcow Exp $");
+__RCSID("$NetBSD: strfile.c,v 1.26 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
#endif /* __NetBSD__ */
diff --git a/fortune/unstr/unstr.c b/fortune/unstr/unstr.c
index 8d87d9f8..65207960 100644
--- a/fortune/unstr/unstr.c
+++ b/fortune/unstr/unstr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $ */
+/* $NetBSD: unstr.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1991, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)unstr.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: unstr.c,v 1.12 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: unstr.c,v 1.13 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/gomoku/main.c b/gomoku/main.c
index e707e47e..58257483 100644
--- a/gomoku/main.c
+++ b/gomoku/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.13 2007/12/15 19:44:40 perry Exp $ */
+/* $NetBSD: main.c,v 1.14 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1994
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1994\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1994\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.4 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: main.c,v 1.13 2007/12/15 19:44:40 perry Exp $");
+__RCSID("$NetBSD: main.c,v 1.14 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/hangman/main.c b/hangman/main.c
index 9ac368b4..93b981e4 100644
--- a/hangman/main.c
+++ b/hangman/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.12 2007/12/15 19:44:41 perry Exp $ */
+/* $NetBSD: main.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.12 2007/12/15 19:44:41 perry Exp $");
+__RCSID("$NetBSD: main.c,v 1.13 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/mille/mille.c b/mille/mille.c
index a8d01c11..62a45586 100644
--- a/mille/mille.c
+++ b/mille/mille.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mille.c,v 1.14 2007/12/15 19:44:41 perry Exp $ */
+/* $NetBSD: mille.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1982, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)mille.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: mille.c,v 1.14 2007/12/15 19:44:41 perry Exp $");
+__RCSID("$NetBSD: mille.c,v 1.15 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/mille/table.c b/mille/table.c
index d2201732..73ac4f0b 100644
--- a/mille/table.c
+++ b/mille/table.c
@@ -1,4 +1,4 @@
-/* $NetBSD: table.c,v 1.7 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1982, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1982, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1982, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: table.c,v 1.7 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: table.c,v 1.8 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/monop/monop.c b/monop/monop.c
index e4faa86e..6a945581 100644
--- a/monop/monop.c
+++ b/monop/monop.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monop.c,v 1.23 2008/02/24 06:03:35 dholland Exp $ */
+/* $NetBSD: monop.c,v 1.24 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)monop.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: monop.c,v 1.23 2008/02/24 06:03:35 dholland Exp $");
+__RCSID("$NetBSD: monop.c,v 1.24 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/morse/morse.c b/morse/morse.c
index 293ec927..e6c6ea6d 100644
--- a/morse/morse.c
+++ b/morse/morse.c
@@ -1,4 +1,4 @@
-/* $NetBSD: morse.c,v 1.14 2008/01/28 06:18:23 dholland Exp $ */
+/* $NetBSD: morse.c,v 1.15 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: morse.c,v 1.14 2008/01/28 06:18:23 dholland Exp $");
+__RCSID("$NetBSD: morse.c,v 1.15 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/number/number.c b/number/number.c
index e66c92c1..9b551144 100644
--- a/number/number.c
+++ b/number/number.c
@@ -1,4 +1,4 @@
-/* $NetBSD: number.c,v 1.11 2007/12/15 19:44:42 perry Exp $ */
+/* $NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $ */
/*
* Copyright (c) 1988, 1993, 1994
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993, 1994\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)number.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: number.c,v 1.11 2007/12/15 19:44:42 perry Exp $");
+__RCSID("$NetBSD: number.c,v 1.12 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/pig/pig.c b/pig/pig.c
index 9dcae6cd..8ccd8fc3 100644
--- a/pig/pig.c
+++ b/pig/pig.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pig.c,v 1.12 2007/12/15 19:44:42 perry Exp $ */
+/* $NetBSD: pig.c,v 1.13 2008/07/20 01:03:21 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1992, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)pig.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: pig.c,v 1.12 2007/12/15 19:44:42 perry Exp $");
+__RCSID("$NetBSD: pig.c,v 1.13 2008/07/20 01:03:21 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/pom/pom.c b/pom/pom.c
index c7c24176..75ae84ed 100644
--- a/pom/pom.c
+++ b/pom/pom.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pom.c,v 1.16 2007/12/15 19:44:42 perry Exp $ */
+/* $NetBSD: pom.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -33,15 +33,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)pom.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pom.c,v 1.16 2007/12/15 19:44:42 perry Exp $");
+__RCSID("$NetBSD: pom.c,v 1.17 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/ppt/ppt.c b/ppt/ppt.c
index 8b000330..194476db 100644
--- a/ppt/ppt.c
+++ b/ppt/ppt.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ppt.c,v 1.16 2004/01/27 20:30:30 jsm Exp $ */
+/* $NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: ppt.c,v 1.16 2004/01/27 20:30:30 jsm Exp $");
+__RCSID("$NetBSD: ppt.c,v 1.17 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/primes/primes.c b/primes/primes.c
index a93e7110..c1ff52cc 100644
--- a/primes/primes.c
+++ b/primes/primes.c
@@ -1,4 +1,4 @@
-/* $NetBSD: primes.c,v 1.15 2008/02/02 18:15:14 matt Exp $ */
+/* $NetBSD: primes.c,v 1.16 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)primes.c 8.5 (Berkeley) 5/10/95";
#else
-__RCSID("$NetBSD: primes.c,v 1.15 2008/02/02 18:15:14 matt Exp $");
+__RCSID("$NetBSD: primes.c,v 1.16 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/quiz/quiz.c b/quiz/quiz.c
index 1582ede7..545c7068 100644
--- a/quiz/quiz.c
+++ b/quiz/quiz.c
@@ -1,4 +1,4 @@
-/* $NetBSD: quiz.c,v 1.22 2007/12/15 19:44:42 perry Exp $ */
+/* $NetBSD: quiz.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -35,15 +35,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1991, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: quiz.c,v 1.22 2007/12/15 19:44:42 perry Exp $");
+__RCSID("$NetBSD: quiz.c,v 1.23 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/rain/rain.c b/rain/rain.c
index 31164882..5256faa1 100644
--- a/rain/rain.c
+++ b/rain/rain.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rain.c,v 1.19 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: rain.c,v 1.20 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rain.c,v 1.19 2007/12/15 19:44:43 perry Exp $");
+__RCSID("$NetBSD: rain.c,v 1.20 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/random/random.c b/random/random.c
index 27cdc98f..4400e97f 100644
--- a/random/random.c
+++ b/random/random.c
@@ -1,4 +1,4 @@
-/* $NetBSD: random.c,v 1.11 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: random.c,v 1.12 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1994
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1994\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1994\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)random.c 8.6 (Berkeley) 6/1/94";
#else
-__RCSID("$NetBSD: random.c,v 1.11 2007/12/15 19:44:43 perry Exp $");
+__RCSID("$NetBSD: random.c,v 1.12 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/robots/main.c b/robots/main.c
index 584693e5..fbcc496c 100644
--- a/robots/main.c
+++ b/robots/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.22 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: main.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.22 2007/12/15 19:44:43 perry Exp $");
+__RCSID("$NetBSD: main.c,v 1.23 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/rogue/main.c b/rogue/main.c
index d2de354f..fb884364 100644
--- a/rogue/main.c
+++ b/rogue/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.8 2008/01/14 03:50:01 dholland Exp $ */
+/* $NetBSD: main.c,v 1.9 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -34,15 +34,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1988, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.8 2008/01/14 03:50:01 dholland Exp $");
+__RCSID("$NetBSD: main.c,v 1.9 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/sail/main.c b/sail/main.c
index 5f030bdc..d0511ea2 100644
--- a/sail/main.c
+++ b/sail/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.21 2003/08/07 09:37:43 agc Exp $ */
+/* $NetBSD: main.c,v 1.22 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1983, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: main.c,v 1.21 2003/08/07 09:37:43 agc Exp $");
+__RCSID("$NetBSD: main.c,v 1.22 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/snake/snake/snake.c b/snake/snake/snake.c
index 2e1161a7..6d7ebb87 100644
--- a/snake/snake/snake.c
+++ b/snake/snake/snake.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)snake.c 8.2 (Berkeley) 1/7/94";
#else
-__RCSID("$NetBSD: snake.c,v 1.23 2007/12/15 19:44:43 perry Exp $");
+__RCSID("$NetBSD: snake.c,v 1.24 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/snake/snscore/snscore.c b/snake/snscore/snscore.c
index 05f1bd0e..b09d5180 100644
--- a/snake/snscore/snscore.c
+++ b/snake/snscore/snscore.c
@@ -1,4 +1,4 @@
-/* $NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $ */
+/* $NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93";
#else
-__RCSID("$NetBSD: snscore.c,v 1.16 2006/03/17 23:15:02 abs Exp $");
+__RCSID("$NetBSD: snscore.c,v 1.17 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/tetris/tetris.c b/tetris/tetris.c
index c071fb52..b2dbcfbf 100644
--- a/tetris/tetris.c
+++ b/tetris/tetris.c
@@ -1,4 +1,4 @@
-/* $NetBSD: tetris.c,v 1.18 2007/12/15 19:44:43 perry Exp $ */
+/* $NetBSD: tetris.c,v 1.19 2008/07/20 01:03:22 lukem Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -36,8 +36,8 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1992, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
/*
diff --git a/trek/main.c b/trek/main.c
index 8bb090d4..dc987ef9 100644
--- a/trek/main.c
+++ b/trek/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.12 2004/01/27 20:30:31 jsm Exp $ */
+/* $NetBSD: main.c,v 1.13 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: main.c,v 1.12 2004/01/27 20:30:31 jsm Exp $");
+__RCSID("$NetBSD: main.c,v 1.13 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/worm/worm.c b/worm/worm.c
index f678e371..0e5c7920 100644
--- a/worm/worm.c
+++ b/worm/worm.c
@@ -1,4 +1,4 @@
-/* $NetBSD: worm.c,v 1.26 2007/12/15 19:44:45 perry Exp $ */
+/* $NetBSD: worm.c,v 1.27 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: worm.c,v 1.26 2007/12/15 19:44:45 perry Exp $");
+__RCSID("$NetBSD: worm.c,v 1.27 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/worms/worms.c b/worms/worms.c
index bf0c9701..e6b85229 100644
--- a/worms/worms.c
+++ b/worms/worms.c
@@ -1,4 +1,4 @@
-/* $NetBSD: worms.c,v 1.17 2007/12/15 19:44:45 perry Exp $ */
+/* $NetBSD: worms.c,v 1.18 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -31,15 +31,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1980, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)worms.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: worms.c,v 1.17 2007/12/15 19:44:45 perry Exp $");
+__RCSID("$NetBSD: worms.c,v 1.18 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */
diff --git a/wump/wump.c b/wump/wump.c
index 2bd2f7b3..ed4e67fa 100644
--- a/wump/wump.c
+++ b/wump/wump.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wump.c,v 1.22 2008/01/28 01:06:19 dholland Exp $ */
+/* $NetBSD: wump.c,v 1.23 2008/07/20 01:03:22 lukem Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -35,15 +35,15 @@
#include <sys/cdefs.h>
#ifndef lint
-__COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
- The Regents of the University of California. All rights reserved.\n");
+__COPYRIGHT("@(#) Copyright (c) 1989, 1993\
+ The Regents of the University of California. All rights reserved.");
#endif /* not lint */
#ifndef lint
#if 0
static char sccsid[] = "@(#)wump.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: wump.c,v 1.22 2008/01/28 01:06:19 dholland Exp $");
+__RCSID("$NetBSD: wump.c,v 1.23 2008/07/20 01:03:22 lukem Exp $");
#endif
#endif /* not lint */