aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 11:02:54 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 11:02:54 +0100
commit2309b4e330b96bc2e1f8e36b6184015e59544037 (patch)
treef1d41e999eb5466fd3597226319ca2439e311652 /docs/examples
parentdd0c31ce386da6fc2467093a4d16b66a15b0961d (diff)
remove the CVSish $Id$ lines
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/10-at-a-time.c1
-rw-r--r--docs/examples/Makefile.am1
-rw-r--r--docs/examples/Makefile.example1
-rw-r--r--docs/examples/Makefile.m321
-rw-r--r--docs/examples/anyauthput.c1
-rw-r--r--docs/examples/cacertinmem.c1
-rw-r--r--docs/examples/chkspeed.c1
-rw-r--r--docs/examples/curlgtk.c1
-rw-r--r--docs/examples/debug.c1
-rw-r--r--docs/examples/evhiperfifo.c1
-rw-r--r--docs/examples/fileupload.c1
-rw-r--r--docs/examples/ftpget.c1
-rw-r--r--docs/examples/ftpgetinfo.c1
-rw-r--r--docs/examples/ftpgetresp.c1
-rw-r--r--docs/examples/ftpupload.c1
-rw-r--r--docs/examples/ftpuploadresume.c1
-rw-r--r--docs/examples/getinfo.c1
-rw-r--r--docs/examples/getinmemory.c1
-rw-r--r--docs/examples/ghiper.c1
-rw-r--r--docs/examples/hiperfifo.c1
-rw-r--r--docs/examples/htmltidy.c1
-rw-r--r--docs/examples/htmltitle.cc1
-rw-r--r--docs/examples/http-post.c1
-rw-r--r--docs/examples/httpcustomheader.c1
-rw-r--r--docs/examples/httpput.c1
-rw-r--r--docs/examples/https.c1
-rw-r--r--docs/examples/makefile.dj1
-rw-r--r--docs/examples/multi-app.c1
-rw-r--r--docs/examples/multi-debugcallback.c1
-rw-r--r--docs/examples/multi-double.c1
-rw-r--r--docs/examples/multi-post.c1
-rw-r--r--docs/examples/multi-single.c1
-rw-r--r--docs/examples/multithread.c1
-rw-r--r--docs/examples/opensslthreadlock.c1
-rw-r--r--docs/examples/persistant.c1
-rw-r--r--docs/examples/post-callback.c1
-rw-r--r--docs/examples/postit2.c1
-rw-r--r--docs/examples/sampleconv.c1
-rw-r--r--docs/examples/sendrecv.c1
-rw-r--r--docs/examples/sepheaders.c1
-rw-r--r--docs/examples/simple.c1
-rw-r--r--docs/examples/simplepost.c1
-rw-r--r--docs/examples/simplessl.c1
-rw-r--r--docs/examples/smooth-gtk-thread.c1
-rw-r--r--docs/examples/synctime.c1
-rw-r--r--docs/examples/threaded-ssl.c1
46 files changed, 0 insertions, 46 deletions
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <giva@bgnett.no>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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 <stdio.h>
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