diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2007-05-29 21:11:11 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2007-05-29 21:11:11 +0000 |
commit | 8f20cbf8aa70c0146f0e45d710f02eb974ca66a5 (patch) | |
tree | cb71ad435e9772e9e25eb03bb9cc16c4212b28e1 /usr.sbin | |
parent | cfbb82b0dbaf3d9c8aa308fe9d8f0b0f173e2c08 (diff) |
Remove clause 3 and 4. Ok with Chuck. -moj
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ypserv/ypserv/ypserv_db.c | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/usr.sbin/ypserv/ypserv/ypserv_db.c b/usr.sbin/ypserv/ypserv/ypserv_db.c index d53977e1f02..ffcbe2a0cef 100644 --- a/usr.sbin/ypserv/ypserv/ypserv_db.c +++ b/usr.sbin/ypserv/ypserv/ypserv_db.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypserv_db.c,v 1.24 2007/05/27 20:15:04 pyr Exp $ */ +/* $OpenBSD: ypserv_db.c,v 1.25 2007/05/29 21:11:10 maja Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -13,12 +13,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 - * and Charles D. Cranor. - * 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 @@ -34,7 +28,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: ypserv_db.c,v 1.24 2007/05/27 20:15:04 pyr Exp $"; +static const char rcsid[] = "$OpenBSD: ypserv_db.c,v 1.25 2007/05/29 21:11:10 maja Exp $"; #endif /* |