From 102fca3d2793704869f782c14efbcee358ef19c3 Mon Sep 17 00:00:00 2001 From: Keith Bostic Date: Fri, 1 Jun 1990 20:13:21 -0800 Subject: [PATCH] new copyright notice SCCS-vsn: games/monop/cards.c 5.4 SCCS-vsn: games/monop/deck.h 5.3 SCCS-vsn: games/monop/execute.c 5.4 SCCS-vsn: games/monop/getinp.c 5.3 SCCS-vsn: games/monop/houses.c 5.5 SCCS-vsn: games/number/number.c 4.6 SCCS-vsn: games/monop/initdeck.c 5.5 SCCS-vsn: games/monop/jail.c 5.3 SCCS-vsn: games/monop/misc.c 5.4 SCCS-vsn: games/monop/monop.c 5.7 SCCS-vsn: games/monop/monop.h 5.5 SCCS-vsn: games/monop/morg.c 5.3 SCCS-vsn: games/monop/print.c 5.4 SCCS-vsn: games/pom/pom.c 5.2 SCCS-vsn: games/monop/prop.c 5.6 SCCS-vsn: games/monop/rent.c 5.3 SCCS-vsn: games/ppt/ppt.c 5.4 SCCS-vsn: games/monop/roll.c 5.5 SCCS-vsn: games/monop/spec.c 5.3 SCCS-vsn: games/monop/trade.c 5.5 SCCS-vsn: games/primes/pattern.c 5.2 SCCS-vsn: games/primes/pr_tbl.c 5.2 --- usr/src/games/monop/cards.c | 14 ++------------ usr/src/games/monop/deck.h | 14 ++------------ usr/src/games/monop/execute.c | 14 ++------------ usr/src/games/monop/getinp.c | 14 ++------------ usr/src/games/monop/houses.c | 14 ++------------ usr/src/games/monop/initdeck.c | 14 ++------------ usr/src/games/monop/jail.c | 14 ++------------ usr/src/games/monop/misc.c | 14 ++------------ usr/src/games/monop/monop.c | 14 ++------------ usr/src/games/monop/monop.h | 14 ++------------ usr/src/games/monop/morg.c | 14 ++------------ usr/src/games/monop/print.c | 14 ++------------ usr/src/games/monop/prop.c | 14 ++------------ usr/src/games/monop/rent.c | 14 ++------------ usr/src/games/monop/roll.c | 14 ++------------ usr/src/games/monop/spec.c | 14 ++------------ usr/src/games/monop/trade.c | 14 ++------------ usr/src/games/number/number.c | 14 ++------------ usr/src/games/pom/pom.c | 14 ++------------ usr/src/games/ppt/ppt.c | 14 ++------------ usr/src/games/primes/pattern.c | 14 ++------------ usr/src/games/primes/pr_tbl.c | 14 ++------------ 22 files changed, 44 insertions(+), 264 deletions(-) diff --git a/usr/src/games/monop/cards.c b/usr/src/games/monop/cards.c index 4558d07605..222bd2072f 100644 --- a/usr/src/games/monop/cards.c +++ b/usr/src/games/monop/cards.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)cards.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)cards.c 5.4 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/deck.h b/usr/src/games/monop/deck.h index d8310cedf1..e9c826233b 100644 --- a/usr/src/games/monop/deck.h +++ b/usr/src/games/monop/deck.h @@ -2,19 +2,9 @@ * Copyright (c) 1980 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% * - * @(#)deck.h 5.2 (Berkeley) %G% + * @(#)deck.h 5.3 (Berkeley) %G% */ # define bool char diff --git a/usr/src/games/monop/execute.c b/usr/src/games/monop/execute.c index 6740a03291..1206a0df39 100644 --- a/usr/src/games/monop/execute.c +++ b/usr/src/games/monop/execute.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)execute.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)execute.c 5.4 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/getinp.c b/usr/src/games/monop/getinp.c index 83c13ae101..a90c6d406b 100644 --- a/usr/src/games/monop/getinp.c +++ b/usr/src/games/monop/getinp.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)getinp.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)getinp.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include diff --git a/usr/src/games/monop/houses.c b/usr/src/games/monop/houses.c index 70fd1476da..0854245294 100644 --- a/usr/src/games/monop/houses.c +++ b/usr/src/games/monop/houses.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)houses.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)houses.c 5.5 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/initdeck.c b/usr/src/games/monop/initdeck.c index f4a8d421ea..bf2b24f5da 100644 --- a/usr/src/games/monop/initdeck.c +++ b/usr/src/games/monop/initdeck.c @@ -2,17 +2,7 @@ * Copyright (c) 1980 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 @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)initdeck.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)initdeck.c 5.5 (Berkeley) %G%"; #endif /* not lint */ # include diff --git a/usr/src/games/monop/jail.c b/usr/src/games/monop/jail.c index 055f107415..740bde60f5 100644 --- a/usr/src/games/monop/jail.c +++ b/usr/src/games/monop/jail.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)jail.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)jail.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/misc.c b/usr/src/games/monop/misc.c index 59f0aa7dcd..3aa518ac0b 100644 --- a/usr/src/games/monop/misc.c +++ b/usr/src/games/monop/misc.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)misc.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)misc.c 5.4 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/monop.c b/usr/src/games/monop/monop.c index 96b59a3cd4..a15df224dd 100644 --- a/usr/src/games/monop/monop.c +++ b/usr/src/games/monop/monop.c @@ -2,17 +2,7 @@ * Copyright (c) 1980 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 @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)monop.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)monop.c 5.7 (Berkeley) %G%"; #endif /* not lint */ # include "monop.def" diff --git a/usr/src/games/monop/monop.h b/usr/src/games/monop/monop.h index 06f2471078..b7ecfb8995 100644 --- a/usr/src/games/monop/monop.h +++ b/usr/src/games/monop/monop.h @@ -2,19 +2,9 @@ * Copyright (c) 1980 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.h 5.4 (Berkeley) %G% + * @(#)monop.h 5.5 (Berkeley) %G% */ # include diff --git a/usr/src/games/monop/morg.c b/usr/src/games/monop/morg.c index 73a1b906f0..328288cc30 100644 --- a/usr/src/games/monop/morg.c +++ b/usr/src/games/monop/morg.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)morg.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)morg.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/print.c b/usr/src/games/monop/print.c index 636b37d7ad..1225979e06 100644 --- a/usr/src/games/monop/print.c +++ b/usr/src/games/monop/print.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)print.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)print.c 5.4 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/prop.c b/usr/src/games/monop/prop.c index d01323df40..04ab8bb997 100644 --- a/usr/src/games/monop/prop.c +++ b/usr/src/games/monop/prop.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)prop.c 5.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)prop.c 5.6 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/rent.c b/usr/src/games/monop/rent.c index 7c1689f211..53d6fef4f0 100644 --- a/usr/src/games/monop/rent.c +++ b/usr/src/games/monop/rent.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)rent.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)rent.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/roll.c b/usr/src/games/monop/roll.c index f0c86d87d0..2b13a0dd9d 100644 --- a/usr/src/games/monop/roll.c +++ b/usr/src/games/monop/roll.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)roll.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)roll.c 5.5 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/games/monop/spec.c b/usr/src/games/monop/spec.c index 27b6d722f6..e231169318 100644 --- a/usr/src/games/monop/spec.c +++ b/usr/src/games/monop/spec.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)spec.c 5.2 (Berkeley) %G%"; +static char sccsid[] = "@(#)spec.c 5.3 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/monop/trade.c b/usr/src/games/monop/trade.c index 69020bcd49..51766a09dd 100644 --- a/usr/src/games/monop/trade.c +++ b/usr/src/games/monop/trade.c @@ -2,21 +2,11 @@ * Copyright (c) 1980 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[] = "@(#)trade.c 5.4 (Berkeley) %G%"; +static char sccsid[] = "@(#)trade.c 5.5 (Berkeley) %G%"; #endif /* not lint */ # include "monop.ext" diff --git a/usr/src/games/number/number.c b/usr/src/games/number/number.c index 22cfb44ae9..bdccf1bc51 100644 --- a/usr/src/games/number/number.c +++ b/usr/src/games/number/number.c @@ -2,17 +2,7 @@ * Copyright (c) 1988 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 @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)number.c 4.5 (Berkeley) %G%"; +static char sccsid[] = "@(#)number.c 4.6 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/games/pom/pom.c b/usr/src/games/pom/pom.c index f7bf80b344..0045888d4a 100644 --- a/usr/src/games/pom/pom.c +++ b/usr/src/games/pom/pom.c @@ -4,17 +4,7 @@ * * This code is derived from software posted to USENET. * - * 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 @@ -24,7 +14,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)pom.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)pom.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/games/ppt/ppt.c b/usr/src/games/ppt/ppt.c index 5ab1b971d8..f13cec5e8b 100644 --- a/usr/src/games/ppt/ppt.c +++ b/usr/src/games/ppt/ppt.c @@ -2,17 +2,7 @@ * Copyright (c) 1988 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. + * %sccs.include.redist.c% */ #ifndef lint @@ -22,7 +12,7 @@ char copyright[] = #endif /* not lint */ #ifndef lint -static char sccsid[] = "@(#)ppt.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)ppt.c 5.4 (Berkeley) %G%"; #endif /* not lint */ #include diff --git a/usr/src/games/primes/pattern.c b/usr/src/games/primes/pattern.c index fd35975b1d..9c83968710 100644 --- a/usr/src/games/primes/pattern.c +++ b/usr/src/games/primes/pattern.c @@ -5,21 +5,11 @@ * This code is derived from software contributed to Berkeley by * Landon Curt Noll. * - * 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 -static char sccsid[] = "@(#)pattern.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)pattern.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* diff --git a/usr/src/games/primes/pr_tbl.c b/usr/src/games/primes/pr_tbl.c index 5957e4837b..aabbabc818 100644 --- a/usr/src/games/primes/pr_tbl.c +++ b/usr/src/games/primes/pr_tbl.c @@ -5,21 +5,11 @@ * This code is derived from software contributed to Berkeley by * Landon Curt Noll. * - * 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 -static char sccsid[] = "@(#)pr_tbl.c 5.1 (Berkeley) %G%"; +static char sccsid[] = "@(#)pr_tbl.c 5.2 (Berkeley) %G%"; #endif /* not lint */ /* -- 2.20.1