From dc7f5a1967eb819f28c812a2c5c50dbf387d95bb Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Tue, 9 Apr 1991 01:03:44 -0800 Subject: [PATCH] new copyright; att/bsd/shared 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 --- usr/src/games/fortune/fortune/fortune.c | 16 +++------------- usr/src/games/fortune/fortune/pathnames.h | 23 +++++------------------ usr/src/games/fortune/strfile/strfile.c | 16 +++------------- usr/src/games/fortune/strfile/strfile.h | 18 ++++-------------- usr/src/games/fortune/tools/Do_spell | 17 +---------------- usr/src/games/fortune/tools/Do_troff | 21 ++------------------- usr/src/games/fortune/unstr/unstr.c | 20 +++++--------------- usr/src/games/hangman/playgame.c | 18 ++++-------------- usr/src/games/hangman/prdata.c | 18 ++++-------------- usr/src/games/hangman/prman.c | 18 ++++-------------- usr/src/games/hangman/prword.c | 18 ++++-------------- usr/src/games/hangman/setup.c | 18 ++++-------------- usr/src/games/monop/brd.dat | 18 ++++-------------- usr/src/games/monop/mon.dat | 18 ++++-------------- usr/src/games/monop/monop.def | 18 ++++-------------- usr/src/games/monop/monop.ext | 18 ++++-------------- usr/src/games/monop/prop.dat | 18 ++++-------------- usr/src/games/quiz/quiz.6 | 4 +++- usr/src/games/quiz/quiz.c | 7 ++++++- 19 files changed, 72 insertions(+), 250 deletions(-) diff --git a/usr/src/games/fortune/fortune/fortune.c b/usr/src/games/fortune/fortune/fortune.c index eaf3540009..f324e61887 100644 --- a/usr/src/games/fortune/fortune/fortune.c +++ b/usr/src/games/fortune/fortune/fortune.c @@ -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. * - * 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 @@ -25,7 +15,7 @@ char copyright[] = #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 diff --git a/usr/src/games/fortune/fortune/pathnames.h b/usr/src/games/fortune/fortune/pathnames.h index 22a6876e84..1e67de64d1 100644 --- a/usr/src/games/fortune/fortune/pathnames.h +++ b/usr/src/games/fortune/fortune/pathnames.h @@ -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. * - * 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" diff --git a/usr/src/games/fortune/strfile/strfile.c b/usr/src/games/fortune/strfile/strfile.c index 5d948dd84a..a9c2751c27 100644 --- a/usr/src/games/fortune/strfile/strfile.c +++ b/usr/src/games/fortune/strfile/strfile.c @@ -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. * - * 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 @@ -25,7 +15,7 @@ char copyright[] = #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 diff --git a/usr/src/games/fortune/strfile/strfile.h b/usr/src/games/fortune/strfile/strfile.h index 0697f3c054..12edd3a00a 100644 --- a/usr/src/games/fortune/strfile/strfile.h +++ b/usr/src/games/fortune/strfile/strfile.h @@ -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. * - * 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) \ diff --git a/usr/src/games/fortune/tools/Do_spell b/usr/src/games/fortune/tools/Do_spell index b7dba5622a..4b3d341c0b 100644 --- a/usr/src/games/fortune/tools/Do_spell +++ b/usr/src/games/fortune/tools/Do_spell @@ -1,21 +1,6 @@ #!/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.$$ diff --git a/usr/src/games/fortune/tools/Do_troff b/usr/src/games/fortune/tools/Do_troff index c19a448634..f9af43ef66 100644 --- a/usr/src/games/fortune/tools/Do_troff +++ b/usr/src/games/fortune/tools/Do_troff @@ -1,25 +1,8 @@ #!/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 ) | \ diff --git a/usr/src/games/fortune/unstr/unstr.c b/usr/src/games/fortune/unstr/unstr.c index 6b459d670a..6152f1893e 100644 --- a/usr/src/games/fortune/unstr/unstr.c +++ b/usr/src/games/fortune/unstr/unstr.c @@ -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. * - * 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[] = -"@(#) 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 -static char sccsid[] = "@(#)unstr.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)unstr.c 5.8 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/games/hangman/playgame.c b/usr/src/games/hangman/playgame.c index e8d1e96d54..421402ce40 100644 --- a/usr/src/games/hangman/playgame.c +++ b/usr/src/games/hangman/playgame.c @@ -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. * - * 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 -static char sccsid[] = "@(#)playgame.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)playgame.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "hangman.h" diff --git a/usr/src/games/hangman/prdata.c b/usr/src/games/hangman/prdata.c index 1be7a2429b..bea1f657fb 100644 --- a/usr/src/games/hangman/prdata.c +++ b/usr/src/games/hangman/prdata.c @@ -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. * - * 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 -static char sccsid[] = "@(#)prdata.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)prdata.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "hangman.h" diff --git a/usr/src/games/hangman/prman.c b/usr/src/games/hangman/prman.c index 61cf7428e6..233ecd70dc 100644 --- a/usr/src/games/hangman/prman.c +++ b/usr/src/games/hangman/prman.c @@ -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. * - * 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 -static char sccsid[] = "@(#)prman.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)prman.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "hangman.h" diff --git a/usr/src/games/hangman/prword.c b/usr/src/games/hangman/prword.c index 5d991139f5..5c341120cb 100644 --- a/usr/src/games/hangman/prword.c +++ b/usr/src/games/hangman/prword.c @@ -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. * - * 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 -static char sccsid[] = "@(#)prword.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)prword.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "hangman.h" diff --git a/usr/src/games/hangman/setup.c b/usr/src/games/hangman/setup.c index 6f1afd4bd3..52bd8b52f3 100644 --- a/usr/src/games/hangman/setup.c +++ b/usr/src/games/hangman/setup.c @@ -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. * - * 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 -static char sccsid[] = "@(#)setup.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)setup.c 5.4 (Berkeley) %G%"; #endif /* not lint */ # include "hangman.h" diff --git a/usr/src/games/monop/brd.dat b/usr/src/games/monop/brd.dat index 5d4c66d905..d119e93bfd 100644 --- a/usr/src/games/monop/brd.dat +++ b/usr/src/games/monop/brd.dat @@ -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. * - * 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 */ diff --git a/usr/src/games/monop/mon.dat b/usr/src/games/monop/mon.dat index 97e0e62b59..feeca82fa1 100644 --- a/usr/src/games/monop/mon.dat +++ b/usr/src/games/monop/mon.dat @@ -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. * - * 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 */ diff --git a/usr/src/games/monop/monop.def b/usr/src/games/monop/monop.def index 7b130cebc5..2c10c677c5 100644 --- a/usr/src/games/monop/monop.def +++ b/usr/src/games/monop/monop.def @@ -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. * - * 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" diff --git a/usr/src/games/monop/monop.ext b/usr/src/games/monop/monop.ext index 6325b702ff..e2c224a440 100644 --- a/usr/src/games/monop/monop.ext +++ b/usr/src/games/monop/monop.ext @@ -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. * - * 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" diff --git a/usr/src/games/monop/prop.dat b/usr/src/games/monop/prop.dat index 46459a6e37..caed669ded 100644 --- a/usr/src/games/monop/prop.dat +++ b/usr/src/games/monop/prop.dat @@ -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. * - * 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 */ diff --git a/usr/src/games/quiz/quiz.6 b/usr/src/games/quiz/quiz.6 index 1a91917010..bda1b2932f 100644 --- a/usr/src/games/quiz/quiz.6 +++ b/usr/src/games/quiz/quiz.6 @@ -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 diff --git a/usr/src/games/quiz/quiz.c b/usr/src/games/quiz/quiz.c index e93706caf6..ce3d3353b9 100644 --- a/usr/src/games/quiz/quiz.c +++ b/usr/src/games/quiz/quiz.c @@ -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 #include -- 2.20.1