]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 11 Dec 2013 23:47:38 +0000 (23:47 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 11 Dec 2013 23:47:38 +0000 (23:47 +0000)
bin/dnssec/dnssec-signzone.c
bin/tests/system/ecdsa/tests.sh
bin/tests/system/gost/tests.sh
lib/dns/include/dns/dnssec.h

index 3a10d63c3ee5c6c0ecde7e4074ff514cf93f9245..6737063908e102421e4fa2bffe007881a1aa58ec 100644 (file)
@@ -3059,7 +3059,7 @@ main(int argc, char *argv[]) {
        isc_boolean_t make_keyset = ISC_FALSE;
        isc_boolean_t set_salt = ISC_FALSE;
        isc_boolean_t set_optout = ISC_FALSE;
-       isc_boolean_t set_iter = ISC_FALSE;
+       isc_boolean_t set_iter = ISC_FALSE;
        isc_boolean_t nonsecify = ISC_FALSE;
 
        /* Unused letters: Bb G J M q Yy (and F is reserved). */
@@ -3358,7 +3358,7 @@ main(int argc, char *argv[]) {
        result = dst_lib_init2(mctx, ectx, engine, eflags);
        if (result != ISC_R_SUCCESS)
                fatal("could not initialize dst: %s",
-                     isc_result_totext(result)); 
+                     isc_result_totext(result));
        isc_stdtime_get(&now);
 
        if (startstr != NULL) {
index 994845a385bfc479671110a4973c4f5f9ebed8a8..0942618a225c34e90699582e102fbadf2bb46223 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2013  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
index 623afd9ff6b1045504023f142ab0f920e1abe53f..80093ca050b3430305ac6fa0d5306f731d9d8f29 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2013  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
index 0625e89c1eb4d27f3e40659db7ac47a4efc0117d..7202d99b5da94430f8eac4305996f964b5976e38 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -190,7 +190,7 @@ dns_dnssec_findzonekeys2(dns_db_t *db, dns_dbversion_t *ver,
 isc_boolean_t
 dns_dnssec_keyactive(dst_key_t *key, isc_stdtime_t now);
 /*%<
- *     
+ *
  *     Returns ISC_TRUE if 'key' is active as of the time specified
  *     in 'now' (i.e., if the activation date has passed, inactivation or
  *     deletion date has not yet been reached, and the key is not revoked