summaryrefslogtreecommitdiffstats
path: root/quiz
diff options
context:
space:
mode:
authoragc <agc@NetBSD.org>2003-08-07 09:36:50 +0000
committeragc <agc@NetBSD.org>2003-08-07 09:36:50 +0000
commitf12b51f99bbe8bb6ad7eca12b047ba9b46836ee6 (patch)
tree7635b4d89a5165fae2f434fd55d5aada779b2780 /quiz
parent777ce12ba55c91d9e55aeaace852e7eadac41c70 (diff)
downloadbsdgames-darwin-f12b51f99bbe8bb6ad7eca12b047ba9b46836ee6.tar.gz
bsdgames-darwin-f12b51f99bbe8bb6ad7eca12b047ba9b46836ee6.tar.zst
bsdgames-darwin-f12b51f99bbe8bb6ad7eca12b047ba9b46836ee6.zip
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22269, verified by myself.
Diffstat (limited to 'quiz')
-rw-r--r--quiz/pathnames.h8
-rw-r--r--quiz/quiz.68
-rw-r--r--quiz/quiz.c10
-rw-r--r--quiz/quiz.h8
-rw-r--r--quiz/rxp.c10
5 files changed, 12 insertions, 32 deletions
diff --git a/quiz/pathnames.h b/quiz/pathnames.h
index 4c0f0877..821cc29c 100644
--- a/quiz/pathnames.h
+++ b/quiz/pathnames.h
@@ -1,4 +1,4 @@
-/* $NetBSD: pathnames.h,v 1.4 1995/04/22 10:16:55 cgd Exp $ */
+/* $NetBSD: pathnames.h,v 1.5 2003/08/07 09:37:34 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/quiz/quiz.6 b/quiz/quiz.6
index 21410a4f..f7201e6a 100644
--- a/quiz/quiz.6
+++ b/quiz/quiz.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: quiz.6,v 1.9 2002/09/26 18:32:03 wiz Exp $
+.\" $NetBSD: quiz.6,v 1.10 2003/08/07 09:37:34 agc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -14,11 +14,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/quiz/quiz.c b/quiz/quiz.c
index 88f52a9b..a3e01436 100644
--- a/quiz/quiz.c
+++ b/quiz/quiz.c
@@ -1,4 +1,4 @@
-/* $NetBSD: quiz.c,v 1.18 2000/05/08 07:56:05 mycroft Exp $ */
+/* $NetBSD: quiz.c,v 1.19 2003/08/07 09:37:34 agc Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -16,11 +16,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.
*
@@ -47,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1991, 1993\n\
#if 0
static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: quiz.c,v 1.18 2000/05/08 07:56:05 mycroft Exp $");
+__RCSID("$NetBSD: quiz.c,v 1.19 2003/08/07 09:37:34 agc Exp $");
#endif
#endif /* not lint */
diff --git a/quiz/quiz.h b/quiz/quiz.h
index f8123b39..3bfe0445 100644
--- a/quiz/quiz.h
+++ b/quiz/quiz.h
@@ -1,4 +1,4 @@
-/* $NetBSD: quiz.h,v 1.5 1999/09/08 21:17:56 jsm Exp $ */
+/* $NetBSD: quiz.h,v 1.6 2003/08/07 09:37:34 agc Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -16,11 +16,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/quiz/rxp.c b/quiz/rxp.c
index 26c5951a..47c82d88 100644
--- a/quiz/rxp.c
+++ b/quiz/rxp.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rxp.c,v 1.10 2002/12/06 01:54:55 thorpej Exp $ */
+/* $NetBSD: rxp.c,v 1.11 2003/08/07 09:37:34 agc Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -16,11 +16,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.
*
@@ -42,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)rxp.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: rxp.c,v 1.10 2002/12/06 01:54:55 thorpej Exp $");
+__RCSID("$NetBSD: rxp.c,v 1.11 2003/08/07 09:37:34 agc Exp $");
#endif
#endif /* not lint */