summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJakob Schlyter <jakob@cvs.openbsd.org>2003-05-14 22:51:58 +0000
committerJakob Schlyter <jakob@cvs.openbsd.org>2003-05-14 22:51:58 +0000
commit1cc6f609cd8da6f3df93cb3d1dcc3be06295999c (patch)
tree6d3ac7c4e9dd619f95ec01a6a76a3f89710063b5 /usr.bin
parentee694816d213c8601102c1ff52604460a30a1fa0 (diff)
update license, remove 3rd clause. ok author (me)
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/dns.c6
-rw-r--r--usr.bin/ssh/dns.h4
2 files changed, 3 insertions, 7 deletions
diff --git a/usr.bin/ssh/dns.c b/usr.bin/ssh/dns.c
index a97210d6ff5..ef4cea06570 100644
--- a/usr.bin/ssh/dns.c
+++ b/usr.bin/ssh/dns.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.c,v 1.1 2003/05/14 18:16:20 jakob Exp $ */
+/* $OpenBSD: dns.c,v 1.2 2003/05/14 22:51:56 jakob Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -12,8 +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. The name of the authors 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
@@ -46,7 +44,7 @@
#include "uuencode.h"
extern char *__progname;
-RCSID("$OpenBSD: dns.c,v 1.1 2003/05/14 18:16:20 jakob Exp $");
+RCSID("$OpenBSD: dns.c,v 1.2 2003/05/14 22:51:56 jakob Exp $");
#ifndef LWRES
static const char *errset_text[] = {
diff --git a/usr.bin/ssh/dns.h b/usr.bin/ssh/dns.h
index b31a106a403..d8899507d36 100644
--- a/usr.bin/ssh/dns.h
+++ b/usr.bin/ssh/dns.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dns.h,v 1.1 2003/05/14 18:16:20 jakob Exp $ */
+/* $OpenBSD: dns.h,v 1.2 2003/05/14 22:51:57 jakob Exp $ */
/*
* Copyright (c) 2003 Wesley Griffin. All rights reserved.
@@ -12,8 +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. 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