summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/yptest/yptest.c
diff options
context:
space:
mode:
authorMats O Jansson <maja@cvs.openbsd.org>1996-06-26 21:26:42 +0000
committerMats O Jansson <maja@cvs.openbsd.org>1996-06-26 21:26:42 +0000
commitcb8c198b4a6127a5f9697741833314f2e870344e (patch)
treeb6a1f1ff4c06117c9b5a1bd8b9882d47e0b99e36 /usr.sbin/ypserv/yptest/yptest.c
parent848864e943f4ed4943129ce0f69b28176221fc0f (diff)
Same copyright all over, removed my name from ypdb.[ch], small bugfix
in ypserv_db.c /moj
Diffstat (limited to 'usr.sbin/ypserv/yptest/yptest.c')
-rw-r--r--usr.sbin/ypserv/yptest/yptest.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/ypserv/yptest/yptest.c b/usr.sbin/ypserv/yptest/yptest.c
index acc32390a6e..5bd286fe637 100644
--- a/usr.sbin/ypserv/yptest/yptest.c
+++ b/usr.sbin/ypserv/yptest/yptest.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $ */
+/* $OpenBSD: yptest.c,v 1.5 1996/06/26 21:26:40 maja Exp $ */
/*
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
@@ -12,9 +12,11 @@
* 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. The name of the author may not be used to endorse or promote
- * products derived from this software without specific prior written
- * permission.
+ * 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
@@ -30,7 +32,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: yptest.c,v 1.4 1996/05/30 09:53:33 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: yptest.c,v 1.5 1996/06/26 21:26:40 maja Exp $";
#endif
#include <stdio.h>