From 8c9722bb1c6c36befe5d8d729db7cdcda37215a0 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 16 Aug 2021 09:26:27 +0200 Subject: misc: update incorrect copyright year ranges Closes #7577 --- docs/examples/ephiperfifo.c | 2 +- lib/strdup.c | 2 +- lib/strdup.h | 2 +- lib/vtls/mbedtls_threadlock.c | 2 +- src/tool_util.c | 2 +- tests/dictserver.py | 2 +- tests/libtest/lib1565.c | 2 +- tests/libtest/lib1915.c | 2 +- tests/libtest/testutil.c | 2 +- tests/negtelnetserver.py | 2 +- tests/server/tftpd.c | 2 +- tests/server/util.h | 2 +- tests/smbserver.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/examples/ephiperfifo.c b/docs/examples/ephiperfifo.c index d01c99bf5..66d633c93 100644 --- a/docs/examples/ephiperfifo.c +++ b/docs/examples/ephiperfifo.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/lib/strdup.c b/lib/strdup.c index 05ccdfa8f..85cf33b3e 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/lib/strdup.h b/lib/strdup.h index 5cbeaac9c..8c8a6f20e 100644 --- a/lib/strdup.h +++ b/lib/strdup.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/lib/vtls/mbedtls_threadlock.c b/lib/vtls/mbedtls_threadlock.c index 642f73279..751755c23 100644 --- a/lib/vtls/mbedtls_threadlock.c +++ b/lib/vtls/mbedtls_threadlock.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2013 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 2013 - 2021, Daniel Stenberg, , et al. * Copyright (C) 2010, 2011, Hoi-Ho Chan, * * This software is licensed as described in the file COPYING, which diff --git a/src/tool_util.c b/src/tool_util.c index 27c95685a..a16852c68 100644 --- a/src/tool_util.c +++ b/src/tool_util.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/dictserver.py b/tests/dictserver.py index 4ef561376..72d48a52e 100755 --- a/tests/dictserver.py +++ b/tests/dictserver.py @@ -7,7 +7,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2008 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 2008 - 2021, 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/lib1565.c b/tests/libtest/lib1565.c index ba0bd1382..24fff72d0 100644 --- a/tests/libtest/lib1565.c +++ b/tests/libtest/lib1565.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/lib1915.c b/tests/libtest/lib1915.c index f4b38267e..7b4d91d3c 100644 --- a/tests/libtest/lib1915.c +++ b/tests/libtest/lib1915.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2020, Daniel Stenberg, , et al. + * Copyright (C) 2020 - 2021, 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/testutil.c b/tests/libtest/testutil.c index 5bf6a9304..a37a1b1b8 100644 --- a/tests/libtest/testutil.c +++ b/tests/libtest/testutil.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/negtelnetserver.py b/tests/negtelnetserver.py index 3fbec2b10..fc672d332 100755 --- a/tests/negtelnetserver.py +++ b/tests/negtelnetserver.py @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2017 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 2017 - 2021, 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/server/tftpd.c b/tests/server/tftpd.c index 2a0818a19..6a6640460 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -15,7 +15,7 @@ */ /* - * Copyright (C) 2005 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 2005 - 2021, Daniel Stenberg, , et al. * Copyright (c) 1983, Regents of the University of California. * All rights reserved. * diff --git a/tests/server/util.h b/tests/server/util.h index 4c9361117..140e349f3 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2020, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2021, 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/smbserver.py b/tests/smbserver.py index 5f13c2f8a..639f02168 100755 --- a/tests/smbserver.py +++ b/tests/smbserver.py @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2017 - 2020, Daniel Stenberg, , et al. +# Copyright (C) 2017 - 2021, 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 -- cgit v1.2.1