add Berkeley header; yank to 5.1
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 9 May 1988 06:49:59 +0000 (22:49 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 9 May 1988 06:49:59 +0000 (22:49 -0800)
SCCS-vsn: games/battlestar/Makefile 5.1
SCCS-vsn: games/battlestar/battlestar.c 5.1
SCCS-vsn: games/battlestar/com1.c 5.1
SCCS-vsn: games/battlestar/com2.c 5.1
SCCS-vsn: games/battlestar/com3.c 5.1
SCCS-vsn: games/battlestar/com4.c 5.1
SCCS-vsn: games/battlestar/com5.c 5.1
SCCS-vsn: games/battlestar/com6.c 5.1
SCCS-vsn: games/battlestar/com7.c 5.1
SCCS-vsn: games/battlestar/cypher.c 5.1
SCCS-vsn: games/battlestar/dayfile.c 5.1
SCCS-vsn: games/battlestar/dayobjs.c 5.1
SCCS-vsn: games/battlestar/extern.h 5.1
SCCS-vsn: games/battlestar/fly.c 5.1
SCCS-vsn: games/battlestar/getcom.c 5.1
SCCS-vsn: games/battlestar/globals.c 5.1
SCCS-vsn: games/battlestar/init.c 5.1
SCCS-vsn: games/battlestar/misc.c 5.1
SCCS-vsn: games/battlestar/nightfile.c 5.1
SCCS-vsn: games/battlestar/nightobjs.c 5.1
SCCS-vsn: games/battlestar/parse.c 5.1
SCCS-vsn: games/battlestar/room.c 5.1
SCCS-vsn: games/battlestar/save.c 5.1
SCCS-vsn: games/battlestar/words.c 5.1

24 files changed:
usr/src/games/battlestar/Makefile
usr/src/games/battlestar/battlestar.c
usr/src/games/battlestar/com1.c
usr/src/games/battlestar/com2.c
usr/src/games/battlestar/com3.c
usr/src/games/battlestar/com4.c
usr/src/games/battlestar/com5.c
usr/src/games/battlestar/com6.c
usr/src/games/battlestar/com7.c
usr/src/games/battlestar/cypher.c
usr/src/games/battlestar/dayfile.c
usr/src/games/battlestar/dayobjs.c
usr/src/games/battlestar/extern.h
usr/src/games/battlestar/fly.c
usr/src/games/battlestar/getcom.c
usr/src/games/battlestar/globals.c
usr/src/games/battlestar/init.c
usr/src/games/battlestar/misc.c
usr/src/games/battlestar/nightfile.c
usr/src/games/battlestar/nightobjs.c
usr/src/games/battlestar/parse.c
usr/src/games/battlestar/room.c
usr/src/games/battlestar/save.c
usr/src/games/battlestar/words.c

index 686e2b4..71aa21c 100644 (file)
@@ -1,9 +1,15 @@
 #
 # Copyright (c) 1987 Regents of the University of California.
 #
 # Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# All rights reserved.
 #
 #
-#      @(#)Makefile    1.10    (Berkeley)      %G%
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
index f3de869..00a45a1 100644 (file)
@@ -1,12 +1,24 @@
 /*
 /*
- * 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)battlestar.c       1.3 %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)battlestar.c       5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Battlestar - a stellar-tropical adventure game
 
 /*
  * Battlestar - a stellar-tropical adventure game
index 83619bf..3d93322 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com1.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com1.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index d2512b5..8ca6686 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com2.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com2.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 4317d26..3dd32e4 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com3.c     1.2 %G%";
-#endif
+static char sccsid[] = "@(#)com3.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 0971d4f..1f021fb 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com4.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com4.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index b975266..a3229f3 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com5.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com5.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 249266b..71aa96a 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com6.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com6.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index b0b4bc9..01ffdeb 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com7.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)com7.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 2bfe088..234eed9 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cypher.c   1.3 %G%";
-#endif
+static char sccsid[] = "@(#)cypher.c   5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index d664e85..7e43dcd 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dayfile.c  1.2 %G%";
-#endif
+static char sccsid[] = "@(#)dayfile.c  5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index e7c195a..9f5c113 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dayobjs.c  1.3 %G%";
-#endif
+static char sccsid[] = "@(#)dayobjs.c  5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 046dee1..b70dcb8 100644 (file)
@@ -1,11 +1,17 @@
 /*
 /*
- * 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) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)extern.h    5.1 (Berkeley) %G%
  */
 
  */
 
-/* @(#)extern.h        1.3 %G% */
-
 #include <sys/signal.h>
 #include <stdio.h>
 
 #include <sys/signal.h>
 #include <stdio.h>
 
index 2b58a62..bc68d06 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fly.c      1.4 %G%";
-#endif
+static char sccsid[] = "@(#)fly.c      5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 #undef UP
 
 #include "externs.h"
 #undef UP
index 4fea6bc..2c23195 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)getcom.c   1.3 %G%";
-#endif
+static char sccsid[] = "@(#)getcom.c   5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 89f48a6..13992e5 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)globals.c  1.3 %G%";
-#endif
+static char sccsid[] = "@(#)globals.c  5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 34cd0fb..f8e0ac6 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 #include <pwd.h>
 
 #include "externs.h"
 #include <pwd.h>
index 95b7950..46c0cf5 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     1.2 %G%";
-#endif
+static char sccsid[] = "@(#)misc.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index d3b68d9..73cb68b 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)nightfile.c        1.2 %G%";
-#endif
+static char sccsid[] = "@(#)nightfile.c        5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 6c4d01e..9fbe87c 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)nightobjs.c        1.3 %G%";
-#endif
+static char sccsid[] = "@(#)nightobjs.c        5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index c8c02c1..5bdd793 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parse.c    1.2 %G%";
-#endif
+static char sccsid[] = "@(#)parse.c    5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index a2097c2..f7c10d1 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)room.c     1.3 %G%";
-#endif
+static char sccsid[] = "@(#)room.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index 65547ca..ebf9f2d 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)save.c     1.4 %G%";
-#endif
+static char sccsid[] = "@(#)save.c     5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"
 
index d766c6b..2dc9caf 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.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)words.c    1.3 %G%";
-#endif
+static char sccsid[] = "@(#)words.c    5.1 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "externs.h"
 
 
 #include "externs.h"