authored by Alan Char; add Berkeley specific header
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Feb 1988 03:16:57 +0000 (19:16 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Feb 1988 03:16:57 +0000 (19:16 -0800)
SCCS-vsn: games/backgammon/common_source/allow.c 5.2
SCCS-vsn: games/backgammon/common_source/back.h 5.2
SCCS-vsn: games/backgammon/common_source/board.c 5.2
SCCS-vsn: games/backgammon/common_source/check.c 5.2
SCCS-vsn: games/backgammon/backgammon/extra.c 5.2
SCCS-vsn: games/backgammon/common_source/init.c 5.2
SCCS-vsn: games/backgammon/backgammon/main.c 5.4
SCCS-vsn: games/backgammon/common_source/odds.c 5.2
SCCS-vsn: games/backgammon/common_source/one.c 5.2
SCCS-vsn: games/backgammon/common_source/save.c 5.2
SCCS-vsn: games/backgammon/common_source/subs.c 5.3
SCCS-vsn: games/backgammon/common_source/table.c 5.2
SCCS-vsn: games/backgammon/teachgammon/teach.c 5.4
SCCS-vsn: games/backgammon/backgammon/text.c 5.2
SCCS-vsn: games/backgammon/teachgammon/ttext1.c 5.2
SCCS-vsn: games/backgammon/teachgammon/ttext2.c 5.2
SCCS-vsn: games/backgammon/teachgammon/tutor.c 5.2
SCCS-vsn: games/backgammon/teachgammon/tutor.h 5.2
SCCS-vsn: games/backgammon/backgammon/version.c 1.2

19 files changed:
usr/src/games/backgammon/backgammon/extra.c
usr/src/games/backgammon/backgammon/main.c
usr/src/games/backgammon/backgammon/text.c
usr/src/games/backgammon/backgammon/version.c
usr/src/games/backgammon/common_source/allow.c
usr/src/games/backgammon/common_source/back.h
usr/src/games/backgammon/common_source/board.c
usr/src/games/backgammon/common_source/check.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
usr/src/games/backgammon/teachgammon/teach.c
usr/src/games/backgammon/teachgammon/ttext1.c
usr/src/games/backgammon/teachgammon/ttext2.c
usr/src/games/backgammon/teachgammon/tutor.c
usr/src/games/backgammon/teachgammon/tutor.h

index e74c69c..0c68f9e 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)extra.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)extra.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index b635af2..b194f0a 100644 (file)
@@ -1,18 +1,24 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
  */
 
 #ifndef lint
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.3 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)main.c     5.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include "back.h"
 
 #include <stdio.h>
 #include "back.h"
index a543e02..feeac24 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)text.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)text.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 9c8fbce..68056ab 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980, 1987 Regents of the University of California.
 /*
  * Copyright (c) 1980, 1987 Regents of the University of California.
- * All rights reserved. The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  1.1 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)version.c  1.2 (Berkeley) %G%";
+#endif /* not lint */
 
 char   *message[] = {
        "Last updated on Saturday, January 11, 1986.",
 
 char   *message[] = {
        "Last updated on Saturday, January 11, 1986.",
index bb62180..ae861ac 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)allow.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)allow.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index b2bc99d..0767b84 100644 (file)
@@ -1,10 +1,15 @@
-
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  *
  *
- *     @(#)back.h      5.1 (Berkeley) %G%
+ *     @(#)back.h      5.2 (Berkeley) %G%
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
index 0cb3fca..decd7a5 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)board.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)board.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index f575a5a..0cb1616 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)check.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)check.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 4b89e9a..6ccfd9f 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)init.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sgtty.h>
 
 
 #include <sgtty.h>
 
index 206da52..978f960 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)odds.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)odds.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 007f8e9..ea2df17 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)one.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)one.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 1460f09..b66f5ea 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)save.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)save.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 01abcf9..0067f15 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)subs.c     5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)subs.c     5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include "back.h"
 
 #include <stdio.h>
 #include "back.h"
index c3439f4..daa8b0e 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)table.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)table.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 4d13ced..c833526 100644 (file)
@@ -1,12 +1,24 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)teach.c    5.3 (Berkeley) %G%";
-#endif not lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)teach.c    5.4 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index c08c93c..6b2a444 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ttext1.c   5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ttext1.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index ee25354..49814ed 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)ttext2.c   5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)ttext2.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 
 
 #include "back.h"
 
index 5712d1c..326c8ed 100644 (file)
@@ -1,12 +1,18 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tutor.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)tutor.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "back.h"
 #include "tutor.h"
 
 #include "back.h"
 #include "tutor.h"
index 00772bc..e54132e 100644 (file)
@@ -1,9 +1,15 @@
 /*
  * Copyright (c) 1980 Regents of the University of California.
 /*
  * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * All rights reserved.
  *
  *
- *     @(#)tutor.h     5.1 (Berkeley) %G%
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)tutor.h     5.2 (Berkeley) %G%
  */
 
 struct situatn  {
  */
 
 struct situatn  {