diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:34 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:34 -0600 |
commit | 10df5197b0b46b9f8e34b3855e9373c00c63b5a9 (patch) | |
tree | 32a28233f6c673907ea50cffd23a2709c01de881 /lib/dns/hmac_link.c | |
parent | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (diff) | |
download | bind9-10df5197b0b46b9f8e34b3855e9373c00c63b5a9.tar.gz |
9.5.0a6
Diffstat (limited to 'lib/dns/hmac_link.c')
-rw-r--r-- | lib/dns/hmac_link.c | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/lib/dns/hmac_link.c b/lib/dns/hmac_link.c index 48c67fb0..a531e3df 100644 --- a/lib/dns/hmac_link.c +++ b/lib/dns/hmac_link.c @@ -1,6 +1,19 @@ /* - * Portions Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC") + * Portions Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Portions Copyright (C) 1999-2002 Internet Software Consortium. + * + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND ISC AND NETWORK ASSOCIATES DISCLAIMS + * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED + * WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE + * FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR + * IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * * Portions Copyright (C) 1995-2000 by Network Associates, Inc. * * Permission to use, copy, modify, and distribute this software for any @@ -18,7 +31,7 @@ /* * Principal Author: Brian Wellington - * $Id: hmac_link.c,v 1.6 2006/12/04 01:52:46 marka Exp $ + * $Id: hmac_link.c,v 1.8 2007/06/19 23:47:16 tbox Exp $ */ #include <config.h> |