Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 30 May 1985 02:43:52 +0000 (18:43 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 30 May 1985 02:43:52 +0000 (18:43 -0800)
SCCS-vsn: games/canfield/canfield/canfield.c 5.1
SCCS-vsn: games/canfield/cfscores/cfscores.c 5.1
SCCS-vsn: games/fish/fish.c 5.1
SCCS-vsn: games/primes/primes.c 5.1
SCCS-vsn: games/rain/rain.c 5.1
SCCS-vsn: games/worm/worm.c 5.1
SCCS-vsn: games/worms/worms.c 5.1
SCCS-vsn: old/games.vax/aard/Makefile 5.1
SCCS-vsn: games/backgammon/backgammon/Makefile 5.1
SCCS-vsn: games/backgammon/common_source/allow.c 5.1
SCCS-vsn: games/backgammon/common_source/board.c 5.1
SCCS-vsn: games/backgammon/common_source/check.c 5.1
SCCS-vsn: games/backgammon/teachgammon/data.c 5.1
SCCS-vsn: games/backgammon/backgammon/extra.c 5.1
SCCS-vsn: games/backgammon/common_source/fancy.c 5.1
SCCS-vsn: games/backgammon/common_source/init.c 5.1
SCCS-vsn: games/backgammon/backgammon/main.c 5.1
SCCS-vsn: games/backgammon/backgammon/move.c 5.1
SCCS-vsn: games/backgammon/common_source/odds.c 5.1
SCCS-vsn: games/backgammon/common_source/one.c 5.1
SCCS-vsn: games/backgammon/common_source/save.c 5.1
SCCS-vsn: games/backgammon/common_source/subs.c 5.1
SCCS-vsn: games/backgammon/common_source/table.c 5.1
SCCS-vsn: games/backgammon/teachgammon/teach.c 5.1
SCCS-vsn: games/backgammon/backgammon/text.c 5.1
SCCS-vsn: games/backgammon/teachgammon/ttext1.c 5.1
SCCS-vsn: games/backgammon/teachgammon/ttext2.c 5.1
SCCS-vsn: games/backgammon/teachgammon/tutor.c 5.1
SCCS-vsn: games/backgammon/common_source/back.h 5.1
SCCS-vsn: games/backgammon/teachgammon/tutor.h 5.1
SCCS-vsn: games/backgammon/backgammon/Mesgfix 5.1

31 files changed:
usr/src/games/backgammon/backgammon/Makefile
usr/src/games/backgammon/backgammon/Mesgfix
usr/src/games/backgammon/backgammon/extra.c
usr/src/games/backgammon/backgammon/main.c
usr/src/games/backgammon/backgammon/move.c
usr/src/games/backgammon/backgammon/text.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/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
usr/src/games/backgammon/teachgammon/data.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
usr/src/games/canfield/canfield/canfield.c
usr/src/games/canfield/cfscores/cfscores.c
usr/src/games/fish/fish.c
usr/src/games/primes/primes.c
usr/src/games/rain/rain.c
usr/src/games/worm/worm.c
usr/src/games/worms/worms.c
usr/src/old/games.vax/aard/Makefile

index ab2813b..0e4b830 100644 (file)
@@ -1,5 +1,10 @@
-#      Makefile        1.3     82/11/27
-
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 DESTDIR=
 CFLAGS= -O -DV7
 OBJS= allow.o board.o check.o extra.o fancy.o init.o main.o move.o\
 DESTDIR=
 CFLAGS= -O -DV7
 OBJS= allow.o board.o check.o extra.o fancy.o init.o main.o move.o\
index d248812..a96c8d3 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)Mesgfix    5.1 (Berkeley) %G%";
+#endif not lint
+
 4!date
 g/Sun /s//Sunday, /
 g/Mon /s//Monday, /
 4!date
 g/Sun /s//Sunday, /
 g/Mon /s//Monday, /
index 161202f..e74c69c 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       extra.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)extra.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 317ab49..b31d628 100644 (file)
@@ -1,4 +1,18 @@
-static char sccsid[] = "       main.c  4.2     82/11/22        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef 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[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include "back.h"
 
 #include <stdio.h>
 #include "back.h"
