diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-10 19:44:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-12-10 19:44:07 +0000 |
commit | e076e54f7fcb414ad64a4b3a0f9316a99c3e2318 (patch) | |
tree | 358f74b12a61204f5adbd6e3dabfb2d61ea8f5ea /usr.sbin | |
parent | cb9a30c0fd37c1f91abd1c8f08c310c33597e4f4 (diff) |
yppoll.c
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/yppoll/yppoll.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index cffdc31f8f7..901cce7ee53 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppoll.c,v 1.9 2003/09/06 04:05:26 deraadt Exp $ */ +/* $OpenBSD: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $ */ /* $NetBSD: yppoll.c,v 1.5 1996/05/13 02:46:36 thorpej Exp $ */ /* @@ -14,11 +14,7 @@ * 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 Theo de Raadt and - * John Brezak. - * 4. The name of the author may not be used to endorse or promote + * 3. The name of the author may not be used to endorse or promote * products derived from this software without specific prior written * permission. * @@ -36,7 +32,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppoll.c,v 1.9 2003/09/06 04:05:26 deraadt Exp $"; +static char rcsid[] = "$Id: yppoll.c,v 1.10 2003/12/10 19:44:06 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> |