]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 6 May 2011 23:47:05 +0000 (23:47 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 6 May 2011 23:47:05 +0000 (23:47 +0000)
bin/tests/system/smartsign/tests.sh
lib/dns/include/dns/dnssec.h

index 505209bf33de9882dd19c853617ae1104fd4a289..fd97a5f0dd60fd92ecba293ea07d2abcccc506be 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2011  Internet Systems Consortium, Inc. ("ISC")
 #
 # Permission to use, copy, modify, and/or distribute this software for any
 # purpose with or without fee is hereby granted, provided that the above
@@ -14,7 +14,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: tests.sh,v 1.6.70.1 2011/05/06 21:07:49 each Exp $
+# $Id: tests.sh,v 1.6.70.2 2011/05/06 23:47:04 tbox Exp $
 
 SYSTEMTESTTOP=..
 . $SYSTEMTESTTOP/conf.sh
index cc4b6b722bdff7fe1444c714a8cec22783f096d9..27204412709b78d7063795d47e3ee8f312ac5a4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: dnssec.h,v 1.42.178.1 2011/05/06 21:07:50 each Exp $ */
+/* $Id: dnssec.h,v 1.42.178.2 2011/05/06 23:47:05 tbox Exp $ */
 
 #ifndef DNS_DNSSEC_H
 #define DNS_DNSSEC_H 1
@@ -216,14 +216,14 @@ dns_dnssec_verifymessage(isc_buffer_t *source, dns_message_t *msg,
 
 isc_boolean_t
 dns_dnssec_selfsigns(dns_rdata_t *rdata, dns_name_t *name,
-                     dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
-                     isc_boolean_t ignoretime, isc_mem_t *mctx);
+                    dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
+                    isc_boolean_t ignoretime, isc_mem_t *mctx);
 
 
 isc_boolean_t
 dns_dnssec_signs(dns_rdata_t *rdata, dns_name_t *name,
-                 dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
-                 isc_boolean_t ignoretime, isc_mem_t *mctx);
+                dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset,
+                isc_boolean_t ignoretime, isc_mem_t *mctx);
 /*%<
  * Verify that 'rdataset' is validly signed in 'sigrdataset' by
  * the key in 'rdata'.