index e298387..076e89b 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       move.c  4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)move.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 7f4b6d1..a543e02 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       text.c  4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)text.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index fa57c3e..bb62180 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       allow.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)allow.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index f78c1e7..b2bc99d 100644 (file)
@@ -1,5 +1,10 @@
+
 /*
 /*
- *     back.h  4.2     82/11/22
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)back.h      5.1 (Berkeley) %G%
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
index 2565328..0cb3fca 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       board.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)board.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 042b62f..f575a5a 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       check.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)check.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 8be90db..d8ef9bb 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       fancy.c 4.2     82/11/22        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)fancy.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 257af4c..4b89e9a 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       init.c  4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sgtty.h>
 
 
 #include <sgtty.h>
 
index e9cc53a..206da52 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       odds.c  4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)odds.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 431084a..007f8e9 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       one.c   4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)one.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 7bd74cc..1460f09 100644 (file)
@@ -1,4 +1,12 @@
-static char    sccsid[] = "    save.c  4.2     82/11/27        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)save.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index e014c5b..b0d1be5 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       subs.c  4.2     82/11/27        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)subs.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include "back.h"
 
 #include <stdio.h>
 #include "back.h"
index 0325051..c3439f4 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       table.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)table.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index 0f60d53..9219afc 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       data.c  4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)data.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "tutor.h"
 
 
 #include "tutor.h"
 
index ffda12d..6d11e8b 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       teach.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)teach.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index ce6f3c7..c08c93c 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       ttext1.c        4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)ttext1.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index eead2a6..ee25354 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       ttext2.c        4.2     82/10/24        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)ttext2.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
index bed4e2d..5712d1c 100644 (file)
@@ -1,4 +1,12 @@
-static char sccsid[] = "       tutor.c 4.1     82/05/11        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)tutor.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 #include "tutor.h"
 
 #include "back.h"
 #include "tutor.h"
index 7eaede3..00772bc 100644 (file)
@@ -1,5 +1,9 @@
 /*
 /*
- *     tutor.h 4.1     82/05/11
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)tutor.h     5.1 (Berkeley) %G%
  */
 
 struct situatn  {
  */
 
 struct situatn  {
index 36667f1..685f239 100644 (file)
@@ -1,6 +1,18 @@
-/* Copyright (c) 1982 Regents of the University of California */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 
-static char sccsid[] = "@(#)canfield.c 4.10 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)canfield.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * The canfield program
 
 /*
  * The canfield program
index 3ade160..b3239f2 100644 (file)
@@ -1,7 +1,17 @@
-/* Copyright (c) 1983 Regents of the University of California */
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)cfscores.c 4.2     (Berkeley)      %G%";
+static char sccsid[] = "@(#)cfscores.c 5.1 (Berkeley) %G%";
 #endif not lint
 
 #include <pwd.h>
 #endif not lint
 
 #include <pwd.h>
index 22fc565..a3a05ec 100644 (file)
@@ -1,5 +1,18 @@
-
-static char sccsid[] = "       fish.c  4.1     82/10/24        ";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef 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[] = "@(#)fish.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 # include <stdio.h>
 
 
 # include <stdio.h>
 
index cc142f9..fe737d1 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)primes.c   4.1 (Wollongong) %G%";
-#endif
+static char sccsid[] = "@(#)primes.c   5.1 (Wollongong) %G%";
+#endif not lint
 
 /*
  *     primes [ number ]
 
 /*
  *     primes [ number ]
index 9abdc4a..c6e6f28 100644 (file)
@@ -1,5 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-static char sccsid[] = "       rain.c  4.1     82/10/24        ";
+#ifndef 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[] = "@(#)rain.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <sgtty.h>
 
 #include <stdio.h>
 #include <sgtty.h>
index 362a1db..b2faeb4 100644 (file)
@@ -1,4 +1,18 @@
-static char    *sccsid = "@(#)worm.c   4.3 (Berkeley) %G%";
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef 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[] = "@(#)worm.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Worm.  Written by Michael Toy
 
 /*
  * Worm.  Written by Michael Toy
index c2921f2..c0a339c 100644 (file)
@@ -1,5 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 
-static char sccsid[] = "       worms.c 4.1     82/10/24        ";
+#ifndef lint
+static char sccsid[] = "@(#)worms.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
 
 
 /*
 
index 210d8c2..330ad06 100644 (file)
@@ -1,4 +1,9 @@
-#      Makefile        4.1     83/08/13
+#
+# Copyright (c) 1980 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 DESTDIR=
 
 #
 DESTDIR=