summaryrefslogtreecommitdiffstats
path: root/trek/main.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:58:17 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:58:17 +0000
commitb2ca333c4ad541145141d538923e93ec3464e29d (patch)
tree34765fe354ac040f6cb74400268885cd0bfa0b5a /trek/main.c
parent7b3695fe926941c32773bb17c54c444ad4186057 (diff)
downloadbsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.tar.gz
bsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.tar.zst
bsdgames-darwin-b2ca333c4ad541145141d538923e93ec3464e29d.zip
clean up import, NetBSD RCS IDs, etc.
Diffstat (limited to 'trek/main.c')
-rw-r--r--trek/main.c19
1 files changed, 12 insertions, 7 deletions
diff --git a/trek/main.c b/trek/main.c
index ff7c38e8..9d8491e6 100644
--- a/trek/main.c
+++ b/trek/main.c
@@ -1,6 +1,8 @@
+/* $NetBSD: main.c,v 1.4 1995/04/22 10:59:10 cgd Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,14 +34,17 @@
*/
#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1993\n\
+ The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
#ifndef lint
-/*static char sccsid[] = "from: @(#)main.c 5.7 (Berkeley) 2/28/91";*/
-static char rcsid[] = "$Id: main.c,v 1.3 1994/05/24 23:54:17 jtc Exp $";
+#if 0
+static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: main.c,v 1.4 1995/04/22 10:59:10 cgd Exp $";
+#endif
#endif /* not lint */
# include "trek.h"