diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 04:39:46 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 04:39:46 +0000 |
commit | 2eb4cf28f88aa1f7b5f43f8c38f105d42500dfb6 (patch) | |
tree | 4bef1043278dfb9743a9fcdca9166291f2d2b271 | |
parent | 9485e15532462718d0d1f32493d20a95a711a368 (diff) |
I'm a dork, I removed the 4th clause of the UCB license instead of
the 3rd one.
-rw-r--r-- | usr.sbin/cron/popen.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.sbin/cron/popen.c b/usr.sbin/cron/popen.c index 7baf392127f..62c3c569ff8 100644 --- a/usr.sbin/cron/popen.c +++ b/usr.sbin/cron/popen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: popen.c,v 1.18 2003/02/20 20:38:08 millert Exp $ */ +/* $OpenBSD: popen.c,v 1.19 2003/06/02 04:39:45 millert Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -15,10 +15,9 @@ * 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. + * 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. * * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -42,7 +41,7 @@ #if 0 static const sccsid[] = "@(#)popen.c 8.3 (Berkeley) 4/6/94"; #else -static const char rcsid[] = "$OpenBSD: popen.c,v 1.18 2003/02/20 20:38:08 millert Exp $"; +static const char rcsid[] = "$OpenBSD: popen.c,v 1.19 2003/06/02 04:39:45 millert Exp $"; #endif #endif /* not lint */ |