Add copyright
[unix-history] / usr / src / games / sail / version.c
index 177660d..ec91c87 100644 (file)
@@ -1,7 +1,11 @@
 /*
 /*
- * 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.
  */
 
  */
 
-char version[] = "Wooden Ships and Iron Men, Version 2.7 (85/04/23)";
+#ifndef lint
+static char sccsid[] = "@(#)version.c  5.1 (Berkeley) %G%";
+#endif not lint
+
+char version[] = "Wooden Ships and Iron Men, Version 5.1 (85/05/29)";