fix sccsid to use keywords and modern initialization syntax
[unix-history] / usr / src / games / sail / main.c
index a106062..4aa7a49 100644 (file)
@@ -1,12 +1,18 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California,
- * All rights reserved.  Redistribution permitted subject to
- * the terms of the Berkeley Software License Agreement.
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char *sccsid = "@(#)main.c      2.3 85/04/23";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "externs.h"
 
 
 #include "externs.h"