new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 9 Apr 1991 09:03:44 +0000 (01:03 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 9 Apr 1991 09:03:44 +0000 (01:03 -0800)
SCCS-vsn: games/fortune/tools/Do_spell 5.2
SCCS-vsn: games/fortune/fortune/fortune.c 5.13
SCCS-vsn: games/fortune/tools/Do_troff 5.4
SCCS-vsn: games/fortune/fortune/pathnames.h 5.2
SCCS-vsn: games/fortune/strfile/strfile.c 5.12
SCCS-vsn: games/fortune/strfile/strfile.h 5.8
SCCS-vsn: games/fortune/unstr/unstr.c 5.7
SCCS-vsn: games/fortune/unstr/unstr.c 5.8
SCCS-vsn: games/hangman/playgame.c 5.3
SCCS-vsn: games/hangman/prdata.c 5.3
SCCS-vsn: games/hangman/prman.c 5.3
SCCS-vsn: games/hangman/prword.c 5.3
SCCS-vsn: games/hangman/setup.c 5.4
SCCS-vsn: games/monop/mon.dat 5.3
SCCS-vsn: games/monop/monop.def 5.3
SCCS-vsn: games/monop/monop.ext 5.3
SCCS-vsn: games/monop/prop.dat 5.3
SCCS-vsn: games/monop/brd.dat 5.4
SCCS-vsn: games/quiz/quiz.6 6.2
SCCS-vsn: games/quiz/quiz.c 4.8

19 files changed:
usr/src/games/fortune/fortune/fortune.c
usr/src/games/fortune/fortune/pathnames.h
usr/src/games/fortune/strfile/strfile.c
usr/src/games/fortune/strfile/strfile.h
usr/src/games/fortune/tools/Do_spell
usr/src/games/fortune/tools/Do_troff
usr/src/games/fortune/unstr/unstr.c
usr/src/games/hangman/playgame.c
usr/src/games/hangman/prdata.c
usr/src/games/hangman/prman.c
usr/src/games/hangman/prword.c
usr/src/games/hangman/setup.c
usr/src/games/monop/brd.dat
usr/src/games/monop/mon.dat
usr/src/games/monop/monop.def
usr/src/games/monop/monop.ext
usr/src/games/monop/prop.dat
usr/src/games/quiz/quiz.6
usr/src/games/quiz/quiz.c

index eaf3540..f324e61 100644 (file)
@@ -1,21 +1,11 @@
-/*
+/*-
  * Copyright (c) 1986 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
  * Copyright (c) 1986 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -25,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)fortune.c  5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)fortune.c  5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      <machine/endian.h>
 #endif /* not lint */
 
 # include      <machine/endian.h>
index 22a6876..1e67de6 100644 (file)
@@ -1,23 +1,10 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * This code is derived from software contributed to Berkeley by
- * Ken Arnold.
+ * %sccs.include.redist.c%
  *
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
- *
- *     @(#)pathnames.h 5.1 (Berkeley) %G%
+ *     @(#)pathnames.h 5.2 (Berkeley) %G%
  */
 
  */
 
-# define       FORTDIR         "/usr/share/games/fortune"
+#define        FORTDIR         "/usr/share/games/fortune"
index 5d948dd..a9c2751 100644 (file)
@@ -1,21 +1,11 @@
-/*
+/*-
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
  * Copyright (c) 1989 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -25,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)strfile.c  5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)strfile.c  5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      <machine/endian.h>
 #endif /* not lint */
 
 # include      <machine/endian.h>
index 0697f3c..12edd3a 100644 (file)
@@ -1,23 +1,13 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)strfile.h   5.7 (Berkeley) %G%
+ *     @(#)strfile.h   5.8 (Berkeley) %G%
  */
 
 #define        STR_ENDSTRING(line,tbl) \
  */
 
 #define        STR_ENDSTRING(line,tbl) \
index b7dba56..4b3d341 100644 (file)
@@ -1,21 +1,6 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1989 The Regents of the University of California.
-# All rights reserved.
-#
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-#      @(#)Do_spell    5.1 (Berkeley) %G%
+#      @(#)Do_spell    5.2 (Berkeley) %G%
 #
 
 F=_spell.$$
 #
 
 F=_spell.$$
index c19a448..f9af43e 100644 (file)
@@ -1,25 +1,8 @@
 #!/bin/csh -f
 #
 #!/bin/csh -f
 #
-# Copyright (c) 1989 The Regents of the University of California.
-# All rights reserved.
-#
-# This code is derived from software contributed to Berkeley by
-# Ken Arnold.
-#
-# Redistribution and use in source and binary forms are permitted
-# provided that the above copyright notice and this paragraph are
-# duplicated in all such forms and that any documentation,
-# advertising materials, and other materials related to such
-# distribution and use acknowledge that the software was developed
-# by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
-# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
-# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
-#
-#      @(#)Do_troff    5.3 (Berkeley) %G%
+#      @(#)Do_troff    5.4 (Berkeley) %G%
 #
 #
+
 set file=$1
 shift
 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
 set file=$1
 shift
 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \
index 6b459d6..6152f18 100644 (file)
@@ -1,31 +1,21 @@
-/*
- * Copyright (c) 1989 The Regents of the University of California.
+/*-
+ * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ken Arnold.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
+"@(#) Copyright (c) 1991 The Regents of the University of California.\n\
  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)unstr.c    5.6 (Berkeley) %G%";
+static char sccsid[] = "@(#)unstr.c    5.8 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index e8d1e96..421402c 100644 (file)
@@ -1,22 +1,12 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)playgame.c 5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)playgame.c 5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "hangman.h"
 #endif /* not lint */
 
 # include      "hangman.h"
index 1be7a24..bea1f65 100644 (file)
@@ -1,22 +1,12 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)prdata.c   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)prdata.c   5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "hangman.h"
 #endif /* not lint */
 
 # include      "hangman.h"
index 61cf742..233ecd7 100644 (file)
@@ -1,22 +1,12 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)prman.c    5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)prman.c    5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "hangman.h"
 #endif /* not lint */
 
 # include      "hangman.h"
