]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 21 Feb 2013 23:45:39 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 21 Feb 2013 23:45:39 +0000 (23:45 +0000)
21 files changed:
bin/named/xfrout.c
bin/tests/system/checkconf/bad-inline-slave.conf
lib/bind9/check.c
lib/dns/acl.c
lib/dns/byaddr.c
lib/dns/dbtable.c
lib/dns/diff.c
lib/dns/iptable.c
lib/dns/journal.c
lib/dns/keytable.c
lib/dns/lookup.c
lib/dns/rbt.c
lib/dns/tests/dnstest.c
lib/dns/tests/zonemgr_test.c
lib/isc/Makefile.in
lib/isc/include/isc/radix.h
lib/isc/log.c
lib/isc/pool.c
lib/isc/radix.c
lib/isc/tests/Makefile.in
lib/isc/tests/pool_test.c

index 72d3e2090754dc5958468c3832ef943a6094f1c9..95e43029352799676f41fda5b3eb57881506ff3a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 06d9cfd0707f0cb78d77758efb3a13cd2b7cbe9d..5979f628698e1c24161777ade5149cf0062bfcaa 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005, 2007, 2010-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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 95a124f569e337202f0049fcbd9929e235970f01..91f8bff13e95c20baa3a0f273deeb1915e97a8b7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2001-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -1801,7 +1801,7 @@ check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions,
                obj = NULL;
                res1 = cfg_map_get(zoptions, "inline-signing", &obj);
                if ((tresult != ISC_R_SUCCESS &&
-                   (ztype == MASTERZONE || ztype == HINTZONE)) || 
+                   (ztype == MASTERZONE || ztype == HINTZONE)) ||
                    (ztype == SLAVEZONE && res1 == ISC_R_SUCCESS)) {
                        cfg_obj_log(zconfig, logctx, ISC_LOG_ERROR,
                            "zone '%s': missing 'file' entry",
index a738b845305c814a7eb4ac89581a5a40f971933a..3221d30c2b52a0e0e387f2d14ee871b9f9af57a4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2009, 2011, 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
index 3fcfb3fd438326e88091f906c2fc23fe7e40a4da..eb05f9f80f37937c01e8abb52e396a72098923bc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2009, 2013  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 fac702fd094b9d026b6f78887332d7272f955c46..20092209d58d76e3eef0107b5cd4ee1564076373 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2013  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 283a74705a0ba361d95bb22a88c5a21501b620bf..ff60d462f3727b6324e95e9f068344278e728dd9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011, 2013  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 85c5b182471b73c13cf803a8e47070185626a4c0..701950533c9e6ab3d8fc693dd41bc4d6d2eabb7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2009, 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 137f0a632ce9d1593a79b7937ae783a8683ff52a..022a3e280f83292db0a73d6aa69b91d4b6a8d06b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2011, 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
index 153f02386ba966abb0dc19233c5b0509df9b4cb7..c49847f326ad7d181de58fbff643915e4b2c733d 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, 2013  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 9130216b852596238d418d6c421facb63ecdf3e8..9387a955cd3f7d311b256e141c6490158752f6ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2013  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
@@ -356,7 +356,7 @@ static void
 levent_destroy(isc_event_t *event) {
        dns_lookupevent_t *levent;
        isc_mem_t *mctx;
+
        REQUIRE(event->ev_type == DNS_EVENT_LOOKUPDONE);
        mctx = event->ev_destroy_arg;
        levent = (dns_lookupevent_t *)event;
index 435b28611782bd06c9c6479115eed177b8c9df41..7381b4a325b357b8958e311392bce975c6358e54 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007-2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 41641b36ed8b89504ae7479380f3514c3159f102..f06f526eb33e44dea536f462c89547aebac0158b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-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 3c277ac07f61363b2b0d384553c3fe8fd7c0da42..7decde0c9b75da3cdd35c5b0ababc5574e6f58cf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2011-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 8d4c6dc084b612dad30b6a183113c393800c556a..2624cd82634b29f67e11377a0edd8ca645468726 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004-2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004-2013  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 9aa942a2bd24c8b4b990db3d24e36f0c9338c2e6..47512c722885af69645ebb57667216a3723665ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007, 2008, 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 c19d127c62afb4f501cbf490c0643e93a5237ed6..024d97c6a9ff625c612404706f1796f9f20a8232 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2011-2013  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index e1ff02c576a1fa0d58252191a229084a5ab0cb06..509abcb418d480a4397fab88004986a7d11ff92a 100644 (file)
@@ -69,7 +69,7 @@ alloc_pool(isc_mem_t *mctx, unsigned int count, isc_pool_t **poolp) {
 }
 
 isc_result_t
-isc_pool_create(isc_mem_t *mctx, unsigned int count, 
+isc_pool_create(isc_mem_t *mctx, unsigned int count,
                   isc_pooldeallocator_t free,
                   isc_poolinitializer_t init, void *initarg,
                   isc_pool_t **poolp)
index 65fc4f4a60b02e10aa266e18c25610f3ff985a9a..35088788614ed44ac0d837c2d121ed119d42fc2a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2007-2009, 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2007-2009, 2011-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 41f1ceb49200356319ecfe1aae86b14f090918ce..a059f48c27a842da0bd5ea776f753c5245d5e5a6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-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 9d34fd2236fd3b9cd550d8afbd3e5e1fef77623e..9f7c156484c47a148215c88731fa9f21b8d3dd4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2011, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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