]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Thu, 11 Apr 2013 23:46:07 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 11 Apr 2013 23:46:07 +0000 (23:46 +0000)
16 files changed:
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/irs/getaddrinfo.c
lib/isc/unix/socket.c
lib/samples/Makefile-postinstall.in
lib/samples/nsprobe.c
lib/samples/resolve.c
lib/samples/sample-async.c
lib/samples/sample-gai.c
lib/samples/sample-request.c
lib/samples/sample-update.c

index 9b0f66cb384965bb537b64eddd9d252721293502..fae251631b885d283fcb3ad734d7441f19728415 100644 (file)
@@ -255,7 +255,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 4024bc59f798d623ef0d1e69cd1ced8b80a822dd..d3d8b4a54318e9d2cea17ac9c85bcaab3b405036 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 91bb0477f6a96d77342b1541a86879b7aefb4e9a..e0d6ae76aba7409f9bb3879fa371018532eee8ec 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 182ae21afe6a01236d1d07c3f4a99287930d73cb..fc551cf9dfe57d4c83d663a033206d58f168d863 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 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;
index 668fbcd1bafb775ace3a45c817e3f2f254e72e42..00881256af49c45682659f833e6892cb236ad183 100644 (file)
@@ -1341,7 +1341,7 @@ process_cmsg(isc__socket_t *sock, struct msghdr *msg, isc_socketevent_t *dev) {
                if (cmsgp->cmsg_level == IPPROTO_IP
                    && (cmsgp->cmsg_type == IP_TOS
 #ifdef IP_RECVTOS
-                       || cmsgp->cmsg_type == IP_RECVTOS
+                       || cmsgp->cmsg_type == IP_RECVTOS
 #endif
                        )) {
                        dev->dscp = (int) *(uint8_t *)CMSG_DATA(cmsgp);
index 5b1aafba724f437d1978226f00d6a531e70d5ecc..5a65539ec8203d3ca4a4787a6e5ccdbfc6c9ee17 100644 (file)
@@ -1,4 +1,4 @@
-# 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
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 f03c6910ad054365e6b02eb3d5a29e24e24f1d9c..935867e98b519b09fc393ac197ea70372b20cb2d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2012, 2013  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 e646e795e9ae7d03dc6d69dbecc317e102e4dacb..fe0cb6556b42eda0d2eb2a2f668c89c7be84a97c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009  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 1aa4c311c63f6fc92adc3231263adfdcef97f776..bcb9981688ca86e6cf730f8642b8e7680204a518 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
index 46629f03286064d4f9a279085cfc6d3190919f2b..fc212d440b1b19a553e78a8155838ca70d7ad35e 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
index aa20b587073c5b34aedbab9d6280dfb3bad95f02..c8c2790a16c96b04e56ddbb6eeb63d56e77769d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009, 2010, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2009, 2010, 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