]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 11 Apr 2013 23:45:23 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 11 Apr 2013 23:45:23 +0000 (23:45 +0000)
bin/named/unix/dlz_dlopen_driver.c
bin/tests/db_test.c
bin/tests/shutdown_test.c
bin/tests/sock_test.c
bin/tests/task_test.c
bin/tests/timer_test.c
lib/dns/client.c
lib/export/samples/nsprobe.c
lib/irs/getaddrinfo.c

index 5529f8d5846e41616a29ec473adcc2b6d10bc8a9..98dfc5a75ba1fbe602b7b2f022218b280eca2858 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
@@ -250,7 +250,7 @@ dlopen_dlz_create(const char *dlzname, unsigned int argc, char *argv[],
 
        /* Initialize the lock */
        result = isc_mutex_init(&cd->lock);
-       if (result != ISC_R_SUCCESS) 
+       if (result != ISC_R_SUCCESS)
                goto failed;
 
        /* Open the library */
index 6476b840f469134f9da13f3605eee0d1afdf3ed2..9dcf51311f360cd010f3953f4b1e7d682c3605e0 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-2001  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 1f2c2464f5f0274a731aa36792eb86aabd8405a1..e9d45a189737613b249bcb25e91520451dfd23f1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2011  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2011, 2013  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 f6d2a39222e86a344226859862b03cd57b7aeacd..82a7e77555d5e571cbf8c0359686dc20b8c69956 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007, 2008, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008, 2012, 2013  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 2e162b6d1e946ae95f96222e3cdc99d5941a192f..4a22ca4850a75f1c2d669c2b6f82f008a50ae040 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  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 cb5459ccf2102636431e0b1c3213193c1e69739b..06205b7db619d80d9dbb8fb1d732637d60523ce2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2013  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 807ccbb21f4de00fba354facc869c0f41ba96355..c4780f7bb01010913a69099cd852ab60b3a1f492 100644 (file)
@@ -2019,7 +2019,7 @@ resolveaddr_done(isc_task_t *task, isc_event_t *event) {
                                case AF_INET:
                                        dns_rdataset_current(rdataset, &rdata);
                                        result = dns_rdata_tostruct(&rdata, &rdata_a,
-                                                                   NULL);
+                                                                   NULL);
                                        RUNTIME_CHECK(result == ISC_R_SUCCESS);
                                        isc_sockaddr_fromin(sa,
                                                            &rdata_a.in_addr,
@@ -2029,7 +2029,7 @@ resolveaddr_done(isc_task_t *task, isc_event_t *event) {
                                case AF_INET6:
                                        dns_rdataset_current(rdataset, &rdata);
                                        result = dns_rdata_tostruct(&rdata, &rdata_aaaa,
-                                                                   NULL);
+                                                                   NULL);
                                        RUNTIME_CHECK(result == ISC_R_SUCCESS);
                                        isc_sockaddr_fromin6(sa,
                                                             &rdata_aaaa.in6_addr,
index 54cc7146c8dba6320fa79f25ac6d40fe14536efd..a97046e307e66b47be004e1aee5be817c566b3b3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 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 fc62da12ac82ac585f41e14ff40ed865c65650a7..1de540f2962e1d05049a3a8388f988eb7e9f89d1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2012, 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
@@ -785,7 +785,7 @@ process_answer(isc_task_t *task, isc_event_t *event) {
                                case AF_INET:
                                        dns_rdataset_current(rdataset, &rdata);
                                        result = dns_rdata_tostruct(&rdata, &rdata_a,
-                                                                   NULL);
+                                                                   NULL);
                                        RUNTIME_CHECK(result == ISC_R_SUCCESS);
                                        SIN(ai->ai_addr)->sin_port =
                                                resstate->head->ai_port;
@@ -796,7 +796,7 @@ process_answer(isc_task_t *task, isc_event_t *event) {
                                case AF_INET6:
                                        dns_rdataset_current(rdataset, &rdata);
                                        result = dns_rdata_tostruct(&rdata, &rdata_aaaa,
-                                                                   NULL);
+                                                                   NULL);
                                        RUNTIME_CHECK(result == ISC_R_SUCCESS);
                                        SIN6(ai->ai_addr)->sin6_port =
                                                resstate->head->ai_port;