4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 07:04:24 +0000 (23:04 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 07:04:24 +0000 (23:04 -0800)
SCCS-vsn: games/atc/def.h 8.1
SCCS-vsn: games/atc/extern.c 8.1
SCCS-vsn: games/atc/extern.h 8.1
SCCS-vsn: games/atc/grammar.y 8.1
SCCS-vsn: games/atc/graphics.c 8.1
SCCS-vsn: games/atc/include.h 8.1
SCCS-vsn: games/atc/input.c 8.1
SCCS-vsn: games/atc/list.c 8.1
SCCS-vsn: games/atc/log.c 8.1
SCCS-vsn: games/atc/main.c 8.1
SCCS-vsn: games/atc/pathnames.h 8.1
SCCS-vsn: games/atc/struct.h 8.1
SCCS-vsn: games/atc/tunable.c 8.1
SCCS-vsn: games/atc/tunable.h 8.1
SCCS-vsn: games/atc/update.c 8.1
SCCS-vsn: games/atc/atc.6 8.1

16 files changed:
usr/src/games/atc/atc.6
usr/src/games/atc/def.h
usr/src/games/atc/extern.c
usr/src/games/atc/extern.h
usr/src/games/atc/grammar.y
usr/src/games/atc/graphics.c
usr/src/games/atc/include.h
usr/src/games/atc/input.c
usr/src/games/atc/list.c
usr/src/games/atc/log.c
usr/src/games/atc/main.c
usr/src/games/atc/pathnames.h
usr/src/games/atc/struct.h
usr/src/games/atc/tunable.c
usr/src/games/atc/tunable.h
usr/src/games/atc/update.c

index ef0df9b..af55320 100644 (file)
@@ -1,12 +1,12 @@
-.\" 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.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Ed James.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Ed James.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)atc.6       5.4 (Berkeley) %G%
+.\"    @(#)atc.6       8.1 (Berkeley) %G%
 .\"
 .       \" XP - exdented paragraph
 .de XP
 .\"
 .       \" XP - exdented paragraph
 .de XP
index ee3c43a..c66363c 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)def.h       5.2 (Berkeley) %G%
+ *     @(#)def.h       8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 99236d0..6c38857 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)extern.c   5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)extern.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "include.h"
 #endif /* not lint */
 
 #include "include.h"
index 5f2da20..d5891e9 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)extern.h    5.4 (Berkeley) %G%
+ *     @(#)extern.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 0b73def..05219d6 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -36,7 +36,7 @@
 #include "include.h"
 
 #ifndef lint
 #include "include.h"
 
 #ifndef lint
-static char sccsid[] = "@(#)grammar.y  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)grammar.y  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 int    errors = 0;
 #endif /* not lint */
 
 int    errors = 0;
index c561211..8d6a775 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)graphics.c 5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)graphics.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "include.h"
 #endif /* not lint */
 
 #include "include.h"
index b60859a..756f397 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)include.h   5.3 (Berkeley) %G%
+ *     @(#)include.h   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 32d5693..81933a3 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)input.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)input.c    8.1 (Berkeley) %G%";
 #endif not lint
 
 #include "include.h"
 #endif not lint
 
 #include "include.h"
index b13d1a4..9a280de 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)list.c     5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)list.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "include.h"
 #endif /* not lint */
 
 #include "include.h"
index e279691..a66277b 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)log.c      5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)log.c      8.1 (Berkeley) %G%";
 #endif not lint
 
 #include "include.h"
 #endif not lint
 
 #include "include.h"
index 37a81cb..025dd36 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1990 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1990, 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[] = "@(#)main.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "include.h"
 #endif /* not lint */
 
 #include "include.h"
index 552aea4..41e7f91 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.4 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #include <paths.h>
  */
 
 #include <paths.h>
index cef3de2..7614b11 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)struct.h    5.2 (Berkeley) %G%
+ *     @(#)struct.h    8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index e24eba3..73b1684 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tunable.c  5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)tunable.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index f26af87..4f14fbd 100644 (file)
@@ -1,13 +1,13 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tunable.h   5.3 (Berkeley) %G%
+ *     @(#)tunable.h   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 25db087..6a7121a 100644 (file)
@@ -1,6 +1,6 @@
 /*-
 /*-
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)update.c   5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)update.c   8.1 (Berkeley) %G%";
 #endif not lint
 
 #include "include.h"
 #endif not lint
 
 #include "include.h"