summaryrefslogtreecommitdiff
path: root/games/cribbage
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 03:01:43 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2003-06-03 03:01:43 +0000
commitd045ca3408f9977cfc0698520aec5cb7012e4a29 (patch)
treebbcf748e6d45ba60081e099a4890a0fb8d6b55bf /games/cribbage
parentb532ca5cf72acd586a7c31dce5e4babf5991a2f7 (diff)
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'games/cribbage')
-rw-r--r--games/cribbage/cards.c10
-rw-r--r--games/cribbage/crib.c10
-rw-r--r--games/cribbage/cribbage.68
-rw-r--r--games/cribbage/cribbage.h8
-rw-r--r--games/cribbage/cribcur.h8
-rw-r--r--games/cribbage/deck.h8
-rw-r--r--games/cribbage/extern.c8
-rw-r--r--games/cribbage/instr.c10
-rw-r--r--games/cribbage/io.c8
-rw-r--r--games/cribbage/pathnames.h8
-rw-r--r--games/cribbage/score.c10
-rw-r--r--games/cribbage/support.c10
12 files changed, 29 insertions, 77 deletions
diff --git a/games/cribbage/cards.c b/games/cribbage/cards.c
index 5c2540f5b86..c79f1be53d5 100644
--- a/games/cribbage/cards.c
+++ b/games/cribbage/cards.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cards.c,v 1.2 1998/08/19 07:40:17 pjanzen Exp $ */
+/* $OpenBSD: cards.c,v 1.3 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: cards.c,v 1.3 1995/03/21 15:08:41 cgd Exp $ */
/*-
@@ -13,11 +13,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
-static char rcsid[] = "$OpenBSD: cards.c,v 1.2 1998/08/19 07:40:17 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: cards.c,v 1.3 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */
diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c
index b11342b38f5..4653165aa4d 100644
--- a/games/cribbage/crib.c
+++ b/games/cribbage/crib.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: crib.c,v 1.11 2003/05/12 08:51:04 pjanzen Exp $ */
+/* $OpenBSD: crib.c,v 1.12 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: crib.c,v 1.7 1997/07/10 06:47:29 mikel Exp $ */
/*-
@@ -13,11 +13,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.
*
@@ -44,7 +40,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: crib.c,v 1.11 2003/05/12 08:51:04 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: crib.c,v 1.12 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */
diff --git a/games/cribbage/cribbage.6 b/games/cribbage/cribbage.6
index d20a5310d00..164069151ac 100644
--- a/games/cribbage/cribbage.6
+++ b/games/cribbage/cribbage.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cribbage.6,v 1.9 2001/08/10 23:50:22 pjanzen Exp $
+.\" $OpenBSD: cribbage.6,v 1.10 2003/06/03 03:01:39 millert 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/games/cribbage/cribbage.h b/games/cribbage/cribbage.h
index ea1d5397844..26fe764e942 100644
--- a/games/cribbage/cribbage.h
+++ b/games/cribbage/cribbage.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cribbage.h,v 1.5 2003/04/06 18:50:36 deraadt Exp $ */
+/* $OpenBSD: cribbage.h,v 1.6 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: cribbage.h,v 1.3 1995/03/21 15:08:46 cgd Exp $ */
/*
@@ -13,11 +13,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/games/cribbage/cribcur.h b/games/cribbage/cribcur.h
index b74acebf17f..0a39ffaada4 100644
--- a/games/cribbage/cribcur.h
+++ b/games/cribbage/cribcur.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cribcur.h,v 1.2 2001/01/28 23:41:40 niklas Exp $ */
+/* $OpenBSD: cribcur.h,v 1.3 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: cribcur.h,v 1.3 1995/03/21 15:08:48 cgd Exp $ */
/*
@@ -13,11 +13,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/games/cribbage/deck.h b/games/cribbage/deck.h
index d03eb1fa7fe..f8521f5523e 100644
--- a/games/cribbage/deck.h
+++ b/games/cribbage/deck.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: deck.h,v 1.2 1999/11/29 06:42:20 millert Exp $ */
+/* $OpenBSD: deck.h,v 1.3 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: deck.h,v 1.3 1995/03/21 15:08:49 cgd Exp $ */
/*
@@ -13,11 +13,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/games/cribbage/extern.c b/games/cribbage/extern.c
index cbd2176f491..b0d51f56fbc 100644
--- a/games/cribbage/extern.c
+++ b/games/cribbage/extern.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.c,v 1.4 2001/08/10 23:50:22 pjanzen Exp $ */
+/* $OpenBSD: extern.c,v 1.5 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: extern.c,v 1.3 1995/03/21 15:08:50 cgd Exp $ */
/*-
@@ -13,11 +13,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/games/cribbage/instr.c b/games/cribbage/instr.c
index 391f36ba716..04c650fabc7 100644
--- a/games/cribbage/instr.c
+++ b/games/cribbage/instr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: instr.c,v 1.8 2001/07/09 07:04:28 deraadt Exp $ */
+/* $OpenBSD: instr.c,v 1.9 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: instr.c,v 1.5 1997/07/10 06:47:30 mikel Exp $ */
/*-
@@ -13,11 +13,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
-static char rcsid[] = "$OpenBSD: instr.c,v 1.8 2001/07/09 07:04:28 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: instr.c,v 1.9 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */
diff --git a/games/cribbage/io.c b/games/cribbage/io.c
index d0f51be1887..cc124a5ea60 100644
--- a/games/cribbage/io.c
+++ b/games/cribbage/io.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: io.c,v 1.8 2003/04/25 21:19:55 tdeval Exp $ */
+/* $OpenBSD: io.c,v 1.9 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: io.c,v 1.9 1997/07/09 06:25:47 phil Exp $ */
/*-
@@ -13,11 +13,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/games/cribbage/pathnames.h b/games/cribbage/pathnames.h
index f50cadd048a..e440aacf6f1 100644
--- a/games/cribbage/pathnames.h
+++ b/games/cribbage/pathnames.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pathnames.h,v 1.3 2001/01/28 23:41:40 niklas Exp $ */
+/* $OpenBSD: pathnames.h,v 1.4 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: pathnames.h,v 1.3 1995/03/21 15:08:56 cgd Exp $ */
/*-
@@ -13,11 +13,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/games/cribbage/score.c b/games/cribbage/score.c
index 3391410950e..a63e48afe08 100644
--- a/games/cribbage/score.c
+++ b/games/cribbage/score.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: score.c,v 1.5 2003/04/06 18:50:36 deraadt Exp $ */
+/* $OpenBSD: score.c,v 1.6 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: score.c,v 1.3 1995/03/21 15:08:57 cgd Exp $ */
/*-
@@ -13,11 +13,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
-static char rcsid[] = "$OpenBSD: score.c,v 1.5 2003/04/06 18:50:36 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: score.c,v 1.6 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */
diff --git a/games/cribbage/support.c b/games/cribbage/support.c
index 8541e9d941e..8b26bfc2d4c 100644
--- a/games/cribbage/support.c
+++ b/games/cribbage/support.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: support.c,v 1.6 2003/04/06 18:50:36 deraadt Exp $ */
+/* $OpenBSD: support.c,v 1.7 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: support.c,v 1.3 1995/03/21 15:08:59 cgd Exp $ */
/*-
@@ -13,11 +13,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
-static char rcsid[] = "$OpenBSD: support.c,v 1.6 2003/04/06 18:50:36 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: support.c,v 1.7 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */