diff options
Diffstat (limited to 'usr.sbin/ypserv/common')
-rw-r--r-- | usr.sbin/ypserv/common/ypdb.c | 3 | ||||
-rw-r--r-- | usr.sbin/ypserv/common/ypdb.h | 3 | ||||
-rw-r--r-- | usr.sbin/ypserv/common/ypdef.h | 10 |
3 files changed, 6 insertions, 10 deletions
diff --git a/usr.sbin/ypserv/common/ypdb.c b/usr.sbin/ypserv/common/ypdb.c index 924b9617064..7de9001e169 100644 --- a/usr.sbin/ypserv/common/ypdb.c +++ b/usr.sbin/ypserv/common/ypdb.c @@ -1,9 +1,8 @@ -/* $OpenBSD: ypdb.c,v 1.3 1996/05/30 09:53:01 deraadt Exp $ */ +/* $OpenBSD: ypdb.c,v 1.4 1996/06/26 21:26:33 maja Exp $ */ /* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. - * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. * * This code is derived from software contributed to Berkeley by diff --git a/usr.sbin/ypserv/common/ypdb.h b/usr.sbin/ypserv/common/ypdb.h index 368cc66f884..f645bf3b831 100644 --- a/usr.sbin/ypserv/common/ypdb.h +++ b/usr.sbin/ypserv/common/ypdb.h @@ -1,9 +1,8 @@ -/* $OpenBSD: ypdb.h,v 1.3 1996/05/30 09:53:01 deraadt Exp $ */ +/* $OpenBSD: ypdb.h,v 1.4 1996/06/26 21:26:34 maja Exp $ */ /* * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. - * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * All rights reserved. * * This code is derived from software contributed to Berkeley by diff --git a/usr.sbin/ypserv/common/ypdef.h b/usr.sbin/ypserv/common/ypdef.h index d7a16c6d8e9..b2c9d6892e8 100644 --- a/usr.sbin/ypserv/common/ypdef.h +++ b/usr.sbin/ypserv/common/ypdef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ypdef.h,v 1.3 1996/05/30 09:53:02 deraadt Exp $ */ +/* $OpenBSD: ypdef.h,v 1.4 1996/06/26 21:26:34 maja Exp $ */ /* * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> @@ -14,11 +14,9 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. + * 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 |