diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:58:28 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:58:28 +0000 |
commit | 1148b461ffdacbef6a4bf118589e21ef56c0f82d (patch) | |
tree | adcf7ed8dd645be4a65cf97f93d10e6793637fc3 /usr.sbin/ypserv/stdhosts | |
parent | 986da52b79083984f2fc699126f592a8cd05c304 (diff) |
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/ypserv/stdhosts')
-rw-r--r-- | usr.sbin/ypserv/stdhosts/stdhosts.8 | 7 | ||||
-rw-r--r-- | usr.sbin/ypserv/stdhosts/stdhosts.c | 9 |
2 files changed, 3 insertions, 13 deletions
diff --git a/usr.sbin/ypserv/stdhosts/stdhosts.8 b/usr.sbin/ypserv/stdhosts/stdhosts.8 index 90ee9616c78..dd63aa1c8b1 100644 --- a/usr.sbin/ypserv/stdhosts/stdhosts.8 +++ b/usr.sbin/ypserv/stdhosts/stdhosts.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdhosts.8,v 1.9 2001/08/02 18:37:35 mpech Exp $ +.\" $OpenBSD: stdhosts.8,v 1.10 2003/06/02 21:58:26 maja Exp $ .\" .\" Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> .\" 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 diff --git a/usr.sbin/ypserv/stdhosts/stdhosts.c b/usr.sbin/ypserv/stdhosts/stdhosts.c index 00a1b40473f..21b9cda0291 100644 --- a/usr.sbin/ypserv/stdhosts/stdhosts.c +++ b/usr.sbin/ypserv/stdhosts/stdhosts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: stdhosts.c,v 1.10 2003/05/05 08:37:05 avsm Exp $ */ +/* $OpenBSD: stdhosts.c,v 1.11 2003/06/02 21:58:26 maja Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -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 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 @@ -32,7 +27,7 @@ */ #ifndef LINT -static const char rcsid[] = "$OpenBSD: stdhosts.c,v 1.10 2003/05/05 08:37:05 avsm Exp $"; +static const char rcsid[] = "$OpenBSD: stdhosts.c,v 1.11 2003/06/02 21:58:26 maja Exp $"; #endif #include <sys/types.h> |