]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Fri, 27 May 2016 23:45:23 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Fri, 27 May 2016 23:45:23 +0000 (23:45 +0000)
bin/tests/system/checkzone/tests.sh
bin/tests/system/checkzone/zones/crashzone.db
bin/tests/system/zero/ans5/ans.pl
bin/tests/system/zero/ns1/root.db
bin/tests/system/zero/tests.sh
lib/dns/rbtdb.c

index fd6e1946816db47db030949228d4f7675848534a..d5a04d2c4aee5ef003b2f10e4b9a38bc011ad36c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2016  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 2db3304853397aa3f07bb63447e964a4d225d92d..829d1b4dbb1b6f8a35902a7107d03cad4798de71 100644 (file)
@@ -1,3 +1,17 @@
+; Copyright (C) 2016  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
+; copyright notice and this permission notice appear in all copies.
+;
+; THE SOFTWARE IS PROVIDED "AS IS" AND ISC 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.
+
 dyn.example.net.       7200    IN SOA  ns1.example.net. hostmaster.example.net. (
                                        6  ; serial
                                        43200      ; refresh (12 hours)
index 9dfa18e44432293dcf95c2fcb30238c05c23b078..0d0fd318f9733ece7f8128b06b718ed7174cb59a 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 #
-# Copyright (C) 2015  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016  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 beb97cb693e56894fbad8beaef10b53f3657fa32..7a6c6672e24209a6ced315c6a4b916842936686c 100644 (file)
@@ -1,4 +1,4 @@
-; Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+; Copyright (C) 2013, 2016  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 da1d7cf94b851bf9c9954fc961fe949e168a4d10..7dd3d78cb2d7af4ac1547a84862991e081ec0d92 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2013, 2016  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 6b3e9ced94503bb3d195d879e4e92e8ac438d9d7..a0895deaaad17e33a690b46950d5330f6feda0d9 100644 (file)
@@ -6659,7 +6659,7 @@ addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
                if ((rdataset->attributes & DNS_RDATASETATTR_RESIGN) != 0) {
                        newheader->attributes |= RDATASET_ATTR_RESIGN;
                        newheader->resign =
-                                   dns_time64_from32(rdataset->resign) >> 1;
+                                   dns_time64_from32(rdataset->resign) >> 1;
                        newheader->resign_lsb = rdataset->resign & 0x1;
                } else {
                        newheader->resign = 0;