4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:44:50 +0000 (00:44 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:44:50 +0000 (00:44 -0800)
SCCS-vsn: games/quiz/pathnames.h 8.1
SCCS-vsn: games/quiz/quiz.6 8.1
SCCS-vsn: games/quiz/quiz.c 8.1
SCCS-vsn: games/quiz/quiz.h 8.1
SCCS-vsn: games/quiz/rxp.c 8.1
SCCS-vsn: games/rain/rain.6 8.1
SCCS-vsn: games/rain/rain.c 8.1

usr/src/games/quiz/pathnames.h
usr/src/games/quiz/quiz.6
usr/src/games/quiz/quiz.c
usr/src/games/quiz/quiz.h
usr/src/games/quiz/rxp.c
usr/src/games/rain/rain.6
usr/src/games/rain/rain.c

index 33fe277..4f52e45 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.2 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #define        _PATH_PAGER     "/usr/bin/more"
  */
 
 #define        _PATH_PAGER     "/usr/bin/more"
index a0f4c55..cb51754 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Jim R. Oldroyd at The Instruction Set.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Jim R. Oldroyd at The Instruction Set.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)quiz.6      6.3 (Berkeley) %G%
+.\"    @(#)quiz.6      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt QUIZ 6
 .\"
 .Dd 
 .Dt QUIZ 6
index 7aa8739..edb8855 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1991 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1991, 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[] = "@(#)quiz.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)quiz.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 3fa672d..b6155bd 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
@@ -8,7 +8,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)quiz.h      5.2 (Berkeley) %G%
+ *     @(#)quiz.h      8.1 (Berkeley) %G%
  */
 
 #define        TRUE            1
  */
 
 #define        TRUE            1
index 46b1cf5..ea719aa 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
  *
  * This code is derived from software contributed to Berkeley by
  * Jim R. Oldroyd at The Instruction Set and Keith Gabryelski at
@@ -10,7 +10,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)rxp.c      5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)rxp.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index f5eef74..a4c0260 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1989 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)rain.6      6.3 (Berkeley) %G%
+.\"    @(#)rain.6      8.1 (Berkeley) %G%
 .\"
 .TH RAIN 6 ""
 .UC 4
 .\"
 .TH RAIN 6 ""
 .UC 4
index dcd034b..9afec47 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 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) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 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[] = "@(#)rain.c     5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)rain.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*