Written by Ken Arnold; add Berkeley specific copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 10 Mar 1988 03:18:49 +0000 (19:18 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 10 Mar 1988 03:18:49 +0000 (19:18 -0800)
SCCS-vsn: games/robots/Makefile 5.6
SCCS-vsn: games/robots/extern.c 5.2
SCCS-vsn: games/robots/flush_in.c 5.2
SCCS-vsn: games/robots/init_field.c 5.2
SCCS-vsn: games/robots/main.c 5.2
SCCS-vsn: games/robots/make_level.c 5.2
SCCS-vsn: games/robots/move.c 5.2
SCCS-vsn: games/robots/move_robs.c 5.2
SCCS-vsn: games/robots/play_level.c 5.3
SCCS-vsn: games/robots/query.c 5.2
SCCS-vsn: games/robots/rnd_pos.c 5.2
SCCS-vsn: games/robots/robots.h 5.2
SCCS-vsn: games/robots/score.c 5.2

13 files changed:
usr/src/games/robots/Makefile
usr/src/games/robots/extern.c
usr/src/games/robots/flush_in.c
usr/src/games/robots/init_field.c
usr/src/games/robots/main.c
usr/src/games/robots/make_level.c
usr/src/games/robots/move.c
usr/src/games/robots/move_robs.c
usr/src/games/robots/play_level.c
usr/src/games/robots/query.c
usr/src/games/robots/rnd_pos.c
usr/src/games/robots/robots.h
usr/src/games/robots/score.c

index b8d284a..93da959 100644 (file)
@@ -1,9 +1,15 @@
 #
 # Copyright (c) 1987 Regents of the University of California.
 #
 # Copyright (c) 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.
 #
 #
-#      @(#)Makefile    5.5     (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.
+#
+#      @(#)Makefile    5.6 (Berkeley) %G%
 #
 DEFS=  -DMAX_PER_UID=5
 CFLAGS=        -O ${DEFS}
 #
 DEFS=  -DMAX_PER_UID=5
 CFLAGS=        -O ${DEFS}
index 0d151bf..ce587c2 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[] = "@(#)extern.c   5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)extern.c   5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index 411fb76..786539a 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[] = "@(#)flush_in.c 5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)flush_in.c 5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      <curses.h>
 
 
 # include      <curses.h>
 
index 69cd2a2..da26555 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_field.c       5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)init_field.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index 5f46a91..e5bb854 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.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)main.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 # include      <signal.h>
 
 # include      "robots.h"
 # include      <signal.h>
index a241842..e4caad2 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[] = "@(#)make_level.c       5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)make_level.c       5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index a8a4bd5..f27c52b 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[] = "@(#)move.c     5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)move.c     5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 # include      <ctype.h>
 
 # include      "robots.h"
 # include      <ctype.h>
index a6df750..ee886d0 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[] = "@(#)move_robs.c        5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)move_robs.c        5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 # include      <signal.h>
 
 # include      "robots.h"
 # include      <signal.h>
index 7fab99b..543cab5 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[] = "@(#)play_level.c       5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)play_level.c       5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index 445698c..54f1b61 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[] = "@(#)query.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)query.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index 21e1849..8e44871 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[] = "@(#)rnd_pos.c  5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)rnd_pos.c  5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 
 
 # include      "robots.h"
 
index 4c40ba8..02755bf 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.
  *
  *
- *     @(#)robots.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.
+ *
+ *     @(#)robots.h    5.2 (Berkeley) %G%
  */
 
 # include      <curses.h>
  */
 
 # include      <curses.h>
index fbef397..85d25db 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[] = "@(#)score.c    5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)score.c    5.2 (Berkeley) %G%";
+#endif /* not lint */
 
 # include      "robots.h"
 # include      <pwd.h>
 
 # include      "robots.h"
 # include      <pwd.h>