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
This commit is contained in:
Daniel Stenberg 2019-11-02 23:41:43 +01:00
parent 3820c8d81d
commit 0bc60d91de
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
127 changed files with 127 additions and 127 deletions

View file

@ -13,7 +13,7 @@
* See the main() function at the bottom that shows an app that retrieves from
* a specified url using fgets() and fread() and saves as two output files.
*
* Copyright (c) 2003, 2017 Simtec Electronics
* Copyright (c) 2003 - 2019 Simtec Electronics
*
* Re-implemented by Vincent Sanders <vince@kyllikki.org> with extensive
* reference to original curl example code