diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-14 10:20:27 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-14 10:20:27 +0200 |
commit | 010fb9830b1b8503792acb59cc8b71642e2c7a9b (patch) | |
tree | be26d0760a124ff864bb38c625d2e3c9da63d1c2 | |
parent | de195a17189098c053d248a9ac9612ac36e2a308 (diff) | |
download | curl-010fb9830b1b8503792acb59cc8b71642e2c7a9b.tar.gz |
copyright: update/correct the year range on a few files
-rw-r--r-- | docs/libcurl/curl_multi_perform.3 | 2 | ||||
-rw-r--r-- | lib/system_win32.h | 2 | ||||
-rw-r--r-- | lib/version_win32.h | 2 | ||||
-rw-r--r-- | src/tool_filetime.c | 2 | ||||
-rw-r--r-- | tests/libtest/lib1567.c | 2 | ||||
-rw-r--r-- | tests/libtest/lib557.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3 index 6a0ccb938..6374b3fa9 100644 --- a/docs/libcurl/curl_multi_perform.3 +++ b/docs/libcurl/curl_multi_perform.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, 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/system_win32.h b/lib/system_win32.h index 474fc8bed..2547bda95 100644 --- a/lib/system_win32.h +++ b/lib/system_win32.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2016 - 2019, Steve Holme, <steve_holme@hotmail.com>. + * Copyright (C) 2016 - 2020, Steve Holme, <steve_holme@hotmail.com>. * * 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/version_win32.h b/lib/version_win32.h index b0b60dd37..94cc62667 100644 --- a/lib/version_win32.h +++ b/lib/version_win32.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2016 - 2019, Steve Holme, <steve_holme@hotmail.com>. + * Copyright (C) 2016 - 2020, Steve Holme, <steve_holme@hotmail.com>. * * 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/src/tool_filetime.c b/src/tool_filetime.c index 3970570e4..1ffc981fe 100644 --- a/src/tool_filetime.c +++ b/src/tool_filetime.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, 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/lib1567.c b/tests/libtest/lib1567.c index 30fd7c384..48e6ea96c 100644 --- a/tests/libtest/lib1567.c +++ b/tests/libtest/lib1567.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, 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/lib557.c b/tests/libtest/lib557.c index a1be9b7df..b34a0c2f0 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms |