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/mknetid/mknetid.c | |
parent | 986da52b79083984f2fc699126f592a8cd05c304 (diff) |
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/ypserv/mknetid/mknetid.c')
-rw-r--r-- | usr.sbin/ypserv/mknetid/mknetid.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/ypserv/mknetid/mknetid.c b/usr.sbin/ypserv/mknetid/mknetid.c index c046e34bd77..1cd3e52a22f 100644 --- a/usr.sbin/ypserv/mknetid/mknetid.c +++ b/usr.sbin/ypserv/mknetid/mknetid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mknetid.c,v 1.10 2003/05/05 08:37:05 avsm Exp $ */ +/* $OpenBSD: mknetid.c,v 1.11 2003/06/02 21:58:26 maja Exp $ */ /* * Copyright (c) 1996 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: mknetid.c,v 1.10 2003/05/05 08:37:05 avsm Exp $"; +static const char rcsid[] = "$OpenBSD: mknetid.c,v 1.11 2003/06/02 21:58:26 maja Exp $"; #endif #include <sys/param.h> |