From b2696ac37ac70990c3ce826c244e65dc343a14a6 Mon Sep 17 00:00:00 2001 From: Ivan Kuchin Date: Tue, 30 Jul 2024 12:39:50 +0200 Subject: [PATCH] misc: cleanup after removing years from copyright - remove leftover copyright years from few test files - fix email in copyright lines - consistent format of copyright lines Closes #14312 --- docs/cmdline-opts/keepalive-cnt.md | 2 +- docs/libcurl/curl_multi_waitfds.md | 2 +- docs/libcurl/opts/CURLOPT_ECH.md | 2 +- docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md | 2 +- m4/xc-am-iface.m4 | 2 +- m4/xc-cc-check.m4 | 2 +- m4/xc-lt-iface.m4 | 2 +- m4/xc-translit.m4 | 2 +- m4/xc-val-flgs.m4 | 2 +- m4/zz40-xc-ovr.m4 | 2 +- m4/zz50-xc-ovr.m4 | 2 +- m4/zz60-xc-ovr.m4 | 2 +- tests/conftest.py | 2 +- tests/libtest/lib1970.c | 2 +- tests/libtest/lib1971.c | 2 +- tests/libtest/lib1972.c | 2 +- tests/libtest/lib1973.c | 2 +- tests/libtest/lib1974.c | 2 +- tests/libtest/lib1975.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/cmdline-opts/keepalive-cnt.md b/docs/cmdline-opts/keepalive-cnt.md index 0846db3e2d..e56c976eca 100644 --- a/docs/cmdline-opts/keepalive-cnt.md +++ b/docs/cmdline-opts/keepalive-cnt.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Long: keepalive-cnt Arg: diff --git a/docs/libcurl/curl_multi_waitfds.md b/docs/libcurl/curl_multi_waitfds.md index ae06a4d446..a642230272 100644 --- a/docs/libcurl/curl_multi_waitfds.md +++ b/docs/libcurl/curl_multi_waitfds.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: curl_multi_waitfds Section: 3 diff --git a/docs/libcurl/opts/CURLOPT_ECH.md b/docs/libcurl/opts/CURLOPT_ECH.md index 7acaaec030..a637b98beb 100644 --- a/docs/libcurl/opts/CURLOPT_ECH.md +++ b/docs/libcurl/opts/CURLOPT_ECH.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: CURLOPT_ECH Section: 3 diff --git a/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md b/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md index 49963face7..5a03f3cff7 100644 --- a/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md +++ b/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md @@ -1,5 +1,5 @@ --- -c: Copyright (C) Daniel Stenberg, , et al. +c: Copyright (C) Daniel Stenberg, , et al. SPDX-License-Identifier: curl Title: CURLOPT_TCP_KEEPCNT Section: 3 diff --git a/m4/xc-am-iface.m4 b/m4/xc-am-iface.m4 index c035f58c56..e85e6d4246 100644 --- a/m4/xc-am-iface.m4 +++ b/m4/xc-am-iface.m4 @@ -2,7 +2,7 @@ # # xc-am-iface.m4 # -# Copyright (C) Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/xc-cc-check.m4 b/m4/xc-cc-check.m4 index a6cfb07eb5..5cf2af7bee 100644 --- a/m4/xc-cc-check.m4 +++ b/m4/xc-cc-check.m4 @@ -2,7 +2,7 @@ # # xc-cc-check.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/xc-lt-iface.m4 b/m4/xc-lt-iface.m4 index d5e437ffdc..f3ac0dede9 100644 --- a/m4/xc-lt-iface.m4 +++ b/m4/xc-lt-iface.m4 @@ -2,7 +2,7 @@ # # xc-lt-iface.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/xc-translit.m4 b/m4/xc-translit.m4 index 6d6677197b..0d898f511f 100644 --- a/m4/xc-translit.m4 +++ b/m4/xc-translit.m4 @@ -2,7 +2,7 @@ # # xc-translit.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/xc-val-flgs.m4 b/m4/xc-val-flgs.m4 index c8f779651e..af7a3d2d8b 100644 --- a/m4/xc-val-flgs.m4 +++ b/m4/xc-val-flgs.m4 @@ -2,7 +2,7 @@ # # xc-val-flgs.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/zz40-xc-ovr.m4 b/m4/zz40-xc-ovr.m4 index fa457876f0..6faa94e43e 100644 --- a/m4/zz40-xc-ovr.m4 +++ b/m4/zz40-xc-ovr.m4 @@ -2,7 +2,7 @@ # # zz40-xc-ovr.m4 # -# Copyright (C) Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/zz50-xc-ovr.m4 b/m4/zz50-xc-ovr.m4 index 18c1f0aba3..735df2f59b 100644 --- a/m4/zz50-xc-ovr.m4 +++ b/m4/zz50-xc-ovr.m4 @@ -2,7 +2,7 @@ # # zz50-xc-ovr.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/m4/zz60-xc-ovr.m4 b/m4/zz60-xc-ovr.m4 index 5316686729..d1d3a2fd50 100644 --- a/m4/zz60-xc-ovr.m4 +++ b/m4/zz60-xc-ovr.m4 @@ -2,7 +2,7 @@ # # zz60-xc-ovr.m4 # -# Copyright (C), Daniel Stenberg +# Copyright (C) Daniel Stenberg, # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above diff --git a/tests/conftest.py b/tests/conftest.py index 691d6b6188..b22a70d358 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -5,7 +5,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2008 - 2022, Daniel Stenberg, , et al. +# Copyright (C) Daniel Stenberg, , et al. # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1970.c b/tests/libtest/lib1970.c index c7013ae1d2..f0b9d517bf 100644 --- a/tests/libtest/lib1970.c +++ b/tests/libtest/lib1970.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1971.c b/tests/libtest/lib1971.c index 91d0165008..8f4be08b2a 100644 --- a/tests/libtest/lib1971.c +++ b/tests/libtest/lib1971.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1972.c b/tests/libtest/lib1972.c index 2872218bb2..a51c45018b 100644 --- a/tests/libtest/lib1972.c +++ b/tests/libtest/lib1972.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1973.c b/tests/libtest/lib1973.c index 96974115a2..4b2ba95c6d 100644 --- a/tests/libtest/lib1973.c +++ b/tests/libtest/lib1973.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1974.c b/tests/libtest/lib1974.c index 9f1a400230..41922fa607 100644 --- a/tests/libtest/lib1974.c +++ b/tests/libtest/lib1974.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms diff --git a/tests/libtest/lib1975.c b/tests/libtest/lib1975.c index 49bd7201d2..0cd9be24b0 100644 --- a/tests/libtest/lib1975.c +++ b/tests/libtest/lib1975.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. + * Copyright (C) Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms