Berkeley headers, SCCS id's
[unix-history] / usr / src / games / atc / graphics.c
index f655f89..727c0c3 100644 (file)
@@ -1,3 +1,13 @@
+/*-
+ * Copyright (c) 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * This code is derived from software contributed to Berkeley by
+ * Ed James.
+ *
+ * %sccs.include.redist.c%
+ */
+
 /*
  * Copyright (c) 1987 by Ed James, UC Berkeley.  All rights reserved.
  *
 /*
  * Copyright (c) 1987 by Ed James, UC Berkeley.  All rights reserved.
  *
@@ -7,6 +17,10 @@
  * For more info on this and all of my stuff, mail edjames@berkeley.edu.
  */
 
  * For more info on this and all of my stuff, mail edjames@berkeley.edu.
  */
 
+#ifndef lint
+static char sccsid[] = "@(#)graphics.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "include.h"
 #ifdef SYSV
 #include <errno.h>
 #include "include.h"
 #ifdef SYSV
 #include <errno.h>