=/^G show total bytes now; document may not always work
[unix-history] / usr / src / usr.bin / pascal / pxp / version.c
index 6fc2509..11812f0 100644 (file)
@@ -1,6 +1,20 @@
-static char *sccsid = "@(#)version.c   1.1 (Berkeley) 82/08/13";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-#include <time.h>
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)version.c  5.1 (Berkeley) %G%";
+#endif not lint
+
+#include <sys/time.h>
 #include <stdio.h>
 
 extern char    version[];
 #include <stdio.h>
 
 extern char    version[];