index 5d99113..5c34112 100644 (file)
@@ -1,22 +1,12 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)prword.c   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)prword.c   5.3 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "hangman.h"
 #endif /* not lint */
 
 # include      "hangman.h"
index 6f1afd4..52bd8b5 100644 (file)
@@ -1,22 +1,12 @@
-/*
- * Copyright (c) 1983 Regents of the University of California.
+/*-
+ * Copyright (c) 1983 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)setup.c    5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)setup.c    5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 # include      "hangman.h"
 #endif /* not lint */
 
 # include      "hangman.h"
index 5d4c66d..d119e93 100644 (file)
@@ -1,20 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)brd.dat     5.3 (Berkeley) %G%
+ *     @(#)brd.dat     5.4 (Berkeley) %G%
  */
 
 /* name (COLOR)                        owner   type    desc            cost    */
  */
 
 /* name (COLOR)                        owner   type    desc            cost    */
index 97e0e62..feeca82 100644 (file)
@@ -1,20 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)mon.dat     5.2 (Berkeley) %G%
+ *     @(#)mon.dat     5.3 (Berkeley) %G%
  */
 
 /* name        owner   num_in  num_own h_cost  not_m           mon_n       sq */
  */
 
 /* name        owner   num_in  num_own h_cost  not_m           mon_n       sq */
index 7b130ce..2c10c67 100644 (file)
@@ -1,20 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)monop.def   5.2 (Berkeley) %G%
+ *     @(#)monop.def   5.3 (Berkeley) %G%
  */
 
 # include      "monop.h"
  */
 
 # include      "monop.h"
index 6325b70..e2c224a 100644 (file)
@@ -1,20 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)monop.ext   5.2 (Berkeley) %G%
+ *     @(#)monop.ext   5.3 (Berkeley) %G%
  */
 
 # include      "monop.h"
  */
 
 # include      "monop.h"
index 46459a6..caed669 100644 (file)
@@ -1,20 +1,10 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
  * All rights reserved.
  *
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, 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'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  *
  *
- *     @(#)prop.dat    5.2 (Berkeley) %G%
+ *     @(#)prop.dat    5.3 (Berkeley) %G%
  */
 
 /* morg        monop   square  houses  mon_desc        rent    */
  */
 
 /* morg        monop   square  houses  mon_desc        rent    */
index 1a91917..bda1b29 100644 (file)
@@ -1,4 +1,6 @@
-.\"    @(#)quiz.6      6.1 (Berkeley) %G%
+.\" %sccs.include.proprietary.man%
+.\"
+.\"    @(#)quiz.6      6.2 (Berkeley) %G%
 .\"
 .TH QUIZ 6  ""
 .AT 3
 .\"
 .TH QUIZ 6  ""
 .AT 3
index e93706c..ce3d335 100644 (file)
@@ -1,5 +1,10 @@
+/*-
+ * %sccs.include.proprietary.c%
+ */
 
 
-static char sccsid[] = "       quiz.c  4.7     91/02/28        ";
+#ifndef lint
+static char sccsid[] = "@(#)quiz.c     4.8 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <stdio.h>
 #include <signal.h>
 
 #include <stdio.h>
 #include <signal.h>