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

usr/src/games/number/number.6
usr/src/games/number/number.c

index 4a27c0a..74df351 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%
 .\"
-.\"    @(#)number.6    6.4 (Berkeley) %G%
+.\"    @(#)number.6    8.1 (Berkeley) %G%
 .\"
 .TH NUMBER 6 ""
 .UC 4
 .\"
 .TH NUMBER 6 ""
 .UC 4
index 7809fc6..b806b88 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1988 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1988, 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) 1988 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1988, 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[] = "@(#)number.c   5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)number.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>