4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:43:20 +0000 (00:43 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 08:43:20 +0000 (00:43 -0800)
SCCS-vsn: games/primes/pattern.c 8.1
SCCS-vsn: games/primes/pr_tbl.c 8.1
SCCS-vsn: games/primes/primes.c 8.1
SCCS-vsn: games/primes/primes.h 8.1

usr/src/games/primes/pattern.c
usr/src/games/primes/pr_tbl.c
usr/src/games/primes/primes.c
usr/src/games/primes/primes.h

index 9c83968..5a50641 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pattern.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pattern.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index aabbabc..d5ce397 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)pr_tbl.c   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pr_tbl.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 7c2b609..7a96e31 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 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[] = "@(#)primes.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)primes.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index d954695..0a0b75c 100644 (file)
@@ -1,13 +1,13 @@
 /*
 /*
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Landon Curt Noll.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)primes.h    5.2 (Berkeley) %G%
+ *     @(#)primes.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*