diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-03 14:28:17 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-03 14:28:17 +0000 |
commit | 47b93419f757d3a538ff2136cae9617e07ea7389 (patch) | |
tree | 6d2bdb8880ed73b8c0be7470418c27ec534eb265 /sbin/isakmpd/dnssec.c | |
parent | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (diff) |
Remove clauses 3 and 4. With approval from Niklas Hallqvist and
Niels Provos.
Diffstat (limited to 'sbin/isakmpd/dnssec.c')
-rw-r--r-- | sbin/isakmpd/dnssec.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/isakmpd/dnssec.c b/sbin/isakmpd/dnssec.c index 327441950ec..bff607cdb37 100644 --- a/sbin/isakmpd/dnssec.c +++ b/sbin/isakmpd/dnssec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnssec.c,v 1.15 2003/06/03 12:51:38 ho Exp $ */ +/* $OpenBSD: dnssec.c,v 1.16 2003/06/03 14:28:16 ho Exp $ */ /* * Copyright (c) 2001 Håkan Olsson. All rights reserved. @@ -11,8 +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. 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 |