X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fhtmltitle.cpp;h=ab89bb6a7813935d8310db719351e6d5f7dca669;hb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;hp=d91b505aa6c9466fe5e7ba37490165d2881f1852;hpb=31368b6eac8092a307849518e912b4c475c0238a;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp index d91b505..ab89bb6 100644 --- a/docs/examples/htmltitle.cpp +++ b/docs/examples/htmltitle.cpp @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2011, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,10 +19,8 @@ * KIND, either express or implied. * ***************************************************************************/ -/* - * Get a web page, extract the title with libxml. - * - */ +// Get a web page, parse it with libxml. +// // Written by Lars Nilsson // // GNU C++ compile command line suggestion (edit paths accordingly):