]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Mon, 29 Sep 2014 23:45:24 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 29 Sep 2014 23:45:24 +0000 (23:45 +0000)
bin/tests/system/inline/ns2/named.conf
bin/tests/system/notify/clean.sh
bin/tests/system/notify/ns2/named.conf
bin/tests/system/notify/tests.sh
lib/dns/zone.c
lib/isc/include/isc/ratelimiter.h
lib/isc/ratelimiter.c

index 40017491939a27efbe4003b1db405cb5cd9f479a..538ff436fe9d96d583dc231e875a6cc331469588 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-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 fc2982b421cd7e0a55f8f661743db4c1aba3c7f2..7fadeefe571431762d69f81053dfba32a90da737 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 8727b73187bd0b1d1db7a6cf09d07edb0004eeca..1fe1086c631fbe6bd91407100d9dcefc12cc7a85 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2011, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 74bd2be4b0854d4ccd7821959dd4dda34b6eac0e..1e2d7b8143e2f70334b3d36161df08f40b8f075c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2011-2014  Internet Systems Consortium, Inc. ("ISC")
 # Copyright (C) 2000, 2001  Internet Software Consortium.
 #
 # Permission to use, copy, modify, and/or distribute this software for any
index 225735c83e6a864ff8cb4c260692b8f7b575467e..21711e1f79cea66743630ae1a072bb30e43b18d6 100644 (file)
@@ -4494,7 +4494,7 @@ zone_postload(dns_zone_t *zone, dns_db_t *db, isc_time_t loadtime,
                ZONEDB_UNLOCK(&zone->dblock, isc_rwlocktype_write);
                DNS_ZONE_SETFLAG(zone,
                                 DNS_ZONEFLG_LOADED|
-                                DNS_ZONEFLG_NEEDSTARTUPNOTIFY);
+                                DNS_ZONEFLG_NEEDSTARTUPNOTIFY);
                if (DNS_ZONE_FLAG(zone, DNS_ZONEFLG_SENDSECURE) &&
                    inline_raw(zone))
                {
@@ -10016,7 +10016,7 @@ dns_zone_setmaxretrytime(dns_zone_t *zone, isc_uint32_t val) {
 
 static isc_boolean_t
 notify_isqueued(dns_zone_t *zone, unsigned int flags, dns_name_t *name,
-               isc_sockaddr_t *addr)
+               isc_sockaddr_t *addr)
 {
        dns_notify_t *notify;
        dns_zonemgr_t *zmgr;
index 670a1274b85e960e79d6c3bd528a2b632b5dab81..288b8ef28a38fa819c6e471fc4640a99db2b6207 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 0273b8137006bee3d9a0279889ac54c756ef49e3..31f6f3f5b4279f59ea622b4a6b7a099da3b4faba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -298,7 +298,7 @@ isc_ratelimiter_detach(isc_ratelimiter_t **rlp) {
        REQUIRE(rlp != NULL && *rlp != NULL);
 
        rl = *rlp;
-       
+
        LOCK(&rl->lock);
        REQUIRE(rl->refs > 0);
        rl->refs--;