]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 12 Feb 2014 23:46:27 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 12 Feb 2014 23:46:27 +0000 (23:46 +0000)
CHANGES
bin/dig/dig.docbook
lib/bind9/getaddresses.c
lib/dns/zone.c
lib/isc/include/Makefile.in
lib/isc/unix/Makefile.in
lib/isc/unix/include/Makefile.in
lib/isc/win32/Makefile.in
lib/isc/win32/include/Makefile.in
win32utils/index.html
win32utils/legacy/win32-build.txt

diff --git a/CHANGES b/CHANGES
index fb59c5f9cc92963953458cb2448bd1b0ca3cbce0..7cdfe56093495a75333e2d5739a04c8b4592db90 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,7 @@
 3736.  [bug]           nsupdate: When specifying a server by name,
                        fall back to alternate addresses if the first
                        address for that name is not reachable. [RT #25784]
-                       
+
 3735.  [cleanup]       Merged the libiscpk11 library into libisc
                        to simplify dependencies. [RT #35205]
 
index 1056355f1dee044b0f9c0f0281339228def5cbe6..d2c04394a5a6363f803f6bab4f42bf95a5f72f65 100644 (file)
@@ -2,7 +2,7 @@
                "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
               [<!ENTITY mdash "&#8212;">]>
 <!--
- - Copyright (C) 2004-2011, 2013  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2004-2011, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
  - Copyright (C) 2000-2003  Internet Software Consortium.
  -
  - Permission to use, copy, modify, and/or distribute this software for any
@@ -47,6 +47,7 @@
       <year>2010</year>
       <year>2011</year>
       <year>2013</year>
+      <year>2014</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
     <copyright>
index 5a1a3145c7cd117306057fb886c61a779b3a1bb2..c4f8decb572f75315d647cee598499ae9f882130 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001, 2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -107,7 +107,7 @@ bind9_getaddresses(const char *hostname, in_port_t port,
 
                                result = isc_netscope_pton(AF_INET6, d + 1,
                                                           &in6, &zone);
-                                   
+
                                if (result != ISC_R_SUCCESS)
                                        return (result);
 #else
index a91cc74cbf2f105e724d3a68e1e0dc3f6cffe29c..c0315c2e7210a83b17f302f3616029943e506b36 100644 (file)
@@ -13585,7 +13585,7 @@ save_nsec3param(dns_zone_t *zone, nsec3paramlist_t *nsec3list) {
                             nsec3p = next)
                        {
                                next = ISC_LIST_NEXT(nsec3p, link);
-                               
+
                                if (nsec3p->length == rdata.length + 1 &&
                                    memcmp(rdata.data, nsec3p->data + 1,
                                           nsec3p->length - 1) == 0) {
index c92ad459c7549cda70061ad4bae9cd0e8209d418..9fa7ffd89645491cb08a980c43c4061f0f45a17a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 0595fa220e79510e896ea1c3a753acc4d587595d..5a63cfe5d35043b83bf20eef27f653a29f5cde61 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 354e6c8baee56325403513d8496566f8a786dbd0..f050f9b5507cbb30d3cf3cb1f4667330f2a8ee43 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1998-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 756284aaeeed3fb7f3ae7d0483cdc8a5d7e0444a..97439a44a4e13ab43f0a95688af1f3bb48cf94c8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 78dac4d042924f0c3ff04b7e0be9267171c5fa90..9d370519fcfc60ea7e813224a81c6d762a94e831 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 1999-2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 19f90697442a69c7dcd8e5d55c73720b57c0b350..e43613d9bc6374910f782a128bb8f33548a851ba 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2006-2008, 2012, 2013  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2006-2008, 2012-2014  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 1ad956e71b76846190299969e4190ff265dfa013..e98fa6c2cd5c3c80c039818d9a7f813631d68132 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (C) 2004, 2005, 2008, 2009, 2012, 2013, 2014  Internet Systems Consortium, Inc. ("ISC")
+Copyright (C) 2004, 2005, 2008, 2009, 2012-2014  Internet Systems Consortium, Inc. ("ISC")
 Copyright (C) 2001, 2002  Internet Software Consortium.
 See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.