Add copyright
[unix-history] / usr / src / games / backgammon / teachgammon / ttext2.c
index 7e1ae63..ee25354 100644 (file)
@@ -1,7 +1,17 @@
-static char sccsid[] = "       ttext2.c        1.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[] = "@(#)ttext2.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "back.h"
 
 
 #include "back.h"
 
+char *prompt, *list, *opts;
+
 char   *doubl[] = {
     "\nDoubling:",
     "\n   If a player thinks he is in a good position, he may double the",
 char   *doubl[] = {
     "\nDoubling:",
     "\n   If a player thinks he is in a good position, he may double the",