summaryrefslogtreecommitdiff
path: root/docs/examples/fopen.c
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 13:19:40 +0000
committerng0 <ng0@n0.is>2019-12-20 13:19:40 +0000
commitaad5bf997d388e2280af94e540b738364f50b70c (patch)
treedcaeb7a2c44a4fe3b1196db27a69861626a6e2a9 /docs/examples/fopen.c
parent70745a84166af548bfec23bd1c504143a5393afc (diff)
parent0caf1423e552f2fdd02f2dec23b1e33a36c38486 (diff)
downloadgnurl-aad5bf997d388e2280af94e540b738364f50b70c.tar.gz
gnurl-aad5bf997d388e2280af94e540b738364f50b70c.tar.bz2
gnurl-aad5bf997d388e2280af94e540b738364f50b70c.zip
Merge remote-tracking branch 'upstream/master'
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 16aa555fe..9eb0fbae9 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