diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:19:04 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:19:04 +0000 |
commit | 01eabc1aa8aa1af73b60f001ec7693f92e155e4f (patch) | |
tree | 0988a60953e0dcccded28f46c972063878ea27f5 /usr.sbin/config/exec.c | |
parent | 3925fcc6b6f73c7748e0e799e6f5041d94940c2d (diff) |
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/config/exec.c')
-rw-r--r-- | usr.sbin/config/exec.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/config/exec.c b/usr.sbin/config/exec.c index 0c14e72c437..15bcd4808bf 100644 --- a/usr.sbin/config/exec.c +++ b/usr.sbin/config/exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.c,v 1.4 2002/09/06 21:10:20 henning Exp $ */ +/* $OpenBSD: exec.c,v 1.5 2003/06/02 21:19:03 maja Exp $ */ /* * Copyright (c) 1999 Mats O Jansson. All rights reserved. @@ -11,11 +11,6 @@ * 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 Mats O Jansson. - * 4. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES @@ -34,7 +29,7 @@ #include <stdio.h> #ifndef LINT -static char rcsid[] = "$OpenBSD: exec.c,v 1.4 2002/09/06 21:10:20 henning Exp $"; +static char rcsid[] = "$OpenBSD: exec.c,v 1.5 2003/06/02 21:19:03 maja Exp $"; #endif #ifdef AOUT_SUPPORT |