From 2309b4e330b96bc2e1f8e36b6184015e59544037 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 11:02:54 +0100 Subject: remove the CVSish $Id$ lines --- docs/examples/10-at-a-time.c | 1 - docs/examples/Makefile.am | 1 - docs/examples/Makefile.example | 1 - docs/examples/Makefile.m32 | 1 - docs/examples/anyauthput.c | 1 - docs/examples/cacertinmem.c | 1 - docs/examples/chkspeed.c | 1 - docs/examples/curlgtk.c | 1 - docs/examples/debug.c | 1 - docs/examples/evhiperfifo.c | 1 - docs/examples/fileupload.c | 1 - docs/examples/ftpget.c | 1 - docs/examples/ftpgetinfo.c | 1 - docs/examples/ftpgetresp.c | 1 - docs/examples/ftpupload.c | 1 - docs/examples/ftpuploadresume.c | 1 - docs/examples/getinfo.c | 1 - docs/examples/getinmemory.c | 1 - docs/examples/ghiper.c | 1 - docs/examples/hiperfifo.c | 1 - docs/examples/htmltidy.c | 1 - docs/examples/htmltitle.cc | 1 - docs/examples/http-post.c | 1 - docs/examples/httpcustomheader.c | 1 - docs/examples/httpput.c | 1 - docs/examples/https.c | 1 - docs/examples/makefile.dj | 1 - docs/examples/multi-app.c | 1 - docs/examples/multi-debugcallback.c | 1 - docs/examples/multi-double.c | 1 - docs/examples/multi-post.c | 1 - docs/examples/multi-single.c | 1 - docs/examples/multithread.c | 1 - docs/examples/opensslthreadlock.c | 1 - docs/examples/persistant.c | 1 - docs/examples/post-callback.c | 1 - docs/examples/postit2.c | 1 - docs/examples/sampleconv.c | 1 - docs/examples/sendrecv.c | 1 - docs/examples/sepheaders.c | 1 - docs/examples/simple.c | 1 - docs/examples/simplepost.c | 1 - docs/examples/simplessl.c | 1 - docs/examples/smooth-gtk-thread.c | 1 - docs/examples/synctime.c | 1 - docs/examples/threaded-ssl.c | 1 - 46 files changed, 46 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index 14b6e93af..51326422c 100644 --- a/docs/examples/10-at-a-time.c +++ b/docs/examples/10-at-a-time.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example application source code using the multi interface to download many * files, but with a capped maximum amount of simultaneous transfers. diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 2e4121d86..8d92f7311 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -1,5 +1,4 @@ # -# $Id$ # AUTOMAKE_OPTIONS = foreign nostdinc diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example index 5d9b7c9ca..29ca0d7a2 100644 --- a/docs/examples/Makefile.example +++ b/docs/examples/Makefile.example @@ -5,7 +5,6 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# $Id$ # # What to call the final executable diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 1096e3f68..15750d01f 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -1,5 +1,4 @@ ######################################################################### -# $Id$ # ## Makefile for building curl examples with MingW32 ## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3) diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index d0c65cf1b..cec9fede5 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/cacertinmem.c b/docs/examples/cacertinmem.c index 78809ae93..fc3c9b110 100644 --- a/docs/examples/cacertinmem.c +++ b/docs/examples/cacertinmem.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example using a "in core" PEM certificate to retrieve a https page. * Written by Theo Borm diff --git a/docs/examples/chkspeed.c b/docs/examples/chkspeed.c index 9eacd65f9..c56fe3ccc 100644 --- a/docs/examples/chkspeed.c +++ b/docs/examples/chkspeed.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example source code to show how the callback function can be used to * download data into a chunk of memory instead of storing it in a file. diff --git a/docs/examples/curlgtk.c b/docs/examples/curlgtk.c index 2327929fb..2c4428083 100644 --- a/docs/examples/curlgtk.c +++ b/docs/examples/curlgtk.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */ /* an attempt to use the curl library in concert with a gtk-threaded application */ diff --git a/docs/examples/debug.c b/docs/examples/debug.c index 30ce820cc..d5bf75028 100644 --- a/docs/examples/debug.c +++ b/docs/examples/debug.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/evhiperfifo.c b/docs/examples/evhiperfifo.c index e77715aae..8695ffabf 100644 --- a/docs/examples/evhiperfifo.c +++ b/docs/examples/evhiperfifo.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example application source code using the multi socket interface to * download many files at once. diff --git a/docs/examples/fileupload.c b/docs/examples/fileupload.c index 6ed523c36..cdec75137 100644 --- a/docs/examples/fileupload.c +++ b/docs/examples/fileupload.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/ftpget.c b/docs/examples/ftpget.c index 179fd6129..78727e7ef 100644 --- a/docs/examples/ftpget.c +++ b/docs/examples/ftpget.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/ftpgetinfo.c b/docs/examples/ftpgetinfo.c index 336cc79dd..f30974bd1 100644 --- a/docs/examples/ftpgetinfo.c +++ b/docs/examples/ftpgetinfo.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/ftpgetresp.c b/docs/examples/ftpgetresp.c index 31c1f424f..8d837f36f 100644 --- a/docs/examples/ftpgetresp.c +++ b/docs/examples/ftpgetresp.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/ftpupload.c b/docs/examples/ftpupload.c index 3982cde62..d553850f0 100644 --- a/docs/examples/ftpupload.c +++ b/docs/examples/ftpupload.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/ftpuploadresume.c b/docs/examples/ftpuploadresume.c index d20c4a9c6..3dda06781 100644 --- a/docs/examples/ftpuploadresume.c +++ b/docs/examples/ftpuploadresume.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Upload to FTP, resuming failed transfers * diff --git a/docs/examples/getinfo.c b/docs/examples/getinfo.c index eb0cae31f..a9630191f 100644 --- a/docs/examples/getinfo.c +++ b/docs/examples/getinfo.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/getinmemory.c b/docs/examples/getinmemory.c index c92482166..5a66a04ca 100644 --- a/docs/examples/getinmemory.c +++ b/docs/examples/getinmemory.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example source code to show how the callback function can be used to * download data into a chunk of memory instead of storing it in a file. diff --git a/docs/examples/ghiper.c b/docs/examples/ghiper.c index a9b695ea0..4f3913d71 100644 --- a/docs/examples/ghiper.c +++ b/docs/examples/ghiper.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example application source code using the multi socket interface to * download many files at once. diff --git a/docs/examples/hiperfifo.c b/docs/examples/hiperfifo.c index 4102408ce..f5b422b4a 100644 --- a/docs/examples/hiperfifo.c +++ b/docs/examples/hiperfifo.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example application source code using the multi socket interface to * download many files at once. diff --git a/docs/examples/htmltidy.c b/docs/examples/htmltidy.c index cd75401a9..9a46955da 100644 --- a/docs/examples/htmltidy.c +++ b/docs/examples/htmltidy.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Download a document and use libtidy to parse the HTML. * Written by Jeff Pohlmeyer diff --git a/docs/examples/htmltitle.cc b/docs/examples/htmltitle.cc index b02895f4c..da3354a55 100644 --- a/docs/examples/htmltitle.cc +++ b/docs/examples/htmltitle.cc @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ // Get a web page, parse it with libxml. diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c index 30ca3536b..523177d28 100644 --- a/docs/examples/http-post.c +++ b/docs/examples/http-post.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/httpcustomheader.c b/docs/examples/httpcustomheader.c index 1551fafe2..599b84fe8 100644 --- a/docs/examples/httpcustomheader.c +++ b/docs/examples/httpcustomheader.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index 585dfa2cc..821e95fd8 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/https.c b/docs/examples/https.c index e6b8e89b6..29b50be3b 100644 --- a/docs/examples/https.c +++ b/docs/examples/https.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/makefile.dj b/docs/examples/makefile.dj index 6bf99d82f..8736e6e78 100644 --- a/docs/examples/makefile.dj +++ b/docs/examples/makefile.dj @@ -1,4 +1,3 @@ -# $Id$ # # Adapted for djgpp / Watt-32 / DOS by # Gisle Vanem diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index fa3349822..a86dd0efd 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is an example application source code using the multi interface. */ diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c index 22d26c774..b10b47cd1 100644 --- a/docs/examples/multi-debugcallback.c +++ b/docs/examples/multi-debugcallback.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is a very simple example using the multi interface and the debug * callback. diff --git a/docs/examples/multi-double.c b/docs/examples/multi-double.c index 2fb6973bb..ef3bf92fc 100644 --- a/docs/examples/multi-double.c +++ b/docs/examples/multi-double.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is a very simple example using the multi interface. */ diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c index 91669aa51..229e84306 100644 --- a/docs/examples/multi-post.c +++ b/docs/examples/multi-post.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is an example application source code using the multi interface * to do a multipart formpost without "blocking". diff --git a/docs/examples/multi-single.c b/docs/examples/multi-single.c index b23f3c9d4..3e236f326 100644 --- a/docs/examples/multi-single.c +++ b/docs/examples/multi-single.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is a very simple example using the multi interface. */ diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 939e9daef..5f59a99d7 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* A multi-threaded example that uses pthreads extensively to fetch diff --git a/docs/examples/opensslthreadlock.c b/docs/examples/opensslthreadlock.c index 3ac7124b0..706e90121 100644 --- a/docs/examples/opensslthreadlock.c +++ b/docs/examples/opensslthreadlock.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example source code to show one way to set the necessary OpenSSL locking * callbacks if you want to do multi-threaded transfers with HTTPS/FTPS with diff --git a/docs/examples/persistant.c b/docs/examples/persistant.c index 3d75b9ebe..0e65dd8fb 100644 --- a/docs/examples/persistant.c +++ b/docs/examples/persistant.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/post-callback.c b/docs/examples/post-callback.c index ed89cac2a..1e688a1c8 100644 --- a/docs/examples/post-callback.c +++ b/docs/examples/post-callback.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * An example source code that issues a HTTP POST and we provide the actual * data through a read callback. diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index 0660cc5b5..7268fcbbc 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Example code that uploads a file name 'foo' to a remote script that accepts * "HTML form based" (as described in RFC1738) uploads using HTTP POST. diff --git a/docs/examples/sampleconv.c b/docs/examples/sampleconv.c index 8ed2b3b16..3a31a60b4 100644 --- a/docs/examples/sampleconv.c +++ b/docs/examples/sampleconv.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* This is a simple example showing how a program on a non-ASCII platform diff --git a/docs/examples/sendrecv.c b/docs/examples/sendrecv.c index a6853c326..6cba1dbcf 100644 --- a/docs/examples/sendrecv.c +++ b/docs/examples/sendrecv.c @@ -7,7 +7,6 @@ * * An example of curl_easy_send() and curl_easy_recv() usage. * - * $Id$ */ #include diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c index 9d3dba1f9..f2a659d1d 100644 --- a/docs/examples/sepheaders.c +++ b/docs/examples/sepheaders.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/simple.c b/docs/examples/simple.c index baee2ce0d..582c62426 100644 --- a/docs/examples/simple.c +++ b/docs/examples/simple.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/simplepost.c b/docs/examples/simplepost.c index 4aed4f999..d68435baf 100644 --- a/docs/examples/simplepost.c +++ b/docs/examples/simplepost.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/simplessl.c b/docs/examples/simplessl.c index ea9eb5ee7..db3accaaa 100644 --- a/docs/examples/simplessl.c +++ b/docs/examples/simplessl.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include diff --git a/docs/examples/smooth-gtk-thread.c b/docs/examples/smooth-gtk-thread.c index 2d41aa248..5b60ded31 100644 --- a/docs/examples/smooth-gtk-thread.c +++ b/docs/examples/smooth-gtk-thread.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is a multi threaded application that uses a progress bar to show * status. It uses Gtk+ to make a smooth pulse. diff --git a/docs/examples/synctime.c b/docs/examples/synctime.c index dd824670e..4ed031ac4 100644 --- a/docs/examples/synctime.c +++ b/docs/examples/synctime.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This example code only builds as-is on Windows. * diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c index 6b979bac4..438ddaa03 100644 --- a/docs/examples/threaded-ssl.c +++ b/docs/examples/threaded-ssl.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * A multi-threaded example that uses pthreads and fetches 4 remote files at * once over HTTPS. The lock callbacks and stuff assume OpenSSL or GnuTLS -- cgit v1.2.3