aboutsummaryrefslogtreecommitdiff
path: root/games/larn
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-11-30 03:50:02 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-11-30 03:50:02 +0000
commit7b216475bfdc24758a850dba744e947fc6173e68 (patch)
tree3ae574978e74559dfce75bd93019aa6294c63377 /games/larn
parent4805de8700a2ad81e00b56a3d8089669d4982283 (diff)
copyright/sccsid/rcsid cleanup.
Notes
Notes: svn path=/head/; revision=53920
Diffstat (limited to 'games/larn')
-rw-r--r--games/larn/bill.c6
-rw-r--r--games/larn/data.c4
-rw-r--r--games/larn/fortune.c4
-rw-r--r--games/larn/main.c2
-rw-r--r--games/larn/store.c6
5 files changed, 17 insertions, 5 deletions
diff --git a/games/larn/bill.c b/games/larn/bill.c
index 59eb96ea8daa..eff826df9feb 100644
--- a/games/larn/bill.c
+++ b/games/larn/bill.c
@@ -29,12 +29,14 @@
* 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
+#if 0
static char sccsid[] = "@(#)bill.c 5.2 (Berkeley) 5/28/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <sys/file.h>
diff --git a/games/larn/data.c b/games/larn/data.c
index 1e6fcdf46672..a09d55cccff4 100644
--- a/games/larn/data.c
+++ b/games/larn/data.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)data.c 5.3 (Berkeley) 5/13/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* data.c Larn is copyrighted 1986 by Noah Morgan. */
diff --git a/games/larn/fortune.c b/games/larn/fortune.c
index f5cff64fab38..798aa2eecf04 100644
--- a/games/larn/fortune.c
+++ b/games/larn/fortune.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static char sccsid[] = "@(#)fortune.c 5.5 (Berkeley) 6/10/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* fortune.c Larn is copyrighted 1986 by Noah Morgan. */
diff --git a/games/larn/main.c b/games/larn/main.c
index 7aa5697f50f4..cb500d3bc72d 100644
--- a/games/larn/main.c
+++ b/games/larn/main.c
@@ -4,7 +4,7 @@
#include <sys/stat.h>
#include "header.h"
#include <pwd.h>
-static char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";
+static const char copyright[]="\nLarn is copyrighted 1986 by Noah Morgan.\n";
int srcount=0; /* line counter for showstr() */
int dropflag=0; /* if 1 then don't lookforobject() next round */
int rmst=80; /* random monster creation counter */
diff --git a/games/larn/store.c b/games/larn/store.c
index 9f64c95c60f2..0036c875f81e 100644
--- a/games/larn/store.c
+++ b/games/larn/store.c
@@ -29,12 +29,14 @@
* 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
+#if 0
static char sccsid[] = "@(#)store.c 5.4 (Berkeley) 5/13/91";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* store.c Larn is copyrighted 1986 by Noah Morgan. */