diff options
Diffstat (limited to 'cribbage')
| -rw-r--r-- | cribbage/cards.c | 10 | ||||
| -rw-r--r-- | cribbage/crib.c | 10 | ||||
| -rw-r--r-- | cribbage/cribbage.6 | 8 | ||||
| -rw-r--r-- | cribbage/cribbage.h | 8 | ||||
| -rw-r--r-- | cribbage/cribcur.h | 8 | ||||
| -rw-r--r-- | cribbage/deck.h | 8 | ||||
| -rw-r--r-- | cribbage/extern.c | 10 | ||||
| -rw-r--r-- | cribbage/instr.c | 10 | ||||
| -rw-r--r-- | cribbage/io.c | 10 | ||||
| -rw-r--r-- | cribbage/pathnames.h | 8 | ||||
| -rw-r--r-- | cribbage/score.c | 10 | ||||
| -rw-r--r-- | cribbage/support.c | 10 |
12 files changed, 31 insertions, 79 deletions
diff --git a/cribbage/cards.c b/cribbage/cards.c index 29eed58c..50e2f481 100644 --- a/cribbage/cards.c +++ b/cribbage/cards.c @@ -1,4 +1,4 @@ -/* $NetBSD: cards.c,v 1.6 1999/09/30 18:01:32 jsm Exp $ */ +/* $NetBSD: cards.c,v 1.7 2003/08/07 09:37:08 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)cards.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: cards.c,v 1.6 1999/09/30 18:01:32 jsm Exp $"); +__RCSID("$NetBSD: cards.c,v 1.7 2003/08/07 09:37:08 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/crib.c b/cribbage/crib.c index dc9756b5..2fec863c 100644 --- a/cribbage/crib.c +++ b/cribbage/crib.c @@ -1,4 +1,4 @@ -/* $NetBSD: crib.c,v 1.16 2001/12/06 11:59:45 blymn Exp $ */ +/* $NetBSD: crib.c,v 1.17 2003/08/07 09:37:09 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -43,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: crib.c,v 1.16 2001/12/06 11:59:45 blymn Exp $"); +__RCSID("$NetBSD: crib.c,v 1.17 2003/08/07 09:37:09 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/cribbage.6 b/cribbage/cribbage.6 index f130dd79..3734fcb8 100644 --- a/cribbage/cribbage.6 +++ b/cribbage/cribbage.6 @@ -1,4 +1,4 @@ -.\" $NetBSD: cribbage.6,v 1.10 2002/09/30 12:43:22 wiz Exp $ +.\" $NetBSD: cribbage.6,v 1.11 2003/08/07 09:37:09 agc Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -11,11 +11,7 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. -.\" 4. Neither the name of the University nor the names of its contributors +.\" 3. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. .\" diff --git a/cribbage/cribbage.h b/cribbage/cribbage.h index c0759fc8..c9b45c17 100644 --- a/cribbage/cribbage.h +++ b/cribbage/cribbage.h @@ -1,4 +1,4 @@ -/* $NetBSD: cribbage.h,v 1.8 2002/12/06 01:48:24 thorpej Exp $ */ +/* $NetBSD: cribbage.h,v 1.9 2003/08/07 09:37:09 agc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/cribbage/cribcur.h b/cribbage/cribcur.h index b209f546..725147ad 100644 --- a/cribbage/cribcur.h +++ b/cribbage/cribcur.h @@ -1,4 +1,4 @@ -/* $NetBSD: cribcur.h,v 1.3 1995/03/21 15:08:48 cgd Exp $ */ +/* $NetBSD: cribcur.h,v 1.4 2003/08/07 09:37:09 agc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/cribbage/deck.h b/cribbage/deck.h index 796175e0..cccc7ab6 100644 --- a/cribbage/deck.h +++ b/cribbage/deck.h @@ -1,4 +1,4 @@ -/* $NetBSD: deck.h,v 1.3 1995/03/21 15:08:49 cgd Exp $ */ +/* $NetBSD: deck.h,v 1.4 2003/08/07 09:37:10 agc Exp $ */ /* * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/cribbage/extern.c b/cribbage/extern.c index 12e23bae..01b3edd4 100644 --- a/cribbage/extern.c +++ b/cribbage/extern.c @@ -1,4 +1,4 @@ -/* $NetBSD: extern.c,v 1.6 2002/12/06 01:48:24 thorpej Exp $ */ +/* $NetBSD: extern.c,v 1.7 2003/08/07 09:37:10 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: extern.c,v 1.6 2002/12/06 01:48:24 thorpej Exp $"); +__RCSID("$NetBSD: extern.c,v 1.7 2003/08/07 09:37:10 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/instr.c b/cribbage/instr.c index 5c7738c0..823f9f53 100644 --- a/cribbage/instr.c +++ b/cribbage/instr.c @@ -1,4 +1,4 @@ -/* $NetBSD: instr.c,v 1.9 1999/11/09 15:06:32 drochner Exp $ */ +/* $NetBSD: instr.c,v 1.10 2003/08/07 09:37:10 agc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)instr.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: instr.c,v 1.9 1999/11/09 15:06:32 drochner Exp $"); +__RCSID("$NetBSD: instr.c,v 1.10 2003/08/07 09:37:10 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/io.c b/cribbage/io.c index 21075e21..422b02da 100644 --- a/cribbage/io.c +++ b/cribbage/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.15 2002/05/26 00:12:11 wiz Exp $ */ +/* $NetBSD: io.c,v 1.16 2003/08/07 09:37:10 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: io.c,v 1.15 2002/05/26 00:12:11 wiz Exp $"); +__RCSID("$NetBSD: io.c,v 1.16 2003/08/07 09:37:10 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/pathnames.h b/cribbage/pathnames.h index 70f9f183..e16ecda9 100644 --- a/cribbage/pathnames.h +++ b/cribbage/pathnames.h @@ -1,4 +1,4 @@ -/* $NetBSD: pathnames.h,v 1.3 1995/03/21 15:08:56 cgd Exp $ */ +/* $NetBSD: pathnames.h,v 1.4 2003/08/07 09:37:10 agc Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * diff --git a/cribbage/score.c b/cribbage/score.c index 6677314e..2241bd6b 100644 --- a/cribbage/score.c +++ b/cribbage/score.c @@ -1,4 +1,4 @@ -/* $NetBSD: score.c,v 1.9 2002/12/06 01:48:24 thorpej Exp $ */ +/* $NetBSD: score.c,v 1.10 2003/08/07 09:37:10 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: score.c,v 1.9 2002/12/06 01:48:24 thorpej Exp $"); +__RCSID("$NetBSD: score.c,v 1.10 2003/08/07 09:37:10 agc Exp $"); #endif #endif /* not lint */ diff --git a/cribbage/support.c b/cribbage/support.c index 288bb0c6..0952b912 100644 --- a/cribbage/support.c +++ b/cribbage/support.c @@ -1,4 +1,4 @@ -/* $NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $ */ +/* $NetBSD: support.c,v 1.7 2003/08/07 09:37:11 agc Exp $ */ /*- * Copyright (c) 1980, 1993 @@ -12,11 +12,7 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)support.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: support.c,v 1.6 2002/12/06 01:48:25 thorpej Exp $"); +__RCSID("$NetBSD: support.c,v 1.7 2003/08/07 09:37:11 agc Exp $"); #endif #endif /* not lint */ |
