X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fhiperfifo.c;h=84035aa2cfc1243aca93ae69a69e0cacd3ce82d8;hb=7a9f915fa6be8c8955ff2c59169538a4d0349080;hp=63614f7d4265880c18239212a508fb4b05844546;hpb=2bc9d6bb53df44a0c5174767de734620c2cdfd9e;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/hiperfifo.c b/docs/examples/hiperfifo.c index 63614f7..84035aa 100644 --- a/docs/examples/hiperfifo.c +++ b/docs/examples/hiperfifo.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2014, 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,6 @@ * KIND, either express or implied. * ***************************************************************************/ -/* - * multi socket API usage with libevent 2 - * - */ /* Example application source code using the multi socket interface to download many files at once.