summaryrefslogtreecommitdiffstats
path: root/games/factor
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2003-06-03 03:01:37 +0000
committermillert <millert@openbsd.org>2003-06-03 03:01:37 +0000
commit7a09557bd4233ab544d99d01ec75547edc81d8cb (patch)
tree7606d10a2eb43b1e9562de70cc6dc4c8e2529416 /games/factor
parentRemove the advertising clause in the UCB license which Berkeley (diff)
downloadwireguard-openbsd-7a09557bd4233ab544d99d01ec75547edc81d8cb.tar.xz
wireguard-openbsd-7a09557bd4233ab544d99d01ec75547edc81d8cb.zip
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'games/factor')
-rw-r--r--games/factor/factor.68
-rw-r--r--games/factor/factor.c10
2 files changed, 5 insertions, 13 deletions
diff --git a/games/factor/factor.6 b/games/factor/factor.6
index 5aaaa4585ed..c5f27ab451c 100644
--- a/games/factor/factor.6
+++ b/games/factor/factor.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: factor.6,v 1.8 2001/08/19 23:19:46 pjanzen Exp $
+.\" $OpenBSD: factor.6,v 1.9 2003/06/03 03:01:39 millert Exp $
.\"
.\" Copyright (c) 1989, 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/games/factor/factor.c b/games/factor/factor.c
index 262e14bbac3..df52836a6b7 100644
--- a/games/factor/factor.c
+++ b/games/factor/factor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: factor.c,v 1.13 2002/05/31 03:40:00 pjanzen Exp $ */
+/* $OpenBSD: factor.c,v 1.14 2003/06/03 03:01:39 millert Exp $ */
/* $NetBSD: factor.c,v 1.5 1995/03/23 08:28:07 cgd Exp $ */
/*
@@ -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 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95";
#else
-static char rcsid[] = "$OpenBSD: factor.c,v 1.13 2002/05/31 03:40:00 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: factor.c,v 1.14 2003/06/03 03:01:39 millert Exp $";
#endif
#endif /* not lint */