]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/curses.c
Do the previous a little differently.
[bsdgames-darwin.git] / rogue / curses.c
index fc609383e10fa187f55a7f27990db047116b311b..743e9ee53fb9e5f00674e7e136aaa6f679a4c749 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: curses.c,v 1.3 1995/04/22 10:27:27 cgd Exp $   */
+
 /*
- * Copyright (c) 1988 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Timothy C. Stoehr.
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)curses.c   5.3 (Berkeley) 6/1/90";
+#if 0
+static char sccsid[] = "@(#)curses.c   8.1 (Berkeley) 5/31/93";
+#else
+static char rcsid[] = "$NetBSD: curses.c,v 1.3 1995/04/22 10:27:27 cgd Exp $";
+#endif
 #endif /* not lint */
 
 /*