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/slist.c | |
parent | 3820c8d81dc35d7a78a23ae6249cda281ef95843 (diff) | |
download | curl-0bc60d91de0eda5d1c7ec8033a75980f81a33a59.tar.gz |
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/slist.c')
-rw-r--r-- | lib/slist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/slist.c b/lib/slist.c index 392b84d13..d27fbe19b 100644 --- a/lib/slist.c +++ b/lib/slist.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 |