From 581c785bf31bc74430320c7856bbfa3875d025fe Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 1 Jan 2022 10:54:23 -0800 Subject: Update copyright dates with scripts/update-copyrights I used these shell commands: ../glibc/scripts/update-copyrights $PWD/../gnulib/build-aux/update-copyright (cd ../glibc && git commit -am"[this commit message]") and then ignored the output, which consisted lines saying "FOO: warning: copyright statement not found" for each of 7061 files FOO. I then removed trailing white space from math/tgmath.h, support/tst-support-open-dev-null-range.c, and sysdeps/x86_64/multiarch/strlen-vec.S, to work around the following obscure pre-commit check failure diagnostics from Savannah. I don't know why I run into these diagnostics whereas others evidently do not. remote: *** 912-#endif remote: *** 913: remote: *** 914- remote: *** error: lines with trailing whitespace found ... remote: *** error: sysdeps/unix/sysv/linux/statx_cp.c: trailing lines --- resolv/Makefile | 2 +- resolv/compat-hooks.c | 2 +- resolv/dn_comp.c | 2 +- resolv/dn_expand.c | 2 +- resolv/dn_skipname.c | 2 +- resolv/gai_cancel.c | 2 +- resolv/gai_error.c | 2 +- resolv/gai_misc.c | 2 +- resolv/gai_misc.h | 2 +- resolv/gai_notify.c | 2 +- resolv/gai_sigqueue.c | 2 +- resolv/gai_suspend.c | 2 +- resolv/getaddrinfo_a.c | 2 +- resolv/inet_addr.c | 2 +- resolv/inet_pton.c | 2 +- resolv/libanl-compat.c | 2 +- resolv/netdb.h | 2 +- resolv/nss_dns/dns-canon.c | 2 +- resolv/nss_dns/dns-host.c | 2 +- resolv/nss_dns/dns-network.c | 2 +- resolv/nss_dns_functions.c | 2 +- resolv/res-close.c | 2 +- resolv/res-name-checking.c | 2 +- resolv/res-putget.c | 2 +- resolv/res-state.c | 2 +- resolv/res_context_hostalias.c | 2 +- resolv/res_data.c | 2 +- resolv/res_enable_icmp.c | 2 +- resolv/res_get_nsaddr.c | 2 +- resolv/res_hconf.c | 2 +- resolv/res_hconf.h | 2 +- resolv/res_hostalias.c | 2 +- resolv/res_init.c | 2 +- resolv/res_isourserver.c | 2 +- resolv/res_libc.c | 2 +- resolv/res_mkquery.c | 2 +- resolv/res_nameinquery.c | 2 +- resolv/res_queriesmatch.c | 2 +- resolv/res_randomid.c | 2 +- resolv/res_send.c | 2 +- resolv/resolv-deprecated.c | 2 +- resolv/resolv-internal.h | 2 +- resolv/resolv_conf.c | 2 +- resolv/resolv_conf.h | 2 +- resolv/resolv_context.c | 2 +- resolv/resolv_context.h | 2 +- resolv/tst-aton.c | 2 +- resolv/tst-bug18665-tcp.c | 2 +- resolv/tst-bug18665.c | 2 +- resolv/tst-inet_aton_exact.c | 2 +- resolv/tst-inet_pton.c | 2 +- resolv/tst-leaks.c | 2 +- resolv/tst-leaks2.c | 2 +- resolv/tst-ns_name.c | 2 +- resolv/tst-ns_name.data | 2 +- resolv/tst-ns_name_compress.c | 2 +- resolv/tst-ns_name_pton.c | 2 +- resolv/tst-p_secstodate.c | 2 +- resolv/tst-res_hconf_reorder.c | 2 +- resolv/tst-res_hnok.c | 2 +- resolv/tst-resolv-ai_idn-common.c | 2 +- resolv/tst-resolv-ai_idn-latin1.c | 2 +- resolv/tst-resolv-ai_idn-nolibidn2.c | 2 +- resolv/tst-resolv-ai_idn.c | 2 +- resolv/tst-resolv-basic.c | 2 +- resolv/tst-resolv-binary.c | 2 +- resolv/tst-resolv-canonname.c | 2 +- resolv/tst-resolv-edns.c | 2 +- resolv/tst-resolv-network.c | 2 +- resolv/tst-resolv-nondecimal.c | 2 +- resolv/tst-resolv-qtypes.c | 2 +- resolv/tst-resolv-res_init-multi.c | 2 +- resolv/tst-resolv-res_init-skeleton.c | 2 +- resolv/tst-resolv-res_init-thread.c | 2 +- resolv/tst-resolv-res_init.c | 2 +- resolv/tst-resolv-res_ninit.c | 2 +- resolv/tst-resolv-rotate.c | 2 +- resolv/tst-resolv-search.c | 2 +- resolv/tst-resolv-threads.c | 2 +- resolv/tst-resolv-trailing.c | 2 +- resolv/tst-resolv-trustad.c | 2 +- resolv/tst-resolv-txnid-collision.c | 2 +- 82 files changed, 82 insertions(+), 82 deletions(-) (limited to 'resolv') diff --git a/resolv/Makefile b/resolv/Makefile index 5606eab1fd..c465479e8b 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2021 Free Software Foundation, Inc. +# Copyright (C) 1994-2022 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/compat-hooks.c b/resolv/compat-hooks.c index 28fbea68cf..e46067f17f 100644 --- a/resolv/compat-hooks.c +++ b/resolv/compat-hooks.c @@ -1,5 +1,5 @@ /* Compatibility functions for obsolete libresolv hooks. - Copyright (C) 1999-2021 Free Software Foundation, Inc. + Copyright (C) 1999-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/dn_comp.c b/resolv/dn_comp.c index 4506a628ac..e0ee24ea25 100644 --- a/resolv/dn_comp.c +++ b/resolv/dn_comp.c @@ -1,5 +1,5 @@ /* Compressing a DNS domain name from presentation form to wire format. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/dn_expand.c b/resolv/dn_expand.c index 0235b34eb4..1a5143d654 100644 --- a/resolv/dn_expand.c +++ b/resolv/dn_expand.c @@ -1,5 +1,5 @@ /* Expanding a compressed DNS domain name to its presentation form. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/dn_skipname.c b/resolv/dn_skipname.c index b9a587faff..180a38f0f8 100644 --- a/resolv/dn_skipname.c +++ b/resolv/dn_skipname.c @@ -1,5 +1,5 @@ /* Skipping over a compressed DNS domain name in wire format. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_cancel.c b/resolv/gai_cancel.c index 1ea5be1798..f58499fd12 100644 --- a/resolv/gai_cancel.c +++ b/resolv/gai_cancel.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_error.c b/resolv/gai_error.c index bad2762ceb..4ba54c9617 100644 --- a/resolv/gai_error.c +++ b/resolv/gai_error.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_misc.c b/resolv/gai_misc.c index da6e23d271..8ce3c778eb 100644 --- a/resolv/gai_misc.c +++ b/resolv/gai_misc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_misc.h b/resolv/gai_misc.h index 7986926fc3..7600aab1d3 100644 --- a/resolv/gai_misc.h +++ b/resolv/gai_misc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_notify.c b/resolv/gai_notify.c index d2fe6dd029..f5b17c859f 100644 --- a/resolv/gai_notify.c +++ b/resolv/gai_notify.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_sigqueue.c b/resolv/gai_sigqueue.c index 9b383e2480..e431968522 100644 --- a/resolv/gai_sigqueue.c +++ b/resolv/gai_sigqueue.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/gai_suspend.c b/resolv/gai_suspend.c index 3632def582..fa7b3e9205 100644 --- a/resolv/gai_suspend.c +++ b/resolv/gai_suspend.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/getaddrinfo_a.c b/resolv/getaddrinfo_a.c index 05ae435dd0..00025684e0 100644 --- a/resolv/getaddrinfo_a.c +++ b/resolv/getaddrinfo_a.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2021 Free Software Foundation, Inc. +/* Copyright (C) 2001-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/inet_addr.c b/resolv/inet_addr.c index 98ae8e917b..8059a23ec9 100644 --- a/resolv/inet_addr.c +++ b/resolv/inet_addr.c @@ -1,5 +1,5 @@ /* Legacy IPv4 text-to-address functions. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/inet_pton.c b/resolv/inet_pton.c index f1d5db75d0..06e749a271 100644 --- a/resolv/inet_pton.c +++ b/resolv/inet_pton.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2021 Free Software Foundation, Inc. +/* Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/libanl-compat.c b/resolv/libanl-compat.c index 29df76f278..4ce2a571a6 100644 --- a/resolv/libanl-compat.c +++ b/resolv/libanl-compat.c @@ -1,5 +1,5 @@ /* Placeholder compatibility symbols for libanl. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/netdb.h b/resolv/netdb.h index 9b242ce3d1..ac268f035f 100644 --- a/resolv/netdb.h +++ b/resolv/netdb.h @@ -1,4 +1,4 @@ - /* Copyright (C) 1996-2021 Free Software Foundation, Inc. + /* Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/nss_dns/dns-canon.c b/resolv/nss_dns/dns-canon.c index 2bea389e72..3151e50ae1 100644 --- a/resolv/nss_dns/dns-canon.c +++ b/resolv/nss_dns/dns-canon.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2021 Free Software Foundation, Inc. +/* Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index 8693ed668d..913a5cb82f 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2021 Free Software Foundation, Inc. +/* Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/nss_dns/dns-network.c b/resolv/nss_dns/dns-network.c index 968fd1eee2..09cd917444 100644 --- a/resolv/nss_dns/dns-network.c +++ b/resolv/nss_dns/dns-network.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2021 Free Software Foundation, Inc. +/* Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/nss_dns_functions.c b/resolv/nss_dns_functions.c index 158dafec90..be16e0490d 100644 --- a/resolv/nss_dns_functions.c +++ b/resolv/nss_dns_functions.c @@ -1,5 +1,5 @@ /* Direct access for nss_dns functions for NSS module loading. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res-close.c b/resolv/res-close.c index 58306acb94..dd116ea5c0 100644 --- a/resolv/res-close.c +++ b/resolv/res-close.c @@ -1,5 +1,5 @@ /* Deallocation functions for the resolver state. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res-name-checking.c b/resolv/res-name-checking.c index 2c603494fa..07a412d8ff 100644 --- a/resolv/res-name-checking.c +++ b/resolv/res-name-checking.c @@ -1,5 +1,5 @@ /* Syntax checking for DNS domain names. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res-putget.c b/resolv/res-putget.c index 8d6e2aedd5..012dde7546 100644 --- a/resolv/res-putget.c +++ b/resolv/res-putget.c @@ -1,5 +1,5 @@ /* Legacy 16-bit, 32-bit marshal/unmarshal functions. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res-state.c b/resolv/res-state.c index c68e4f421a..fd1c36c115 100644 --- a/resolv/res-state.c +++ b/resolv/res-state.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2021 Free Software Foundation, Inc. +/* Copyright (C) 1996-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_context_hostalias.c b/resolv/res_context_hostalias.c index b4dc1763db..556d8dbeae 100644 --- a/resolv/res_context_hostalias.c +++ b/resolv/res_context_hostalias.c @@ -1,5 +1,5 @@ /* HOSTALIASES-based name resolution. Internal function. - Copyright (C) 2015-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_data.c b/resolv/res_data.c index e6475cb3cb..3c6ac09c00 100644 --- a/resolv/res_data.c +++ b/resolv/res_data.c @@ -1,5 +1,5 @@ /* Miscellaneous definitions for libresolv. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_enable_icmp.c b/resolv/res_enable_icmp.c index 3bfe6e4f4c..87e9fc2265 100644 --- a/resolv/res_enable_icmp.c +++ b/resolv/res_enable_icmp.c @@ -1,5 +1,5 @@ /* Enable full ICMP errors on a socket. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_get_nsaddr.c b/resolv/res_get_nsaddr.c index 593597bdd7..cab4cb1479 100644 --- a/resolv/res_get_nsaddr.c +++ b/resolv/res_get_nsaddr.c @@ -1,5 +1,5 @@ /* Name server address at specified index in res_state. - Copyright (C) 2015-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_hconf.c b/resolv/res_hconf.c index 5916188a1a..dd09a2a255 100644 --- a/resolv/res_hconf.c +++ b/resolv/res_hconf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2021 Free Software Foundation, Inc. +/* Copyright (C) 1993-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_hconf.h b/resolv/res_hconf.h index c8f0298b68..fd471b7b37 100644 --- a/resolv/res_hconf.h +++ b/resolv/res_hconf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2021 Free Software Foundation, Inc. +/* Copyright (C) 1993-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_hostalias.c b/resolv/res_hostalias.c index d364725677..d4a32ae020 100644 --- a/resolv/res_hostalias.c +++ b/resolv/res_hostalias.c @@ -1,5 +1,5 @@ /* HOSTALIASES-based name resolution. Public legacy functions. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_init.c b/resolv/res_init.c index 6b2936eda9..cbc16ba021 100644 --- a/resolv/res_init.c +++ b/resolv/res_init.c @@ -1,5 +1,5 @@ /* Resolver state initialization and resolv.conf parsing. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_isourserver.c b/resolv/res_isourserver.c index 1e3576fb88..d40bcc81e6 100644 --- a/resolv/res_isourserver.c +++ b/resolv/res_isourserver.c @@ -1,5 +1,5 @@ /* Legacy function for expected server checking. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_libc.c b/resolv/res_libc.c index 41d44caa57..4e28352bcc 100644 --- a/resolv/res_libc.c +++ b/resolv/res_libc.c @@ -1,5 +1,5 @@ /* Definitions related to res_init linked into libc instead of libresolv. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c index ba6c983b58..5bc5b41531 100644 --- a/resolv/res_mkquery.c +++ b/resolv/res_mkquery.c @@ -1,5 +1,5 @@ /* Creation of DNS query packets. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_nameinquery.c b/resolv/res_nameinquery.c index c8404ea9d6..aedefd6980 100644 --- a/resolv/res_nameinquery.c +++ b/resolv/res_nameinquery.c @@ -1,5 +1,5 @@ /* Check if a DNS packet matches a specific DNS query. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_queriesmatch.c b/resolv/res_queriesmatch.c index 4b56d33193..6571f77420 100644 --- a/resolv/res_queriesmatch.c +++ b/resolv/res_queriesmatch.c @@ -1,5 +1,5 @@ /* Check if two DNS packets contain the same query. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_randomid.c b/resolv/res_randomid.c index 366429c9f4..fb1fa17539 100644 --- a/resolv/res_randomid.c +++ b/resolv/res_randomid.c @@ -1,5 +1,5 @@ /* Legacy libresolv random number generator. - Copyright (C) 1995-2021 Free Software Foundation, Inc. + Copyright (C) 1995-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/res_send.c b/resolv/res_send.c index 9f86f5fe47..5d6be4b82d 100644 --- a/resolv/res_send.c +++ b/resolv/res_send.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2016-2021 Free Software Foundation, Inc. +/* Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv-deprecated.c b/resolv/resolv-deprecated.c index a2953db963..967ef1a4c6 100644 --- a/resolv/resolv-deprecated.c +++ b/resolv/resolv-deprecated.c @@ -1,5 +1,5 @@ /* Forwarders for deprecated libresolv functions which are implemented in libc. - Copyright (C) 2021 Free Software Foundation, Inc. + Copyright (C) 2021-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv-internal.h b/resolv/resolv-internal.h index 216e47ed42..2fa57d394f 100644 --- a/resolv/resolv-internal.h +++ b/resolv/resolv-internal.h @@ -1,5 +1,5 @@ /* libresolv interfaces for internal use across glibc. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv_conf.c b/resolv/resolv_conf.c index 9010bf0ea4..6dd552bb47 100644 --- a/resolv/resolv_conf.c +++ b/resolv/resolv_conf.c @@ -1,5 +1,5 @@ /* Extended resolver state separate from struct __res_state. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv_conf.h b/resolv/resolv_conf.h index 9bcf7d7a69..98cadab542 100644 --- a/resolv/resolv_conf.h +++ b/resolv/resolv_conf.h @@ -1,5 +1,5 @@ /* Extended resolver state separate from struct __res_state. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv_context.c b/resolv/resolv_context.c index 3bb6377e7f..c72122a5ad 100644 --- a/resolv/resolv_context.c +++ b/resolv/resolv_context.c @@ -1,5 +1,5 @@ /* Temporary, thread-local resolver state. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/resolv_context.h b/resolv/resolv_context.h index 91ec42ecfe..c96d247eb4 100644 --- a/resolv/resolv_context.h +++ b/resolv/resolv_context.h @@ -1,5 +1,5 @@ /* Temporary, thread-local resolver state. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-aton.c b/resolv/tst-aton.c index 937eeee051..4391b7ab65 100644 --- a/resolv/tst-aton.c +++ b/resolv/tst-aton.c @@ -1,5 +1,5 @@ /* Test legacy IPv4 text-to-address function inet_aton. - Copyright (C) 1998-2021 Free Software Foundation, Inc. + Copyright (C) 1998-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-bug18665-tcp.c b/resolv/tst-bug18665-tcp.c index 9b1ff0fbd8..0953e98703 100644 --- a/resolv/tst-bug18665-tcp.c +++ b/resolv/tst-bug18665-tcp.c @@ -1,5 +1,5 @@ /* Test __libc_res_nsend buffer mismanagement, basic TCP coverage. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-bug18665.c b/resolv/tst-bug18665.c index e5b55d4751..beabbecb02 100644 --- a/resolv/tst-bug18665.c +++ b/resolv/tst-bug18665.c @@ -1,5 +1,5 @@ /* Test for __libc_res_nsend buffer mismanagent (bug 18665), UDP case. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-inet_aton_exact.c b/resolv/tst-inet_aton_exact.c index 3d9086123c..d0932b0b5f 100644 --- a/resolv/tst-inet_aton_exact.c +++ b/resolv/tst-inet_aton_exact.c @@ -1,5 +1,5 @@ /* Test internal legacy IPv4 text-to-address function __inet_aton_exact. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-inet_pton.c b/resolv/tst-inet_pton.c index be90d01e2f..c99e238e27 100644 --- a/resolv/tst-inet_pton.c +++ b/resolv/tst-inet_pton.c @@ -1,5 +1,5 @@ /* Test inet_pton functions. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-leaks.c b/resolv/tst-leaks.c index 5e37c89cfd..748e9bc62e 100644 --- a/resolv/tst-leaks.c +++ b/resolv/tst-leaks.c @@ -1,5 +1,5 @@ /* Tests for res_query in libresolv - Copyright (C) 2003-2021 Free Software Foundation, Inc. + Copyright (C) 2003-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-leaks2.c b/resolv/tst-leaks2.c index 318b39d8e2..160d4728d5 100644 --- a/resolv/tst-leaks2.c +++ b/resolv/tst-leaks2.c @@ -1,5 +1,5 @@ /* Tests for res_init in libresolv - Copyright (C) 2004-2021 Free Software Foundation, Inc. + Copyright (C) 2004-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-ns_name.c b/resolv/tst-ns_name.c index 037354dc13..f3717a499d 100644 --- a/resolv/tst-ns_name.c +++ b/resolv/tst-ns_name.c @@ -1,5 +1,5 @@ /* Test ns_name-related functions. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-ns_name.data b/resolv/tst-ns_name.data index 5de0b51d00..f858484350 100644 --- a/resolv/tst-ns_name.data +++ b/resolv/tst-ns_name.data @@ -1,5 +1,5 @@ # Test input for ns_name_unpack and ns_name_ntop. -# Copyright (C) 2017-2021 Free Software Foundation, Inc. +# Copyright (C) 2017-2022 Free Software Foundation, Inc. # This file is part of the GNU C Library. # # The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-ns_name_compress.c b/resolv/tst-ns_name_compress.c index 216b7aef93..6907b2fa70 100644 --- a/resolv/tst-ns_name_compress.c +++ b/resolv/tst-ns_name_compress.c @@ -1,5 +1,5 @@ /* Test ns_name_compress corner cases. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-ns_name_pton.c b/resolv/tst-ns_name_pton.c index 5c6a26220f..08dedf5036 100644 --- a/resolv/tst-ns_name_pton.c +++ b/resolv/tst-ns_name_pton.c @@ -1,5 +1,5 @@ /* Tests for ns_name_pton. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-p_secstodate.c b/resolv/tst-p_secstodate.c index f45c908025..25b98bc844 100644 --- a/resolv/tst-p_secstodate.c +++ b/resolv/tst-p_secstodate.c @@ -1,5 +1,5 @@ /* Test __p_secstodate compat symbol. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-res_hconf_reorder.c b/resolv/tst-res_hconf_reorder.c index 65422cce8d..9169e339fe 100644 --- a/resolv/tst-res_hconf_reorder.c +++ b/resolv/tst-res_hconf_reorder.c @@ -1,6 +1,6 @@ /* BZ #17977 _res_hconf_reorder_addrs test. - Copyright (C) 2015-2021 Free Software Foundation, Inc. + Copyright (C) 2015-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-res_hnok.c b/resolv/tst-res_hnok.c index d1117627a7..2bafa74384 100644 --- a/resolv/tst-res_hnok.c +++ b/resolv/tst-res_hnok.c @@ -1,5 +1,5 @@ /* Tests for res_hnok and related functions. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-ai_idn-common.c b/resolv/tst-resolv-ai_idn-common.c index 3116009611..d405f5b730 100644 --- a/resolv/tst-resolv-ai_idn-common.c +++ b/resolv/tst-resolv-ai_idn-common.c @@ -1,5 +1,5 @@ /* Common code for AI_IDN/NI_IDN tests. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-ai_idn-latin1.c b/resolv/tst-resolv-ai_idn-latin1.c index d1820a1942..d0c0bb43e2 100644 --- a/resolv/tst-resolv-ai_idn-latin1.c +++ b/resolv/tst-resolv-ai_idn-latin1.c @@ -1,5 +1,5 @@ /* Test getaddrinfo and getnameinfo with AI_IDN, NI_IDN (Latin-1). - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-ai_idn-nolibidn2.c b/resolv/tst-resolv-ai_idn-nolibidn2.c index ce6e01e6a4..01201cbe30 100644 --- a/resolv/tst-resolv-ai_idn-nolibidn2.c +++ b/resolv/tst-resolv-ai_idn-nolibidn2.c @@ -1,5 +1,5 @@ /* Test getaddrinfo and getnameinfo without usable libidn2. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-ai_idn.c b/resolv/tst-resolv-ai_idn.c index 7e8f051001..d92844a71d 100644 --- a/resolv/tst-resolv-ai_idn.c +++ b/resolv/tst-resolv-ai_idn.c @@ -1,5 +1,5 @@ /* Test getaddrinfo and getnameinfo with AI_IDN, NI_IDN (UTF-8). - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-basic.c b/resolv/tst-resolv-basic.c index 3c8b76d01f..cbe2da006f 100644 --- a/resolv/tst-resolv-basic.c +++ b/resolv/tst-resolv-basic.c @@ -1,5 +1,5 @@ /* Test basic nss_dns functionality and the resolver test harness itself. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-binary.c b/resolv/tst-resolv-binary.c index 44895a1baa..7405aafeeb 100644 --- a/resolv/tst-resolv-binary.c +++ b/resolv/tst-resolv-binary.c @@ -1,5 +1,5 @@ /* Test handling of binary domain names with res_send. - Copyright (C) 2018-2021 Free Software Foundation, Inc. + Copyright (C) 2018-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-canonname.c b/resolv/tst-resolv-canonname.c index a9b7a9fc4c..f45a93c52a 100644 --- a/resolv/tst-resolv-canonname.c +++ b/resolv/tst-resolv-canonname.c @@ -1,5 +1,5 @@ /* Test _nss_dns_getcanonname_r corner cases. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-edns.c b/resolv/tst-resolv-edns.c index 9b63e1872e..f4b1c8aca3 100644 --- a/resolv/tst-resolv-edns.c +++ b/resolv/tst-resolv-edns.c @@ -1,5 +1,5 @@ /* Test EDNS handling in the stub resolver. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-network.c b/resolv/tst-resolv-network.c index 156cb5692b..956f847db7 100644 --- a/resolv/tst-resolv-network.c +++ b/resolv/tst-resolv-network.c @@ -1,5 +1,5 @@ /* Test getnetbyname and getnetbyaddr. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-nondecimal.c b/resolv/tst-resolv-nondecimal.c index 3d777b56b9..8c42a59a5b 100644 --- a/resolv/tst-resolv-nondecimal.c +++ b/resolv/tst-resolv-nondecimal.c @@ -1,5 +1,5 @@ /* Test name resolution behavior for octal, hexadecimal IPv4 addresses. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-qtypes.c b/resolv/tst-resolv-qtypes.c index f7e9fde470..b1d9bbe986 100644 --- a/resolv/tst-resolv-qtypes.c +++ b/resolv/tst-resolv-qtypes.c @@ -1,5 +1,5 @@ /* Exercise low-level query functions with different QTYPEs. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-res_init-multi.c b/resolv/tst-resolv-res_init-multi.c index b2ec3bdd8c..9627418a4b 100644 --- a/resolv/tst-resolv-res_init-multi.c +++ b/resolv/tst-resolv-res_init-multi.c @@ -1,5 +1,5 @@ /* Multi-threaded test for resolver initialization. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-res_init-skeleton.c b/resolv/tst-resolv-res_init-skeleton.c index c87596762f..cf81d1d162 100644 --- a/resolv/tst-resolv-res_init-skeleton.c +++ b/resolv/tst-resolv-res_init-skeleton.c @@ -1,5 +1,5 @@ /* Test parsing of /etc/resolv.conf. Genric version. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-res_init-thread.c b/resolv/tst-resolv-res_init-thread.c index c5da9bedcf..12a19c72da 100644 --- a/resolv/tst-resolv-res_init-thread.c +++ b/resolv/tst-resolv-res_init-thread.c @@ -1,5 +1,5 @@ /* Test parsing of /etc/resolv.conf, threading version. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-res_init.c b/resolv/tst-resolv-res_init.c index 85650ef2ee..08ff75e3f0 100644 --- a/resolv/tst-resolv-res_init.c +++ b/resolv/tst-resolv-res_init.c @@ -1,5 +1,5 @@ /* Test parsing of /etc/resolv.conf, non-threading version. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-res_ninit.c b/resolv/tst-resolv-res_ninit.c index 5a645686c8..1c199d0ea9 100644 --- a/resolv/tst-resolv-res_ninit.c +++ b/resolv/tst-resolv-res_ninit.c @@ -1,5 +1,5 @@ /* Test the creation of many struct __res_state objects. - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-rotate.c b/resolv/tst-resolv-rotate.c index 8243a885a0..cce501be0f 100644 --- a/resolv/tst-resolv-rotate.c +++ b/resolv/tst-resolv-rotate.c @@ -1,5 +1,5 @@ /* Check that RES_ROTATE works with few nameserver entries (bug 13028). - Copyright (C) 2017-2021 Free Software Foundation, Inc. + Copyright (C) 2017-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-search.c b/resolv/tst-resolv-search.c index c5a4b9d891..2f2873d170 100644 --- a/resolv/tst-resolv-search.c +++ b/resolv/tst-resolv-search.c @@ -1,5 +1,5 @@ /* Test search/default domain name behavior. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-threads.c b/resolv/tst-resolv-threads.c index e41c6d61d4..d2ca7d1c14 100644 --- a/resolv/tst-resolv-threads.c +++ b/resolv/tst-resolv-threads.c @@ -1,5 +1,5 @@ /* Test basic nss_dns functionality with multiple threads. - Copyright (C) 2016-2021 Free Software Foundation, Inc. + Copyright (C) 2016-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-trailing.c b/resolv/tst-resolv-trailing.c index c6e2dde978..c42e2a34d6 100644 --- a/resolv/tst-resolv-trailing.c +++ b/resolv/tst-resolv-trailing.c @@ -1,5 +1,5 @@ /* Test name resolution behavior with trailing characters. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-trustad.c b/resolv/tst-resolv-trustad.c index 74ee5db735..956fd5363a 100644 --- a/resolv/tst-resolv-trustad.c +++ b/resolv/tst-resolv-trustad.c @@ -1,5 +1,5 @@ /* Test the behavior of the trust-ad option. - Copyright (C) 2019-2021 Free Software Foundation, Inc. + Copyright (C) 2019-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/resolv/tst-resolv-txnid-collision.c b/resolv/tst-resolv-txnid-collision.c index e7d306614f..241fb6f0f0 100644 --- a/resolv/tst-resolv-txnid-collision.c +++ b/resolv/tst-resolv-txnid-collision.c @@ -1,5 +1,5 @@ /* Test parallel queries with transaction ID collisions. - Copyright (C) 2020-2021 Free Software Foundation, Inc. + Copyright (C) 2020-2022 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or -- cgit 1.4.1