From d2c890ab6a447adfc2f1229cbe28c697ec1ade9a Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 25 Feb 2014 14:23:19 +0100 Subject: [PATCH] Fill in place holder. s/the name of the /the names of the copyright holders/g --- LICENSE | 2 +- Makefile.in | 2 +- configure.ac | 2 +- doc/Makefile.in | 2 +- doc/getdns_address.3.in | 2 +- doc/getdns_cancel_callback.3.in | 2 +- doc/getdns_context.3.in | 2 +- doc/getdns_context_set.3.in | 2 +- doc/getdns_convert.3.in | 2 +- doc/getdns_dict.3.in | 2 +- doc/getdns_dict_get.3.in | 2 +- doc/getdns_dict_set.3.in | 2 +- doc/getdns_free_sync_request_memory.3.in | 2 +- doc/getdns_general.3.in | 2 +- doc/getdns_hostname.3.in | 2 +- doc/getdns_list.3.in | 2 +- doc/getdns_list_get.3.in | 2 +- doc/getdns_list_set.3.in | 2 +- doc/getdns_service.3.in | 2 +- doc/libgetdns.3.in | 2 +- doc/manpgaltnames | 2 +- src/Doxyfile.in | 2 +- src/Makefile.in | 2 +- src/const-info.h | 2 +- src/context.c | 2 +- src/context.h | 2 +- src/convert.c | 2 +- src/dict.c | 2 +- src/dict.h | 2 +- src/dnssec.c | 2 +- src/dnssec.h | 2 +- src/example/Makefile.in | 2 +- src/example/getdns_core_only.h | 2 +- src/example/getdns_libevent.h | 2 +- src/extension/libev.c | 2 +- src/extension/libevent.c | 2 +- src/extension/libuv.c | 2 +- src/general.c | 2 +- src/general.h | 2 +- src/getdns/getdns.h.in | 2 +- src/getdns/getdns_ext_libev.h | 2 +- src/getdns/getdns_ext_libevent.h | 2 +- src/getdns/getdns_ext_libuv.h | 2 +- src/getdns/getdns_extra.h | 2 +- src/getdns_error.c | 2 +- src/getdns_error.h | 2 +- src/hostname.c | 2 +- src/list.c | 2 +- src/list.h | 2 +- src/request-internal.c | 2 +- src/rr-dict.c | 2 +- src/rr-dict.h | 2 +- src/service.c | 2 +- src/sync.c | 2 +- src/test/Makefile.in | 2 +- src/test/check_getdns.c | 2 +- src/test/check_getdns_address.h | 2 +- src/test/check_getdns_address_sync.h | 2 +- src/test/check_getdns_cancel_callback.h | 2 +- src/test/check_getdns_common.c | 2 +- src/test/check_getdns_common.h | 2 +- src/test/check_getdns_context_create.h | 2 +- src/test/check_getdns_context_destroy.h | 2 +- src/test/check_getdns_context_set_context_update_callback.h | 2 +- src/test/check_getdns_context_set_dns_transport.h | 2 +- src/test/check_getdns_context_set_timeout.c | 2 +- src/test/check_getdns_context_set_timeout.h | 2 +- src/test/check_getdns_context_set_upstream_recursive_servers.h | 2 +- src/test/check_getdns_convert_alabel_to_ulabel.h | 2 +- src/test/check_getdns_convert_ulabel_to_alabel.h | 2 +- src/test/check_getdns_dict_destroy.h | 2 +- src/test/check_getdns_dict_get_bindata.h | 2 +- src/test/check_getdns_dict_get_data_type.h | 2 +- src/test/check_getdns_dict_get_dict.h | 2 +- src/test/check_getdns_dict_get_int.h | 2 +- src/test/check_getdns_dict_get_list.h | 2 +- src/test/check_getdns_dict_get_names.h | 2 +- src/test/check_getdns_dict_set_bindata.h | 2 +- src/test/check_getdns_dict_set_dict.h | 2 +- src/test/check_getdns_dict_set_int.h | 2 +- src/test/check_getdns_dict_set_list.h | 2 +- src/test/check_getdns_display_ip_address.h | 2 +- src/test/check_getdns_eventloop.h | 2 +- src/test/check_getdns_general.h | 2 +- src/test/check_getdns_general_sync.h | 2 +- src/test/check_getdns_hostname.h | 2 +- src/test/check_getdns_hostname_sync.h | 2 +- src/test/check_getdns_libev.c | 2 +- src/test/check_getdns_libevent.c | 2 +- src/test/check_getdns_libevent.h | 2 +- src/test/check_getdns_libuv.c | 2 +- src/test/check_getdns_list_get_bindata.h | 2 +- src/test/check_getdns_list_get_data_type.h | 2 +- src/test/check_getdns_list_get_dict.h | 2 +- src/test/check_getdns_list_get_int.h | 2 +- src/test/check_getdns_list_get_length.h | 2 +- src/test/check_getdns_list_get_list.h | 2 +- src/test/check_getdns_pretty_print_dict.h | 2 +- src/test/check_getdns_selectloop.c | 2 +- src/test/check_getdns_service.h | 2 +- src/test/check_getdns_service_sync.h | 2 +- src/test/testmessages.c | 2 +- src/test/testmessages.h | 2 +- src/test/tests_dict.c | 2 +- src/test/tests_dnssec.c | 2 +- src/test/tests_list.c | 2 +- src/test/tests_stub_async.c | 2 +- src/test/tests_stub_sync.c | 2 +- src/test/testscript.sh | 2 +- src/types-internal.h | 2 +- src/util-internal.c | 2 +- src/util-internal.h | 2 +- 112 files changed, 112 insertions(+), 112 deletions(-) diff --git a/LICENSE b/LICENSE index a6aad797..996a8c79 100644 --- a/LICENSE +++ b/LICENSE @@ -8,7 +8,7 @@ modification, are permitted provided that the following conditions are met: * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. -* Neither the name of the nor the +* Neither the names of the copyright holders nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff --git a/Makefile.in b/Makefile.in index 2f31c45e..a55ff447 100644 --- a/Makefile.in +++ b/Makefile.in @@ -12,7 +12,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/configure.ac b/configure.ac index 751cb6a1..29f7eca3 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/doc/Makefile.in b/doc/Makefile.in index fc38a575..d5c6327e 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -12,7 +12,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/doc/getdns_address.3.in b/doc/getdns_address.3.in index e850ec4f..1350cc66 100644 --- a/doc/getdns_address.3.in +++ b/doc/getdns_address.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_cancel_callback.3.in b/doc/getdns_cancel_callback.3.in index 9296e438..86d59ac9 100644 --- a/doc/getdns_cancel_callback.3.in +++ b/doc/getdns_cancel_callback.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_context.3.in b/doc/getdns_context.3.in index 6a30f1a3..77a1bf71 100644 --- a/doc/getdns_context.3.in +++ b/doc/getdns_context.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_context_set.3.in b/doc/getdns_context_set.3.in index 961df7e5..cc76f0f3 100644 --- a/doc/getdns_context_set.3.in +++ b/doc/getdns_context_set.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_convert.3.in b/doc/getdns_convert.3.in index 91d5c395..8434fd5e 100644 --- a/doc/getdns_convert.3.in +++ b/doc/getdns_convert.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_dict.3.in b/doc/getdns_dict.3.in index 3592fc02..3d6adc96 100644 --- a/doc/getdns_dict.3.in +++ b/doc/getdns_dict.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_dict_get.3.in b/doc/getdns_dict_get.3.in index a975cf7c..fe70f5db 100644 --- a/doc/getdns_dict_get.3.in +++ b/doc/getdns_dict_get.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_dict_set.3.in b/doc/getdns_dict_set.3.in index fcdd8ad1..23424daa 100644 --- a/doc/getdns_dict_set.3.in +++ b/doc/getdns_dict_set.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_free_sync_request_memory.3.in b/doc/getdns_free_sync_request_memory.3.in index f3b39983..baaad3a7 100644 --- a/doc/getdns_free_sync_request_memory.3.in +++ b/doc/getdns_free_sync_request_memory.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_general.3.in b/doc/getdns_general.3.in index 27e4cd42..3be1106c 100644 --- a/doc/getdns_general.3.in +++ b/doc/getdns_general.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_hostname.3.in b/doc/getdns_hostname.3.in index 59029dcc..b6873e0f 100644 --- a/doc/getdns_hostname.3.in +++ b/doc/getdns_hostname.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_list.3.in b/doc/getdns_list.3.in index 42036462..7970abeb 100644 --- a/doc/getdns_list.3.in +++ b/doc/getdns_list.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_list_get.3.in b/doc/getdns_list_get.3.in index c137b6a5..95689c72 100644 --- a/doc/getdns_list_get.3.in +++ b/doc/getdns_list_get.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_list_set.3.in b/doc/getdns_list_set.3.in index edfb8617..7b39ac30 100644 --- a/doc/getdns_list_set.3.in +++ b/doc/getdns_list_set.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/getdns_service.3.in b/doc/getdns_service.3.in index ddaa50da..7d1d0628 100644 --- a/doc/getdns_service.3.in +++ b/doc/getdns_service.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/libgetdns.3.in b/doc/libgetdns.3.in index 213ff9f3..869ff16c 100644 --- a/doc/libgetdns.3.in +++ b/doc/libgetdns.3.in @@ -10,7 +10,7 @@ .\" * Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" * Neither the name of the nor the +.\" * Neither the names of the copyright holders nor the .\" names of its contributors may be used to endorse or promote products .\" derived from this software without specific prior written permission. .\" diff --git a/doc/manpgaltnames b/doc/manpgaltnames index b815a00b..6976a956 100755 --- a/doc/manpgaltnames +++ b/doc/manpgaltnames @@ -12,7 +12,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/Doxyfile.in b/src/Doxyfile.in index 31d8e8af..9696e18e 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -9,7 +9,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/Makefile.in b/src/Makefile.in index 429b5440..baf423bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -11,7 +11,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/const-info.h b/src/const-info.h index 450c7159..217b4a9d 100644 --- a/src/const-info.h +++ b/src/const-info.h @@ -20,7 +20,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/context.c b/src/context.c index 818bab8b..92e355bd 100644 --- a/src/context.c +++ b/src/context.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/context.h b/src/context.h index bc832e82..6ccc5164 100644 --- a/src/context.h +++ b/src/context.h @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/convert.c b/src/convert.c index b0fc7407..1f2940c2 100644 --- a/src/convert.c +++ b/src/convert.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/dict.c b/src/dict.c index b48b0224..66218619 100644 --- a/src/dict.c +++ b/src/dict.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/dict.h b/src/dict.h index 0e1b9a9e..29678c9b 100644 --- a/src/dict.h +++ b/src/dict.h @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/dnssec.c b/src/dnssec.c index d92fb879..28692f59 100644 --- a/src/dnssec.c +++ b/src/dnssec.c @@ -19,7 +19,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/dnssec.h b/src/dnssec.h index d1f46af7..e71030ab 100644 --- a/src/dnssec.h +++ b/src/dnssec.h @@ -19,7 +19,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/example/Makefile.in b/src/example/Makefile.in index 2cfaf398..00946564 100644 --- a/src/example/Makefile.in +++ b/src/example/Makefile.in @@ -11,7 +11,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/example/getdns_core_only.h b/src/example/getdns_core_only.h index 63636b64..bf04c851 100644 --- a/src/example/getdns_core_only.h +++ b/src/example/getdns_core_only.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/example/getdns_libevent.h b/src/example/getdns_libevent.h index a840df9a..48ea402e 100644 --- a/src/example/getdns_libevent.h +++ b/src/example/getdns_libevent.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/extension/libev.c b/src/extension/libev.c index a2289fbd..4a506ee7 100644 --- a/src/extension/libev.c +++ b/src/extension/libev.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/extension/libevent.c b/src/extension/libevent.c index c50b5a0f..133c259d 100644 --- a/src/extension/libevent.c +++ b/src/extension/libevent.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/extension/libuv.c b/src/extension/libuv.c index 1921e046..9f6eac62 100644 --- a/src/extension/libuv.c +++ b/src/extension/libuv.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/general.c b/src/general.c index 37372983..721e91ab 100644 --- a/src/general.c +++ b/src/general.c @@ -19,7 +19,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/general.h b/src/general.h index 8629198e..b533d8bd 100644 --- a/src/general.h +++ b/src/general.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns/getdns.h.in b/src/getdns/getdns.h.in index 76c0f468..fed905a4 100644 --- a/src/getdns/getdns.h.in +++ b/src/getdns/getdns.h.in @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns/getdns_ext_libev.h b/src/getdns/getdns_ext_libev.h index fd30a3df..d867f085 100644 --- a/src/getdns/getdns_ext_libev.h +++ b/src/getdns/getdns_ext_libev.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns/getdns_ext_libevent.h b/src/getdns/getdns_ext_libevent.h index c80aeddb..ae108135 100644 --- a/src/getdns/getdns_ext_libevent.h +++ b/src/getdns/getdns_ext_libevent.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns/getdns_ext_libuv.h b/src/getdns/getdns_ext_libuv.h index 66f6e545..f2819cb6 100644 --- a/src/getdns/getdns_ext_libuv.h +++ b/src/getdns/getdns_ext_libuv.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns/getdns_extra.h b/src/getdns/getdns_extra.h index 1bf3b1e3..eeba17dd 100644 --- a/src/getdns/getdns_extra.h +++ b/src/getdns/getdns_extra.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns_error.c b/src/getdns_error.c index fd488e5c..5dedc01a 100644 --- a/src/getdns_error.c +++ b/src/getdns_error.c @@ -15,7 +15,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/getdns_error.h b/src/getdns_error.h index cf1833a3..aa492fac 100644 --- a/src/getdns_error.h +++ b/src/getdns_error.h @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/hostname.c b/src/hostname.c index 6daa057d..1cba1cbd 100644 --- a/src/hostname.c +++ b/src/hostname.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/list.c b/src/list.c index 395d6e83..ff903fa6 100644 --- a/src/list.c +++ b/src/list.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/list.h b/src/list.h index 61de3ea8..4d9d91ad 100644 --- a/src/list.h +++ b/src/list.h @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/request-internal.c b/src/request-internal.c index 9bf48c5f..f32761c7 100644 --- a/src/request-internal.c +++ b/src/request-internal.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/rr-dict.c b/src/rr-dict.c index 1cc424e3..bfa74970 100644 --- a/src/rr-dict.c +++ b/src/rr-dict.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/rr-dict.h b/src/rr-dict.h index 8e5ede5d..abb7463e 100644 --- a/src/rr-dict.h +++ b/src/rr-dict.h @@ -13,7 +13,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/service.c b/src/service.c index f48a0c67..b1e8ff2f 100644 --- a/src/service.c +++ b/src/service.c @@ -18,7 +18,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/sync.c b/src/sync.c index c8aed42b..3f89c01d 100644 --- a/src/sync.c +++ b/src/sync.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/Makefile.in b/src/test/Makefile.in index 611c8d80..173a8115 100644 --- a/src/test/Makefile.in +++ b/src/test/Makefile.in @@ -11,7 +11,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/test/check_getdns.c b/src/test/check_getdns.c index cf6a5967..4967a79d 100644 --- a/src/test/check_getdns.c +++ b/src/test/check_getdns.c @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_address.h b/src/test/check_getdns_address.h index 71de4d77..1472dfa9 100644 --- a/src/test/check_getdns_address.h +++ b/src/test/check_getdns_address.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_address_sync.h b/src/test/check_getdns_address_sync.h index b8ccd1f1..9c4877f0 100644 --- a/src/test/check_getdns_address_sync.h +++ b/src/test/check_getdns_address_sync.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_cancel_callback.h b/src/test/check_getdns_cancel_callback.h index a3258db8..7ad31b46 100644 --- a/src/test/check_getdns_cancel_callback.h +++ b/src/test/check_getdns_cancel_callback.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_common.c b/src/test/check_getdns_common.c index f73efee1..e0be357d 100644 --- a/src/test/check_getdns_common.c +++ b/src/test/check_getdns_common.c @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_common.h b/src/test/check_getdns_common.h index c889fffe..81cbf0a6 100644 --- a/src/test/check_getdns_common.h +++ b/src/test/check_getdns_common.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_create.h b/src/test/check_getdns_context_create.h index 62fd077c..eb965200 100644 --- a/src/test/check_getdns_context_create.h +++ b/src/test/check_getdns_context_create.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_destroy.h b/src/test/check_getdns_context_destroy.h index b7ad3346..7a836dd2 100644 --- a/src/test/check_getdns_context_destroy.h +++ b/src/test/check_getdns_context_destroy.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_set_context_update_callback.h b/src/test/check_getdns_context_set_context_update_callback.h index 8f0295ed..67bfc928 100644 --- a/src/test/check_getdns_context_set_context_update_callback.h +++ b/src/test/check_getdns_context_set_context_update_callback.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_set_dns_transport.h b/src/test/check_getdns_context_set_dns_transport.h index b1481b23..32be8234 100644 --- a/src/test/check_getdns_context_set_dns_transport.h +++ b/src/test/check_getdns_context_set_dns_transport.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_set_timeout.c b/src/test/check_getdns_context_set_timeout.c index 37f371d6..6321b376 100644 --- a/src/test/check_getdns_context_set_timeout.c +++ b/src/test/check_getdns_context_set_timeout.c @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_set_timeout.h b/src/test/check_getdns_context_set_timeout.h index b9b32c07..6aabb198 100644 --- a/src/test/check_getdns_context_set_timeout.h +++ b/src/test/check_getdns_context_set_timeout.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_context_set_upstream_recursive_servers.h b/src/test/check_getdns_context_set_upstream_recursive_servers.h index e8982e93..8868a22e 100644 --- a/src/test/check_getdns_context_set_upstream_recursive_servers.h +++ b/src/test/check_getdns_context_set_upstream_recursive_servers.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_convert_alabel_to_ulabel.h b/src/test/check_getdns_convert_alabel_to_ulabel.h index deda7980..b58ef41e 100644 --- a/src/test/check_getdns_convert_alabel_to_ulabel.h +++ b/src/test/check_getdns_convert_alabel_to_ulabel.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_convert_ulabel_to_alabel.h b/src/test/check_getdns_convert_ulabel_to_alabel.h index ceb12a4a..3af671f8 100644 --- a/src/test/check_getdns_convert_ulabel_to_alabel.h +++ b/src/test/check_getdns_convert_ulabel_to_alabel.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_destroy.h b/src/test/check_getdns_dict_destroy.h index 3f745b70..1d252770 100644 --- a/src/test/check_getdns_dict_destroy.h +++ b/src/test/check_getdns_dict_destroy.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_bindata.h b/src/test/check_getdns_dict_get_bindata.h index 4be3aa40..60366983 100644 --- a/src/test/check_getdns_dict_get_bindata.h +++ b/src/test/check_getdns_dict_get_bindata.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_data_type.h b/src/test/check_getdns_dict_get_data_type.h index 4ef5060b..b0f3d5ce 100644 --- a/src/test/check_getdns_dict_get_data_type.h +++ b/src/test/check_getdns_dict_get_data_type.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_dict.h b/src/test/check_getdns_dict_get_dict.h index d2e1f435..988bab29 100644 --- a/src/test/check_getdns_dict_get_dict.h +++ b/src/test/check_getdns_dict_get_dict.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_int.h b/src/test/check_getdns_dict_get_int.h index 3a9f4338..39c47769 100644 --- a/src/test/check_getdns_dict_get_int.h +++ b/src/test/check_getdns_dict_get_int.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_list.h b/src/test/check_getdns_dict_get_list.h index eca51b98..1c81364f 100644 --- a/src/test/check_getdns_dict_get_list.h +++ b/src/test/check_getdns_dict_get_list.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_get_names.h b/src/test/check_getdns_dict_get_names.h index 777eb5f7..46f06f0a 100644 --- a/src/test/check_getdns_dict_get_names.h +++ b/src/test/check_getdns_dict_get_names.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_set_bindata.h b/src/test/check_getdns_dict_set_bindata.h index 90bd620d..ac51c3a5 100644 --- a/src/test/check_getdns_dict_set_bindata.h +++ b/src/test/check_getdns_dict_set_bindata.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_set_dict.h b/src/test/check_getdns_dict_set_dict.h index e79a3d76..02f92a71 100644 --- a/src/test/check_getdns_dict_set_dict.h +++ b/src/test/check_getdns_dict_set_dict.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_set_int.h b/src/test/check_getdns_dict_set_int.h index 289d89c6..543b31ab 100644 --- a/src/test/check_getdns_dict_set_int.h +++ b/src/test/check_getdns_dict_set_int.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_dict_set_list.h b/src/test/check_getdns_dict_set_list.h index ab800d5e..e88fdb72 100644 --- a/src/test/check_getdns_dict_set_list.h +++ b/src/test/check_getdns_dict_set_list.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_display_ip_address.h b/src/test/check_getdns_display_ip_address.h index 37cee463..cc3694f6 100644 --- a/src/test/check_getdns_display_ip_address.h +++ b/src/test/check_getdns_display_ip_address.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_eventloop.h b/src/test/check_getdns_eventloop.h index 23a4b52a..91891569 100644 --- a/src/test/check_getdns_eventloop.h +++ b/src/test/check_getdns_eventloop.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_general.h b/src/test/check_getdns_general.h index 49c0649b..d9f5f74b 100644 --- a/src/test/check_getdns_general.h +++ b/src/test/check_getdns_general.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_general_sync.h b/src/test/check_getdns_general_sync.h index 44779cd6..ecd1645a 100644 --- a/src/test/check_getdns_general_sync.h +++ b/src/test/check_getdns_general_sync.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_hostname.h b/src/test/check_getdns_hostname.h index a6d9cc4a..1645d89e 100644 --- a/src/test/check_getdns_hostname.h +++ b/src/test/check_getdns_hostname.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_hostname_sync.h b/src/test/check_getdns_hostname_sync.h index 1e019e3c..ca40dc93 100644 --- a/src/test/check_getdns_hostname_sync.h +++ b/src/test/check_getdns_hostname_sync.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_libev.c b/src/test/check_getdns_libev.c index 689a36ff..49be53bc 100644 --- a/src/test/check_getdns_libev.c +++ b/src/test/check_getdns_libev.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_libevent.c b/src/test/check_getdns_libevent.c index d2b1ef84..e9bf2988 100644 --- a/src/test/check_getdns_libevent.c +++ b/src/test/check_getdns_libevent.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_libevent.h b/src/test/check_getdns_libevent.h index e2ee023a..cc60e04d 100644 --- a/src/test/check_getdns_libevent.h +++ b/src/test/check_getdns_libevent.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_libuv.c b/src/test/check_getdns_libuv.c index 9a88aa2e..209cbe46 100644 --- a/src/test/check_getdns_libuv.c +++ b/src/test/check_getdns_libuv.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_bindata.h b/src/test/check_getdns_list_get_bindata.h index b067af0e..3c7c174c 100644 --- a/src/test/check_getdns_list_get_bindata.h +++ b/src/test/check_getdns_list_get_bindata.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_data_type.h b/src/test/check_getdns_list_get_data_type.h index 1f1ee21b..e676ae4e 100644 --- a/src/test/check_getdns_list_get_data_type.h +++ b/src/test/check_getdns_list_get_data_type.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_dict.h b/src/test/check_getdns_list_get_dict.h index 96fa1d81..84cd7e89 100644 --- a/src/test/check_getdns_list_get_dict.h +++ b/src/test/check_getdns_list_get_dict.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_int.h b/src/test/check_getdns_list_get_int.h index fa8aba6c..9cc61415 100644 --- a/src/test/check_getdns_list_get_int.h +++ b/src/test/check_getdns_list_get_int.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_length.h b/src/test/check_getdns_list_get_length.h index 02165090..3ccb8551 100644 --- a/src/test/check_getdns_list_get_length.h +++ b/src/test/check_getdns_list_get_length.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_list_get_list.h b/src/test/check_getdns_list_get_list.h index 05fd7f05..1c889766 100644 --- a/src/test/check_getdns_list_get_list.h +++ b/src/test/check_getdns_list_get_list.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_pretty_print_dict.h b/src/test/check_getdns_pretty_print_dict.h index 75dd4438..08aec6c1 100644 --- a/src/test/check_getdns_pretty_print_dict.h +++ b/src/test/check_getdns_pretty_print_dict.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_selectloop.c b/src/test/check_getdns_selectloop.c index 895cd435..7724a08b 100644 --- a/src/test/check_getdns_selectloop.c +++ b/src/test/check_getdns_selectloop.c @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_service.h b/src/test/check_getdns_service.h index e2167335..c9545c0c 100644 --- a/src/test/check_getdns_service.h +++ b/src/test/check_getdns_service.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/check_getdns_service_sync.h b/src/test/check_getdns_service_sync.h index 9d2029e9..09c48f9c 100644 --- a/src/test/check_getdns_service_sync.h +++ b/src/test/check_getdns_service_sync.h @@ -9,7 +9,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/testmessages.c b/src/test/testmessages.c index d2d7ceb9..17e03c70 100644 --- a/src/test/testmessages.c +++ b/src/test/testmessages.c @@ -14,7 +14,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/testmessages.h b/src/test/testmessages.h index e9c2f8c3..0e1b0c95 100644 --- a/src/test/testmessages.h +++ b/src/test/testmessages.h @@ -14,7 +14,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/tests_dict.c b/src/test/tests_dict.c index 028ba9a2..de12c621 100644 --- a/src/test/tests_dict.c +++ b/src/test/tests_dict.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/tests_dnssec.c b/src/test/tests_dnssec.c index 8a2d7fee..986f41e1 100644 --- a/src/test/tests_dnssec.c +++ b/src/test/tests_dnssec.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/tests_list.c b/src/test/tests_list.c index 5825cd78..ca9a9600 100644 --- a/src/test/tests_list.c +++ b/src/test/tests_list.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/tests_stub_async.c b/src/test/tests_stub_async.c index 6d51353d..54015f74 100644 --- a/src/test/tests_stub_async.c +++ b/src/test/tests_stub_async.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/tests_stub_sync.c b/src/test/tests_stub_sync.c index 186014d8..bc092bb9 100644 --- a/src/test/tests_stub_sync.c +++ b/src/test/tests_stub_sync.c @@ -16,7 +16,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/test/testscript.sh b/src/test/testscript.sh index d0f94aa9..d8a0ee0f 100755 --- a/src/test/testscript.sh +++ b/src/test/testscript.sh @@ -9,7 +9,7 @@ # * Redistributions in binary form must reproduce the above copyright # notice, this list of conditions and the following disclaimer in the # documentation and/or other materials provided with the distribution. -# * Neither the name of the nor the +# * Neither the names of the copyright holders nor the # names of its contributors may be used to endorse or promote products # derived from this software without specific prior written permission. # diff --git a/src/types-internal.h b/src/types-internal.h index a33709b2..90a3f8ee 100644 --- a/src/types-internal.h +++ b/src/types-internal.h @@ -17,7 +17,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/util-internal.c b/src/util-internal.c index d833efbf..1a9d9ba8 100644 --- a/src/util-internal.c +++ b/src/util-internal.c @@ -19,7 +19,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/src/util-internal.h b/src/util-internal.h index 70645fb3..31da3c09 100644 --- a/src/util-internal.h +++ b/src/util-internal.h @@ -19,7 +19,7 @@ * * Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * * Neither the name of the nor the + * * Neither the names of the copyright holders nor the * names of its contributors may be used to endorse or promote products * derived from this software without specific prior written permission. *