diff options
author | Tobias Weingartner <weingart@cvs.openbsd.org> | 2003-06-03 00:52:36 +0000 |
---|---|---|
committer | Tobias Weingartner <weingart@cvs.openbsd.org> | 2003-06-03 00:52:36 +0000 |
commit | e07110330ecc3676d2c7bf61b3d539655eb42571 (patch) | |
tree | e4d2ba0c416db78d640903de6d7a37f355c2bd88 /usr.sbin | |
parent | dfe295a53d463cdafc27b9f19aa06c877c1b516d (diff) |
Nuke terms 3 & 4 on my code.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/config/cmd.h | 7 | ||||
-rw-r--r-- | usr.sbin/config/misc.c | 9 | ||||
-rw-r--r-- | usr.sbin/config/misc.h | 7 |
3 files changed, 4 insertions, 19 deletions
diff --git a/usr.sbin/config/cmd.h b/usr.sbin/config/cmd.h index 384314b12ad..27fb528da12 100644 --- a/usr.sbin/config/cmd.h +++ b/usr.sbin/config/cmd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.h,v 1.6 2002/03/23 13:30:24 espie Exp $ */ +/* $OpenBSD: cmd.h,v 1.7 2003/06/03 00:52:35 weingart Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -12,11 +12,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 Tobias Weingartner. - * 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 diff --git a/usr.sbin/config/misc.c b/usr.sbin/config/misc.c index d8ba3948988..4a1143c26ac 100644 --- a/usr.sbin/config/misc.c +++ b/usr.sbin/config/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.2 2002/07/14 02:59:41 deraadt Exp $ */ +/* $OpenBSD: misc.c,v 1.3 2003/06/03 00:52:35 weingart Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -12,11 +12,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 Tobias Weingartner. - * 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 @@ -31,7 +26,7 @@ */ #ifndef LINT -static char rcsid[] = "$OpenBSD: misc.c,v 1.2 2002/07/14 02:59:41 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: misc.c,v 1.3 2003/06/03 00:52:35 weingart Exp $"; #endif #include <sys/types.h> diff --git a/usr.sbin/config/misc.h b/usr.sbin/config/misc.h index a5f5939eb78..691fe08b384 100644 --- a/usr.sbin/config/misc.h +++ b/usr.sbin/config/misc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.h,v 1.3 2002/02/16 21:28:01 millert Exp $ */ +/* $OpenBSD: misc.h,v 1.4 2003/06/03 00:52:35 weingart Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -12,11 +12,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 Tobias Weingartner. - * 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 |