diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-05 08:22:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-05 08:22:10 +0100 |
commit | ac0a88fd2552524955233198de96cc66f6b15a07 (patch) | |
tree | ddb4495a5896c4232fdbf4207782616a0265cf02 /include | |
parent | fbbbf5aae0fe9bb5b57e4ffa9f34ccfd7a6d89d4 (diff) | |
download | curl-ac0a88fd2552524955233198de96cc66f6b15a07.tar.gz |
copyright: fix year ranges
Follow-up from 4d2f8006777
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/mprintf.h | 2 | ||||
-rw-r--r-- | include/curl/stdcheaders.h | 2 | ||||
-rw-r--r-- | include/curl/system.h | 2 | ||||
-rw-r--r-- | include/curl/urlapi.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/include/curl/mprintf.h b/include/curl/mprintf.h index dd93419b6..3549552db 100644 --- a/include/curl/mprintf.h +++ b/include/curl/mprintf.h @@ -7,7 +7,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/include/curl/stdcheaders.h b/include/curl/stdcheaders.h index bfa0a91ed..60596c756 100644 --- a/include/curl/stdcheaders.h +++ b/include/curl/stdcheaders.h @@ -7,7 +7,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/include/curl/system.h b/include/curl/system.h index 4de5320d5..faf8fcf84 100644 --- a/include/curl/system.h +++ b/include/curl/system.h @@ -7,7 +7,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/include/curl/urlapi.h b/include/curl/urlapi.h index 3b4c8d37b..7343cb659 100644 --- a/include/curl/urlapi.h +++ b/include/curl/urlapi.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 2018 - 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 |