aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-11-02 23:41:43 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-11-08 14:51:42 +0100
commit0bc60d91de0eda5d1c7ec8033a75980f81a33a59 (patch)
tree09e495c7c69af481e88acca7b86fe0eb9889c64a /docs/examples/fopen.c
parent3820c8d81dc35d7a78a23ae6249cda281ef95843 (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 'docs/examples/fopen.c')
-rw-r--r--docs/examples/fopen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/fopen.c b/docs/examples/fopen.c
index 7151addde..a11a522b4 100644
--- a/docs/examples/fopen.c
+++ b/docs/examples/fopen.c
@@ -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