]> granicus.if.org Git - curl/commitdiff
example/simple.c: add description
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jan 2016 14:12:22 +0000 (15:12 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 4 Jan 2016 14:12:37 +0000 (15:12 +0100)
docs/examples/simple.c

index 1912ce66e9cb3344326d6687fc567d5d280da871..e6c70ed6f2b206da4a4e1a0931567fd1757b0607 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, 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
  * KIND, either express or implied.
  *
  ***************************************************************************/
+/* <DESC>
+ * Very simple HTTP GET
+ * </DESC>
+ */
 #include <stdio.h>
 #include <curl/curl.h>