]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Wed, 24 Oct 2012 23:46:51 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Wed, 24 Oct 2012 23:46:51 +0000 (23:46 +0000)
bin/check/named-checkconf.c
bin/tests/system/ifconfig.sh
bin/tools/genrandom.c
lib/dns/rbt.c
lib/export/samples/sample-request.c
lib/isc/include/isc/sockaddr.h
lib/isc/inet_aton.c
lib/isc/ratelimiter.c
lib/lwres/context.c
lib/lwres/lwinetaton.c

index c951c5feedd140d253b1c0c5f0167e9bb3af3604..53e6091fb9938523be153e13582ee7b18b794a4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009-2012  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 e98ab524e683bc15f2a71367df115d9c89d35df7..c1db966d2e8c68789e7dd4c1801486facdd95ed8 100644 (file)
@@ -9,7 +9,7 @@
 #
 # 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,
+# 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
index 23597fad8d647755534eda68dffac7d8149a8337..0d7eb726d6de253a04b236ce304b85cb516b808d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009, 2010  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 6469361df1eb5cee46cb4b61a04c908a55b63cc4..53d5410432607b302e2b110990dd6bcffbba47c2 100644 (file)
@@ -537,7 +537,7 @@ serialize_nodes(FILE *file, dns_rbtnode_t *node, uintptr_t parent,
 
        if (node->data != NULL) {
                long ret;
-       
+
                ret = ftell(file);
                if (ret < 0)
                        return (ISC_R_FAILURE);
index c05a861eeb5ec6107eca3e7d0de3b32bbed52f0d..fd1ba4cef8e9ce6c0c4121ddfbf8ed0a27f21cf1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012  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 c774a419c4d72f2dc414e02a559fbd9660ca91bd..4d811dd64971d1043d506f74bcecfb95ed30213b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1998-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 78ece5ccc0ec555934f55dafea2363ba2c8b6294..66a108dc4274f87adc41a54ad21b6fe7f759601e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1996-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 9a819870a3cc3ad227ea99fb211ec5ea9b69211c..fc66e9f61efb4ffad90901bc0c084beadd6dd9ee 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -114,7 +114,7 @@ isc_ratelimiter_setinterval(isc_ratelimiter_t *rl, isc_interval_t *interval) {
        /*
         * If the timer is currently running, change its rate.
         */
-        if (rl->state == isc_ratelimiter_ratelimited) {
+       if (rl->state == isc_ratelimiter_ratelimited) {
                result = isc_timer_reset(rl->timer, isc_timertype_ticker, NULL,
                                         &rl->interval, ISC_FALSE);
        }
@@ -142,13 +142,13 @@ isc_ratelimiter_enqueue(isc_ratelimiter_t *rl, isc_task_t *task,
        REQUIRE(ev->ev_sender == NULL);
 
        LOCK(&rl->lock);
-        if (rl->state == isc_ratelimiter_ratelimited ||
+       if (rl->state == isc_ratelimiter_ratelimited ||
            rl->state == isc_ratelimiter_stalled) {
                isc_event_t *ev = *eventp;
                ev->ev_sender = task;
-                ISC_LIST_APPEND(rl->pending, ev, ev_link);
+               ISC_LIST_APPEND(rl->pending, ev, ev_link);
                *eventp = NULL;
-        } else if (rl->state == isc_ratelimiter_idle) {
+       } else if (rl->state == isc_ratelimiter_idle) {
                result = isc_timer_reset(rl->timer, isc_timertype_ticker, NULL,
                                         &rl->interval, ISC_FALSE);
                if (result == ISC_R_SUCCESS) {
@@ -177,7 +177,7 @@ ratelimiter_tick(isc_task_t *task, isc_event_t *event) {
        isc_event_free(&event);
 
        pertic = rl->pertic;
-        while (pertic != 0) {
+       while (pertic != 0) {
                pertic--;
                LOCK(&rl->lock);
                p = ISC_LIST_HEAD(rl->pending);
@@ -289,7 +289,7 @@ isc_ratelimiter_stall(isc_ratelimiter_t *rl) {
                break;
        case isc_ratelimiter_ratelimited:
                result = isc_timer_reset(rl->timer, isc_timertype_inactive,
-                                        NULL, NULL, ISC_FALSE);
+                                        NULL, NULL, ISC_FALSE);
                RUNTIME_CHECK(result == ISC_R_SUCCESS);
                /* FALLTHROUGH */
        case isc_ratelimiter_idle:
@@ -317,7 +317,7 @@ isc_ratelimiter_release(isc_ratelimiter_t *rl) {
                                                 &rl->interval, ISC_FALSE);
                        if (result == ISC_R_SUCCESS)
                                rl->state = isc_ratelimiter_ratelimited;
-               } else 
+               } else
                        rl->state = isc_ratelimiter_idle;
                break;
        case isc_ratelimiter_ratelimited:
index f8b9f8b95c649bf81a681fa5143752645f7bf86b..047707ffde46fe83c24d50ee11da6f6dbf2c7342 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 1d19f978bdeb3325cd5aa2a4ffaa239170012c29..5a0d85a365d6466b1e8a9d5fe77adae768f9f00e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
  * Portions Copyright (C) 1996-2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -120,7 +120,7 @@ lwres_net_aton(const char *cp, struct in_addr *addr) {
                        c = *++cp;
                        if (c == 'x' || c == 'X') {
                                base = 16;
-                               c = *++cp;
+                               c = *++cp;
                        } else {
                                base = 8;
                                digit = 1;