diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-11-02 23:41:43 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-11-08 14:51:42 +0100 |
commit | 0bc60d91de0eda5d1c7ec8033a75980f81a33a59 (patch) | |
tree | 09e495c7c69af481e88acca7b86fe0eb9889c64a /lib/vauth | |
parent | 3820c8d81dc35d7a78a23ae6249cda281ef95843 (diff) |
copyrights: fix copyright year range
.. because checksrc's copyright year check stopped working.
Ref: https://github.com/curl/curl/pull/4547
Closes https://github.com/curl/curl/pull/4549
Diffstat (limited to 'lib/vauth')
-rw-r--r-- | lib/vauth/cram.c | 2 | ||||
-rw-r--r-- | lib/vauth/digest.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/vauth/cram.c b/lib/vauth/cram.c index d148618b0..04438fa74 100644 --- a/lib/vauth/cram.c +++ b/lib/vauth/cram.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, 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/vauth/digest.h b/lib/vauth/digest.h index 8686c44a4..cc05fdb76 100644 --- a/lib/vauth/digest.h +++ b/lib/vauth/digest.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2019, 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 |