summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd/common/cmp.c
diff options
context:
space:
mode:
authormaja <maja@openbsd.org>2003-06-02 21:38:39 +0000
committermaja <maja@openbsd.org>2003-06-02 21:38:39 +0000
commit4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c (patch)
tree2ecb0cceb925b93701b43d38268a10d147ffc8c3 /usr.sbin/mopd/common/cmp.c
parentremove clause 3 and 4. -moj (diff)
downloadwireguard-openbsd-4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c.tar.xz
wireguard-openbsd-4deb52dcff2e9bc10d314b26fd14be5c3c8b9e6c.zip
remove clause 3 and 4. -moj
Diffstat (limited to 'usr.sbin/mopd/common/cmp.c')
-rw-r--r--usr.sbin/mopd/common/cmp.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/usr.sbin/mopd/common/cmp.c b/usr.sbin/mopd/common/cmp.c
index 1903adacede..dab8acf63a5 100644
--- a/usr.sbin/mopd/common/cmp.c
+++ b/usr.sbin/mopd/common/cmp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmp.c,v 1.4 2002/03/14 16:44:25 mpech Exp $ */
+/* $OpenBSD: cmp.c,v 1.5 2003/06/02 21:38:39 maja Exp $ */
/*
* Copyright (c) 1993-95 Mats O Jansson. All rights reserved.
@@ -11,11 +11,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 WARRANTIES
@@ -30,7 +25,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: cmp.c,v 1.4 2002/03/14 16:44:25 mpech Exp $";
+static char rcsid[] = "$OpenBSD: cmp.c,v 1.5 2003/06/02 21:38:39 maja Exp $";
#endif
#include "os.h"