summaryrefslogtreecommitdiffstats
path: root/robots/make_level.c
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-04-22 10:08:46 +0000
committercgd <cgd@NetBSD.org>1995-04-22 10:08:46 +0000
commit55c4a511be47d16c259623bf0f76ddd0df0a42ac (patch)
treee405ad6985c11b21362f88ec5f2238328e3bdb57 /robots/make_level.c
parent5c07a4c2750120f7b7aeab4c4acfb0ff578c9827 (diff)
downloadbsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.tar.gz
bsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.tar.zst
bsdgames-darwin-55c4a511be47d16c259623bf0f76ddd0df0a42ac.zip
clean up import
Diffstat (limited to 'robots/make_level.c')
-rw-r--r--robots/make_level.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/robots/make_level.c b/robots/make_level.c
index 460e4c1e..998155db 100644
--- a/robots/make_level.c
+++ b/robots/make_level.c
@@ -1,6 +1,8 @@
+/* $NetBSD: make_level.c,v 1.3 1995/04/22 10:08:56 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,8 +34,11 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)make_level.c 5.4 (Berkeley) 6/1/90";*/
-static char rcsid[] = "$Id: make_level.c,v 1.2 1993/08/01 18:52:45 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)make_level.c 8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: make_level.c,v 1.3 1995/04/22 10:08:56 cgd Exp $";
+#endif
#endif /* not lint */
# include "robots.h"