4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:25:52 +0000 (00:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:25:52 +0000 (00:25 -0800)
SCCS-vsn: games/hangman/hangman.6 8.1
SCCS-vsn: games/mille/comp.c 8.1
SCCS-vsn: games/mille/end.c 8.1
SCCS-vsn: games/mille/extern.c 8.1
SCCS-vsn: games/mille/init.c 8.1
SCCS-vsn: games/mille/mille.c 8.1
SCCS-vsn: games/mille/mille.h 8.1
SCCS-vsn: games/mille/misc.c 8.1
SCCS-vsn: games/mille/move.c 8.1
SCCS-vsn: games/mille/print.c 8.1
SCCS-vsn: games/mille/roll.c 8.1
SCCS-vsn: games/mille/save.c 8.1
SCCS-vsn: games/mille/table.c 8.1
SCCS-vsn: games/mille/types.c 8.1
SCCS-vsn: games/mille/unctrl.h 8.1
SCCS-vsn: games/mille/varpush.c 8.1

16 files changed:
usr/src/games/hangman/hangman.6
usr/src/games/mille/comp.c
usr/src/games/mille/end.c
usr/src/games/mille/extern.c
usr/src/games/mille/init.c
usr/src/games/mille/mille.c
usr/src/games/mille/mille.h
usr/src/games/mille/misc.c
usr/src/games/mille/move.c
usr/src/games/mille/print.c
usr/src/games/mille/roll.c
usr/src/games/mille/save.c
usr/src/games/mille/table.c
usr/src/games/mille/types.c
usr/src/games/mille/unctrl.h
usr/src/games/mille/varpush.c

index 1aa5db1..e59b042 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1983 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1983, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)hangman.6   6.3 (Berkeley) %G%
+.\"    @(#)hangman.6   8.1 (Berkeley) %G%
 .\"
 .TH HANGMAN 6 ""
 .UC 4
 .\"
 .TH HANGMAN 6 ""
 .UC 4
index d0f7f93..f4f126d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)comp.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)comp.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 5ac256a..6186ee2 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)end.c      5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)end.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 3357f60..6cb907c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)extern.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 18ecbfc..540b08e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 262211a..aedd9d3 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1982 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1982, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)mille.c    5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)mille.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 773fdb2..160048c 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)mille.h     5.5 (Berkeley) %G%
+ *     @(#)mille.h     8.1 (Berkeley) %G%
  */
 
 # include      <sys/types.h>
  */
 
 # include      <sys/types.h>
index 5a20ad6..6470be1 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)misc.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)misc.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/file.h>
 #endif /* not lint */
 
 #include <sys/file.h>
index de3ad1e..7c0e65d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)move.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)move.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <termios.h>
 #endif /* not lint */
 
 #include <termios.h>
index 45e4c0f..75520c2 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)print.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)print.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index c71046c..55ec58d 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)roll.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)roll.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 54c9f1e..fbc9b72 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)save.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)save.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index aaf3b41..2b34d8d 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1982 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1982, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)table.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)table.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # define       DEBUG
 #endif /* not lint */
 
 # define       DEBUG
index 212f8ee..3340d48 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)types.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)types.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "mille.h"
 #endif /* not lint */
 
 # include      "mille.h"
index 73e8c75..a6b71a1 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)unctrl.h    5.4 (Berkeley) %G%
+ *     @(#)unctrl.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index a814caf..483832e 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1982, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)varpush.c  5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)varpush.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      <paths.h>
 #endif /* not lint */
 
 # include      <paths.h>