diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:08:27 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2003-06-02 21:08:27 +0000 |
commit | afe0ac8f7061ca77cd2bdf2896e6af3320109b78 (patch) | |
tree | de35048175629a6f22122d4d6bf0ec0c7033d96d /libexec/rpc.yppasswdd/yppasswdd_proc.c | |
parent | 90095260506212b62ce9491017ab33af663b71e1 (diff) |
remove clause 3 and 4. -moj
Diffstat (limited to 'libexec/rpc.yppasswdd/yppasswdd_proc.c')
-rw-r--r-- | libexec/rpc.yppasswdd/yppasswdd_proc.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/libexec/rpc.yppasswdd/yppasswdd_proc.c b/libexec/rpc.yppasswdd/yppasswdd_proc.c index 929b12bc3eb..8de2ec34458 100644 --- a/libexec/rpc.yppasswdd/yppasswdd_proc.c +++ b/libexec/rpc.yppasswdd/yppasswdd_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppasswdd_proc.c,v 1.8 2002/06/20 03:43:41 deraadt Exp $ */ +/* $OpenBSD: yppasswdd_proc.c,v 1.9 2003/06/02 21:08: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 char rcsid[] = "$OpenBSD: yppasswdd_proc.c,v 1.8 2002/06/20 03:43:41 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: yppasswdd_proc.c,v 1.9 2003/06/02 21:08:26 maja Exp $"; #endif #include <sys/types.h> |