4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 07:10:20 +0000 (23:10 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Jun 1993 07:10:20 +0000 (23:10 -0800)
SCCS-vsn: games/backgammon/common_source/allow.c 8.1
SCCS-vsn: games/backgammon/common_source/back.h 8.1
SCCS-vsn: games/backgammon/common_source/backgammon.c 8.1
SCCS-vsn: games/backgammon/common_source/board.c 8.1
SCCS-vsn: games/backgammon/common_source/check.c 8.1
SCCS-vsn: games/backgammon/common_source/fancy.c 8.1
SCCS-vsn: games/backgammon/common_source/init.c 8.1
SCCS-vsn: games/backgammon/common_source/odds.c 8.1
SCCS-vsn: games/backgammon/common_source/one.c 8.1
SCCS-vsn: games/backgammon/common_source/save.c 8.1
SCCS-vsn: games/backgammon/common_source/subs.c 8.1
SCCS-vsn: games/backgammon/common_source/table.c 8.1

12 files changed:
usr/src/games/backgammon/common_source/allow.c
usr/src/games/backgammon/common_source/back.h
usr/src/games/backgammon/common_source/backgammon.c
usr/src/games/backgammon/common_source/board.c
usr/src/games/backgammon/common_source/check.c
usr/src/games/backgammon/common_source/fancy.c
usr/src/games/backgammon/common_source/init.c
usr/src/games/backgammon/common_source/odds.c
usr/src/games/backgammon/common_source/one.c
usr/src/games/backgammon/common_source/save.c
usr/src/games/backgammon/common_source/subs.c
usr/src/games/backgammon/common_source/table.c

index 27d5a55..9e6764a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)allow.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)allow.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index 64f4e9a..075ba13 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * 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%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)back.h      5.4 (Berkeley) %G%
+ *     @(#)back.h      8.1 (Berkeley) %G%
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
index 8ddd5c7..d0b533a 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.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)backgammon.c       5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)backgammon.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 86ca97a..bae644b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)board.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)board.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index bddc29f..280e619 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)check.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)check.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index 44d97a7..dbece84 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)fancy.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)fancy.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index 7f7c6e3..8f6ea95 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)init.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)init.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sgtty.h>
 #endif /* not lint */
 
 #include <sgtty.h>
index addb6f5..d08b169 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)odds.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)odds.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index a763183..c26be33 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)one.c      5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)one.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index 74f2d39..634846b 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)save.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)save.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"
index c85fbf3..b32783a 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)subs.c     5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)subs.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <stdio.h>
 #endif /* not lint */
 
 #include <stdio.h>
index 7eed7f6..a3e0fbd 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * 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
-static char sccsid[] = "@(#)table.c    5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)table.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "back.h"
 #endif /* not lint */
 
 #include "back.h"