diff options
| author | agc <agc@NetBSD.org> | 2003-08-07 11:13:06 +0000 |
|---|---|---|
| committer | agc <agc@NetBSD.org> | 2003-08-07 11:13:06 +0000 |
| commit | 89aaa1bb64ba8db54daf131749fe578e804d9382 (patch) | |
| tree | 57ca36a9ec77286fc0094f173063d9b41f7f765b /usr.bin/vis | |
| parent | 075022b349321510ad14036d70908681ed02f117 (diff) | |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
Diffstat (limited to 'usr.bin/vis')
| -rw-r--r-- | usr.bin/vis/foldit.c | 10 | ||||
| -rw-r--r-- | usr.bin/vis/vis.1 | 8 | ||||
| -rw-r--r-- | usr.bin/vis/vis.c | 10 |
3 files changed, 8 insertions, 20 deletions
diff --git a/usr.bin/vis/foldit.c b/usr.bin/vis/foldit.c index 8ee11c197f2..748d0d29582 100644 --- a/usr.bin/vis/foldit.c +++ b/usr.bin/vis/foldit.c @@ -1,4 +1,4 @@ -/* $NetBSD: foldit.c,v 1.5 1997/10/20 03:06:47 lukem Exp $ */ +/* $NetBSD: foldit.c,v 1.6 2003/08/07 11:17:09 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[] = "@(#)foldit.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: foldit.c,v 1.5 1997/10/20 03:06:47 lukem Exp $"); +__RCSID("$NetBSD: foldit.c,v 1.6 2003/08/07 11:17:09 agc Exp $"); #endif /* not lint */ #include <stdio.h> diff --git a/usr.bin/vis/vis.1 b/usr.bin/vis/vis.1 index fb920ba4920..855b67b4123 100644 --- a/usr.bin/vis/vis.1 +++ b/usr.bin/vis/vis.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.1,v 1.10 2002/12/23 01:45:54 lukem Exp $ +.\" $NetBSD: vis.1,v 1.11 2003/08/07 11:17:09 agc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" 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/usr.bin/vis/vis.c b/usr.bin/vis/vis.c index 7bb5055ff79..35f05e053ae 100644 --- a/usr.bin/vis/vis.c +++ b/usr.bin/vis/vis.c @@ -1,4 +1,4 @@ -/* $NetBSD: vis.c,v 1.7 2002/12/23 01:45:54 lukem Exp $ */ +/* $NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $ */ /*- * Copyright (c) 1989, 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) 1989, 1993\n\ #if 0 static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93"; #endif -__RCSID("$NetBSD: vis.c,v 1.7 2002/12/23 01:45:54 lukem Exp $"); +__RCSID("$NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $"); #endif /* not lint */ #include <stdio.h> |
