From: Daniel Stenberg Date: Wed, 24 Mar 2010 10:02:54 +0000 (+0100) Subject: remove the CVSish $Id$ lines X-Git-Tag: curl-7_20_1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2309b4e330b96bc2e1f8e36b6184015e59544037;p=thirdparty%2Fcurl.git remove the CVSish $Id$ lines --- diff --git a/Makefile.am b/Makefile.am index ca60e90577..15836e9bc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### AUTOMAKE_OPTIONS = foreign diff --git a/Makefile.dist b/Makefile.dist index 4f2d84a833..bca7c4cd28 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### VC=vc6 diff --git a/acinclude.m4 b/acinclude.m4 index eb5fb06d93..86f7c7bb83 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** diff --git a/buildconf b/buildconf old mode 100755 new mode 100644 index 312e1e5ba4..b6d70a670d --- a/buildconf +++ b/buildconf @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### die(){ diff --git a/buildconf.bat b/buildconf.bat index 10d3c59e62..826ebf0a8c 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -1,6 +1,5 @@ @echo off REM -REM $Id$ REM REM This batch file must be used to set up a CVS tree to build on REM systems where there is no autotools support (i.e. Microsoft). diff --git a/configure.ac b/configure.ac index 727e389b65..dbaa224db7 100644 --- a/configure.ac +++ b/configure.ac @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** dnl Process this file with autoconf to produce a configure script. diff --git a/curl-config.in b/curl-config.in index 177b6354dc..ebda12998d 100644 --- a/curl-config.in +++ b/curl-config.in @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### prefix=@prefix@ diff --git a/curl-style.el b/curl-style.el index 1cb24f3b9f..83cf8cc319 100644 --- a/curl-style.el +++ b/curl-style.el @@ -1,5 +1,4 @@ ;;;; Emacs Lisp help for writing curl code. ;;;; -;;;; $Id$ ;;; The curl hacker's C conventions. ;;; See the sample.emacs file on how this file can be made to take diff --git a/docs/BUGS b/docs/BUGS index ebe9fa1d57..8cbad04223 100644 --- a/docs/BUGS +++ b/docs/BUGS @@ -1,4 +1,3 @@ -$Id$ _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | diff --git a/docs/Makefile.am b/docs/Makefile.am index 387218ef55..316b4f4f02 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,5 +1,4 @@ # -# $Id$ # AUTOMAKE_OPTIONS = foreign no-dependencies diff --git a/docs/curl-config.1 b/docs/curl-config.1 index 9ebb7d22be..c4f4e2b124 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual" diff --git a/docs/curl.1 b/docs/curl.1 index 657e5d52a9..02cc3fb632 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl 1 "28 November 2009" "Curl 7.20.0" "Curl Manual" diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index 14b6e93afe..51326422ca 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 2e4121d86c..8d92f73110 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 5d9b7c9ca3..29ca0d7a27 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 1096e3f685..15750d01f7 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 d0c65cf1bf..cec9fede59 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 78809ae93c..fc3c9b1105 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 9eacd65f97..c56fe3ccc1 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 2327929fbb..2c4428083d 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 30ce820cc0..d5bf750288 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 e77715aae5..8695ffabf7 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 6ed523c362..cdec75137f 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 179fd61293..78727e7efb 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 336cc79dd8..f30974bd17 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 31c1f424f6..8d837f36ff 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 3982cde623..d553850f05 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 d20c4a9c6a..3dda067814 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 eb0cae31fb..a9630191f9 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 c924821660..5a66a04ca1 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 a9b695ea02..4f3913d715 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 4102408ce9..f5b422b4a8 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 cd75401a97..9a46955da2 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 b02895f4ce..da3354a553 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 30ca3536bc..523177d28e 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 1551fafe27..599b84fe83 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 585dfa2cc4..821e95fd88 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 e6b8e89b6c..29b50be3b6 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 6bf99d82f7..8736e6e78c 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 fa3349822c..a86dd0efdb 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 22d26c7744..b10b47cd1e 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 2fb6973bbf..ef3bf92fcb 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 91669aa51a..229e84306f 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 b23f3c9d4d..3e236f326c 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 939e9daefb..5f59a99d7b 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 3ac7124b0a..706e901210 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 3d75b9ebef..0e65dd8fb9 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 ed89cac2ab..1e688a1c85 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 0660cc5b5a..7268fcbbc5 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 8ed2b3b168..3a31a60b44 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 a6853c3262..6cba1dbcf1 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 9d3dba1f98..f2a659d1d9 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 baee2ce0dd..582c624268 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 4aed4f999b..d68435baf0 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 ea9eb5ee7b..db3accaaa9 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 2d41aa2486..5b60ded319 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 dd824670e2..4ed031ac44 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 6b979bac47..438ddaa03e 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 diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 032f8d3446..3f949d66ce 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -1,5 +1,4 @@ # -# $Id$ # AUTOMAKE_OPTIONS = foreign no-dependencies diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3 index c19291af2b..75a3703671 100644 --- a/docs/libcurl/curl_easy_cleanup.3 +++ b/docs/libcurl/curl_easy_cleanup.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_cleanup 3 "22 aug 2007" "libcurl 7.17.0" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_duphandle.3 b/docs/libcurl/curl_easy_duphandle.3 index 4afb40ed54..3fae30e6a0 100644 --- a/docs/libcurl/curl_easy_duphandle.3 +++ b/docs/libcurl/curl_easy_duphandle.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_easy_duphandle 3 "18 September 2001" "libcurl 7.9" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index de30593975..2c09875cbe 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_escape 3 "7 April 2006" "libcurl 7.15.4" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 7859d67c9c..32f0ae9965 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_getinfo 3 "11 Feb 2009" "libcurl 7.19.4" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3 index 9b7ef2f1d0..478db5c032 100644 --- a/docs/libcurl/curl_easy_init.3 +++ b/docs/libcurl/curl_easy_init.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_easy_init 3 "4 March 2002" "libcurl 7.8.1" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_pause.3 b/docs/libcurl/curl_easy_pause.3 index 1eb89347ff..4d16ecffe3 100644 --- a/docs/libcurl/curl_easy_pause.3 +++ b/docs/libcurl/curl_easy_pause.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_easy_pause 3 "17 Dec 2007" "libcurl 7.18.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_perform.3 b/docs/libcurl/curl_easy_perform.3 index ccc18c259e..1ed006b0bf 100644 --- a/docs/libcurl/curl_easy_perform.3 +++ b/docs/libcurl/curl_easy_perform.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_easy_perform 3 "5 Mar 2001" "libcurl 7.7" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_recv.3 b/docs/libcurl/curl_easy_recv.3 index ea806ff66f..1ede58944c 100644 --- a/docs/libcurl/curl_easy_recv.3 +++ b/docs/libcurl/curl_easy_recv.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_recv 3 "29 April 2008" "libcurl 7.18.2" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_reset.3 b/docs/libcurl/curl_easy_reset.3 index 30d0316104..4652f7e608 100644 --- a/docs/libcurl/curl_easy_reset.3 +++ b/docs/libcurl/curl_easy_reset.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_easy_reset 3 "31 July 2004" "libcurl 7.12.1" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_send.3 b/docs/libcurl/curl_easy_send.3 index 30bb7ad1e7..17c4c1f545 100644 --- a/docs/libcurl/curl_easy_send.3 +++ b/docs/libcurl/curl_easy_send.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_send 3 "29 April 2008" "libcurl 7.18.2" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index a9d8ad45d1..e8b0e7feb4 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_setopt 3 "1 Jan 2010" "libcurl 7.20.0" "libcurl Manual" diff --git a/docs/libcurl/curl_easy_strerror.3 b/docs/libcurl/curl_easy_strerror.3 index be8f1b4548..1afbd12bf8 100644 --- a/docs/libcurl/curl_easy_strerror.3 +++ b/docs/libcurl/curl_easy_strerror.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_easy_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_easy_unescape.3 b/docs/libcurl/curl_easy_unescape.3 index 2aef6b098a..9b03fd0f95 100644 --- a/docs/libcurl/curl_easy_unescape.3 +++ b/docs/libcurl/curl_easy_unescape.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_easy_unescape 3 "7 April 2006" "libcurl 7.15.4" "libcurl Manual" diff --git a/docs/libcurl/curl_escape.3 b/docs/libcurl/curl_escape.3 index 1c27744015..59906150ea 100644 --- a/docs/libcurl/curl_escape.3 +++ b/docs/libcurl/curl_escape.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_escape 3 "6 March 2002" "libcurl 7.9" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index 90576ba9d4..06757ed0aa 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_formadd 3 "24 June 2002" "libcurl 7.9.8" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_formfree.3 b/docs/libcurl/curl_formfree.3 index 191cbc2152..2fba295ab3 100644 --- a/docs/libcurl/curl_formfree.3 +++ b/docs/libcurl/curl_formfree.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_formfree 3 "6 April 2001" "libcurl 7.7.1" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_formget.3 b/docs/libcurl/curl_formget.3 index 9992081128..b0dd8feadd 100644 --- a/docs/libcurl/curl_formget.3 +++ b/docs/libcurl/curl_formget.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_formget 3 "20 June 2006" "libcurl 7.15.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_free.3 b/docs/libcurl/curl_free.3 index 447259d4f4..f8546935f8 100644 --- a/docs/libcurl/curl_free.3 +++ b/docs/libcurl/curl_free.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3 index d1152ebc02..73cd3ef1df 100644 --- a/docs/libcurl/curl_getdate.3 +++ b/docs/libcurl/curl_getdate.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_getdate 3 "12 Aug 2005" "libcurl 7.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_getenv.3 b/docs/libcurl/curl_getenv.3 index 5d672710dc..74132921a2 100644 --- a/docs/libcurl/curl_getenv.3 +++ b/docs/libcurl/curl_getenv.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_getenv 3 "30 April 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_global_cleanup.3 b/docs/libcurl/curl_global_cleanup.3 index 4cb13a7da4..9ca11d6ff1 100644 --- a/docs/libcurl/curl_global_cleanup.3 +++ b/docs/libcurl/curl_global_cleanup.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_global_cleanup 3 "17 Feb 2006" "libcurl 7.8" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_global_init.3 b/docs/libcurl/curl_global_init.3 index fad153b6f4..e732911f8a 100644 --- a/docs/libcurl/curl_global_init.3 +++ b/docs/libcurl/curl_global_init.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_global_init 3 "11 May 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_mprintf.3 b/docs/libcurl/curl_mprintf.3 index 8b27815c5b..ade7f65f55 100644 --- a/docs/libcurl/curl_mprintf.3 +++ b/docs/libcurl/curl_mprintf.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_printf 3 "30 April 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3 index 1553b4ec3c..85f199ed94 100644 --- a/docs/libcurl/curl_multi_add_handle.3 +++ b/docs/libcurl/curl_multi_add_handle.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_add_handle 3 "4 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_assign.3 b/docs/libcurl/curl_multi_assign.3 index 83dc7b72d1..3e15d73e62 100644 --- a/docs/libcurl/curl_multi_assign.3 +++ b/docs/libcurl/curl_multi_assign.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_assign 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_cleanup.3 b/docs/libcurl/curl_multi_cleanup.3 index 128c03a0f1..d40173c994 100644 --- a/docs/libcurl/curl_multi_cleanup.3 +++ b/docs/libcurl/curl_multi_cleanup.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_cleanup 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3 index 1fdf3dbfd3..79281056e3 100644 --- a/docs/libcurl/curl_multi_fdset.3 +++ b/docs/libcurl/curl_multi_fdset.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_fdset 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3 index 3a58c642ec..9ff08e7078 100644 --- a/docs/libcurl/curl_multi_info_read.3 +++ b/docs/libcurl/curl_multi_info_read.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_info_read 3 "18 Dec 2004" "libcurl 7.10.3" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_init.3 b/docs/libcurl/curl_multi_init.3 index 393d13ae79..0ac298efd6 100644 --- a/docs/libcurl/curl_multi_init.3 +++ b/docs/libcurl/curl_multi_init.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_init 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3 index daf15c478c..ede23905f7 100644 --- a/docs/libcurl/curl_multi_perform.3 +++ b/docs/libcurl/curl_multi_perform.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_perform 3 "1 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3 index 45a77ffc9d..efecb109e6 100644 --- a/docs/libcurl/curl_multi_remove_handle.3 +++ b/docs/libcurl/curl_multi_remove_handle.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_remove_handle 3 "6 March 2002" "libcurl 7.9.5" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_setopt.3 b/docs/libcurl/curl_multi_setopt.3 index 2cf4683143..a1cbb70dc4 100644 --- a/docs/libcurl/curl_multi_setopt.3 +++ b/docs/libcurl/curl_multi_setopt.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_setopt 3 "10 Oct 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_socket.3 b/docs/libcurl/curl_multi_socket.3 index 2029e4311f..18b571c1ca 100644 --- a/docs/libcurl/curl_multi_socket.3 +++ b/docs/libcurl/curl_multi_socket.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_socket 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3 index c155c7e606..ff86e3f261 100644 --- a/docs/libcurl/curl_multi_socket_action.3 +++ b/docs/libcurl/curl_multi_socket_action.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_socket_action 3 "9 Jul 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_strerror.3 b/docs/libcurl/curl_multi_strerror.3 index a08243f1dc..2d9801d6a2 100644 --- a/docs/libcurl/curl_multi_strerror.3 +++ b/docs/libcurl/curl_multi_strerror.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_multi_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_multi_timeout.3 b/docs/libcurl/curl_multi_timeout.3 index b4da9af896..8ba8da7fb5 100644 --- a/docs/libcurl/curl_multi_timeout.3 +++ b/docs/libcurl/curl_multi_timeout.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_multi_timeout 3 "2 Jan 2006" "libcurl 7.16.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_share_cleanup.3 b/docs/libcurl/curl_share_cleanup.3 index d45e0bbcc3..222197cc83 100644 --- a/docs/libcurl/curl_share_cleanup.3 +++ b/docs/libcurl/curl_share_cleanup.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_share_cleanup 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_share_init.3 b/docs/libcurl/curl_share_init.3 index 70f307f7aa..871519cb9b 100644 --- a/docs/libcurl/curl_share_init.3 +++ b/docs/libcurl/curl_share_init.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_share_init 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3 index c3316cd248..351360da98 100644 --- a/docs/libcurl/curl_share_setopt.3 +++ b/docs/libcurl/curl_share_setopt.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_share_setopt 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_share_strerror.3 b/docs/libcurl/curl_share_strerror.3 index b5199d57c7..69087dbf24 100644 --- a/docs/libcurl/curl_share_strerror.3 +++ b/docs/libcurl/curl_share_strerror.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_share_strerror 3 "26 Apr 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_slist_append.3 b/docs/libcurl/curl_slist_append.3 index a20d2f9a40..5cca9b72eb 100644 --- a/docs/libcurl/curl_slist_append.3 +++ b/docs/libcurl/curl_slist_append.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_slist_append 3 "19 Jun 2003" "libcurl 7.10.4" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_slist_free_all.3 b/docs/libcurl/curl_slist_free_all.3 index 079bdf1055..ec1b3607b7 100644 --- a/docs/libcurl/curl_slist_free_all.3 +++ b/docs/libcurl/curl_slist_free_all.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_slist_free_all 3 "5 March 2001" "libcurl 7.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_strequal.3 b/docs/libcurl/curl_strequal.3 index 1442a70f61..8ab4234bc2 100644 --- a/docs/libcurl/curl_strequal.3 +++ b/docs/libcurl/curl_strequal.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH curl_strequal 3 "30 April 2004" "libcurl 7.12" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_unescape.3 b/docs/libcurl/curl_unescape.3 index 561ef8f074..9bb470f4e2 100644 --- a/docs/libcurl/curl_unescape.3 +++ b/docs/libcurl/curl_unescape.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_unescape 3 "22 March 2001" "libcurl 7.7" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_version.3 b/docs/libcurl/curl_version.3 index 4998c7556a..24793caebc 100644 --- a/docs/libcurl/curl_version.3 +++ b/docs/libcurl/curl_version.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH curl_version 3 "5 March 2001" "libcurl 7.0" "libcurl Manual" .SH NAME diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index ea4214c1b3..4481830a36 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH curl_version_info 3 "10 June 2009" "libcurl 7.19.6" "libcurl Manual" diff --git a/docs/libcurl/libcurl-easy.3 b/docs/libcurl/libcurl-easy.3 index 5280bf6ff2..803e542445 100644 --- a/docs/libcurl/libcurl-easy.3 +++ b/docs/libcurl/libcurl-easy.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH libcurl 3 "12 Aug 2003" "libcurl 7.10.7" "libcurl easy interface" .SH NAME diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index e11b1f3b77..b4f2940b27 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH libcurl-errors 3 "1 Jan 2010" "libcurl 7.20.0" "libcurl errors" diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 4ff5f4924a..d84bafcadb 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH libcurl-multi 3 "3 Feb 2007" "libcurl 7.16.0" "libcurl multi interface" diff --git a/docs/libcurl/libcurl-share.3 b/docs/libcurl/libcurl-share.3 index 4745c122e8..2e58c0ba61 100644 --- a/docs/libcurl/libcurl-share.3 +++ b/docs/libcurl/libcurl-share.3 @@ -1,6 +1,5 @@ .\" You can view this file with: .\" nroff -man [file] -.\" $Id$ .\" .TH libcurl-share 3 "8 Aug 2003" "libcurl 7.10.7" "libcurl share interface" .SH NAME diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index b435c4bfc7..3a1c6e5093 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH libcurl-tutorial 3 "4 Mar 2009" "libcurl" "libcurl programming" diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index fb33a5e14f..c0b221fe77 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -1,4 +1,3 @@ -.\" $Id$ .\" .TH libcurl 3 "19 March 2002" "libcurl 7.9.6" "libcurl overview" .SH NAME diff --git a/include/curl/curl.h b/include/curl/curl.h index 155913af48..e63596828a 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/include/curl/curlbuild.h.cmake b/include/curl/curlbuild.h.cmake index 72435f0d91..4f83e3fe1e 100644 --- a/include/curl/curlbuild.h.cmake +++ b/include/curl/curlbuild.h.cmake @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* ================================================================ */ diff --git a/include/curl/curlbuild.h.dist b/include/curl/curlbuild.h.dist index da9506923b..d0b32acbec 100644 --- a/include/curl/curlbuild.h.dist +++ b/include/curl/curlbuild.h.dist @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* ================================================================ */ diff --git a/include/curl/curlbuild.h.in b/include/curl/curlbuild.h.in index 48c7cf1f37..cb1de80a03 100644 --- a/include/curl/curlbuild.h.in +++ b/include/curl/curlbuild.h.in @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* ================================================================ */ diff --git a/include/curl/curlrules.h b/include/curl/curlrules.h index 8aa6c5252a..8aad1df678 100644 --- a/include/curl/curlrules.h +++ b/include/curl/curlrules.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* ================================================================ */ diff --git a/include/curl/curlver.h b/include/curl/curlver.h index d65114afe8..98d9043707 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This header file contains nothing but libcurl version info, generated by diff --git a/include/curl/easy.h b/include/curl/easy.h index 88aa0e6551..1ddb4fe5a2 100644 --- a/include/curl/easy.h +++ b/include/curl/easy.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __cplusplus extern "C" { diff --git a/include/curl/mprintf.h b/include/curl/mprintf.h index d6d7f44555..de7dd2f3c3 100644 --- a/include/curl/mprintf.h +++ b/include/curl/mprintf.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/include/curl/multi.h b/include/curl/multi.h index 92621aa991..f96566669c 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This is an "external" header file. Don't give away any internals here! diff --git a/include/curl/stdcheaders.h b/include/curl/stdcheaders.h index 1ea70443f5..ad82ef6335 100644 --- a/include/curl/stdcheaders.h +++ b/include/curl/stdcheaders.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 39fad7acba..c4fad516dd 100644 --- a/include/curl/typecheck-gcc.h +++ b/include/curl/typecheck-gcc.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* wraps curl_easy_setopt() with typechecking */ diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 544e7a2341..d881c8ca67 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -2,7 +2,6 @@ # Watcom / OpenWatcom / Win32 makefile for libcurl. # G. Vanem # -# $Id$ TARGETS = libcurl_wc.dll libcurl_wc_imp.lib libcurl_wc.lib diff --git a/lib/Makefile.am b/lib/Makefile.am index 42e80662ec..8a1f1a9a76 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index 4110a99176..509ae27073 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -1,5 +1,4 @@ ############################################################ -# $Id$ # # Makefile.b32 - Borland's C++ Compiler 5.X # diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index b882735a0a..1f484fb5ff 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -1,5 +1,4 @@ ######################################################################### -# $Id$ # ## Makefile for building libcurl.a with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) diff --git a/lib/Makefile.netware b/lib/Makefile.netware index eb2cd6a3ce..e13b90c4ca 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -1,5 +1,4 @@ ################################################################# -# $Id$ # ## Makefile for building libcurl.nlm (NetWare version - gnu make) ## Use: make -f Makefile.netware diff --git a/lib/Makefile.vxworks b/lib/Makefile.vxworks index f58494f5f3..796d1605ec 100644 --- a/lib/Makefile.vxworks +++ b/lib/Makefile.vxworks @@ -1,6 +1,5 @@ #***************************************************************************** # -# $Id$ # #Filename : Makefile.vxworks #Description: makefile to be used in order to compile libcurl for VxWoorks 6.3. diff --git a/lib/README.curlx b/lib/README.curlx index 582c43a8b0..5375b0d1d3 100644 --- a/lib/README.curlx +++ b/lib/README.curlx @@ -1,4 +1,3 @@ -$Id$ _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | diff --git a/lib/README.memoryleak b/lib/README.memoryleak index 0d2f374852..166177794f 100644 --- a/lib/README.memoryleak +++ b/lib/README.memoryleak @@ -1,4 +1,3 @@ -$Id$ _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | diff --git a/lib/amigaos.c b/lib/amigaos.c index 0e3445d818..2055126fed 100644 --- a/lib/amigaos.c +++ b/lib/amigaos.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __AMIGA__ /* Any AmigaOS flavour */ diff --git a/lib/amigaos.h b/lib/amigaos.h index 649c05f2e9..d6ff0646ae 100644 --- a/lib/amigaos.h +++ b/lib/amigaos.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __AMIGA__ /* Any AmigaOS flavour */ diff --git a/lib/arpa_telnet.h b/lib/arpa_telnet.h index 9c574ee15d..ddb14f6fe5 100644 --- a/lib/arpa_telnet.h +++ b/lib/arpa_telnet.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_TELNET /* diff --git a/lib/base64.c b/lib/base64.c index 2361d9e756..edccf54025 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* Base64 encoding/decoding diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index f1a2666cda..a9fd567740 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __AMIGA__ /* Any AmigaOS flavour */ diff --git a/lib/config.dos b/lib/config.dos index e592013340..78f0c6b686 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -1,7 +1,6 @@ #ifndef HEADER_CONFIG_DOS_H #define HEADER_CONFIG_DOS_H -/* $Id$ */ /* ================================================================ */ /* lib/config.dos - Hand crafted config file for DOS */ diff --git a/lib/connect.c b/lib/connect.c index c0f2012a88..eb6df71d45 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/connect.h b/lib/connect.h index e8261776a9..36ea4f6397 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "nonblock.h" /* for curlx_nonblock(), formerly Curl_nonblock() */ diff --git a/lib/content_encoding.c b/lib/content_encoding.c index b8f57d001d..69aa7bcc65 100644 --- a/lib/content_encoding.c +++ b/lib/content_encoding.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/content_encoding.h b/lib/content_encoding.h index 5e1db65a7e..3aff9d3c0b 100644 --- a/lib/content_encoding.h +++ b/lib/content_encoding.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/cookie.c b/lib/cookie.c index cbf513d058..21617adce5 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /*** diff --git a/lib/cookie.h b/lib/cookie.h index a9afc41ecf..e8c005f20d 100644 --- a/lib/cookie.h +++ b/lib/cookie.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 07dc1e7f01..c38a1ed25f 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_addrinfo.h b/lib/curl_addrinfo.h index cf7470370c..63159cc4a6 100644 --- a/lib/curl_addrinfo.h +++ b/lib/curl_addrinfo.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_base64.h b/lib/curl_base64.h index 627eb93e3c..2498a0a225 100644 --- a/lib/curl_base64.h +++ b/lib/curl_base64.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ size_t Curl_base64_encode(struct SessionHandle *data, diff --git a/lib/curl_ldap.h b/lib/curl_ldap.h index 7813ae70b3..1f28afee0f 100644 --- a/lib/curl_ldap.h +++ b/lib/curl_ldap.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_LDAP extern const struct Curl_handler Curl_handler_ldap; diff --git a/lib/curl_md5.h b/lib/curl_md5.h index e4da02e7fd..cab9915ce1 100644 --- a/lib/curl_md5.h +++ b/lib/curl_md5.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void Curl_md5it(unsigned char *output, diff --git a/lib/curl_memory.h b/lib/curl_memory.h index a96132a8fe..e119458234 100644 --- a/lib/curl_memory.h +++ b/lib/curl_memory.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include /* for the typedefs */ diff --git a/lib/curl_memrchr.c b/lib/curl_memrchr.c index 049cd2c79e..a1e2bf0e58 100644 --- a/lib/curl_memrchr.c +++ b/lib/curl_memrchr.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_memrchr.h b/lib/curl_memrchr.h index 86eb71124f..37061b6082 100644 --- a/lib/curl_memrchr.h +++ b/lib/curl_memrchr.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_rand.c b/lib/curl_rand.c index 7719e0f084..047b7f345f 100644 --- a/lib/curl_rand.c +++ b/lib/curl_rand.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_rand.h b/lib/curl_rand.h index f61ef06b00..26cfb7f033 100644 --- a/lib/curl_rand.h +++ b/lib/curl_rand.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void Curl_srand(void); diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index d919485574..6b19b47c80 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h index 4547421174..221bce1289 100644 --- a/lib/curl_sspi.h +++ b/lib/curl_sspi.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_threads.c b/lib/curl_threads.c index 3c3eecd02a..fd10bd4875 100644 --- a/lib/curl_threads.c +++ b/lib/curl_threads.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curl_threads.h b/lib/curl_threads.h index 4d13f2c584..ba81054a25 100644 --- a/lib/curl_threads.h +++ b/lib/curl_threads.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/curlx.h b/lib/curlx.h index d5de599f55..2b7fec58a0 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/dict.c b/lib/dict.c index 1c7d5c9f8f..1deab76ec8 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/dict.h b/lib/dict.h index c1ae6c270f..44fd9d49d5 100644 --- a/lib/dict.h +++ b/lib/dict.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_DICT diff --git a/lib/easy.c b/lib/easy.c index a90e0bd3a4..35fb018b61 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/easyif.h b/lib/easyif.h index 4c0f7e7952..8a0a51cc1f 100644 --- a/lib/easyif.h +++ b/lib/easyif.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/escape.c b/lib/escape.c index e28e02099f..37d21e799d 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* Escape and unescape URL encoding in strings. The functions return a new diff --git a/lib/escape.h b/lib/escape.h index a0a0209c4c..04b06a973b 100644 --- a/lib/escape.h +++ b/lib/escape.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* Escape and unescape URL encoding in strings. The functions return a new * allocated string or NULL if an error occurred. */ diff --git a/lib/file.c b/lib/file.c index b4dc17d936..6c14ee8e6a 100644 --- a/lib/file.c +++ b/lib/file.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/file.h b/lib/file.h index d146b2a55d..5e3bd75647 100644 --- a/lib/file.h +++ b/lib/file.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ diff --git a/lib/firefox-db2pem.sh b/lib/firefox-db2pem.sh old mode 100755 new mode 100644 index 2025491608..14ac576069 --- a/lib/firefox-db2pem.sh +++ b/lib/firefox-db2pem.sh @@ -19,7 +19,6 @@ # * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # * KIND, either express or implied. # * -# * $Id$ # *************************************************************************** # This shell script creates a fresh ca-bundle.crt file for use with libcurl. # It extracts all ca certs it finds in the local Firefox database and converts diff --git a/lib/formdata.c b/lib/formdata.c index 025ff1274c..c98246e207 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/formdata.h b/lib/formdata.h index 1ca0eef8bd..0c9db44236 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ enum formtype { diff --git a/lib/ftp.c b/lib/ftp.c index 59012dc1ac..0ec524336b 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/ftp.h b/lib/ftp.h index afc5f69c55..7a4f89e184 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "pingpong.h" diff --git a/lib/getenv.c b/lib/getenv.c index 56c2cb7711..36fbb75832 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/getinfo.c b/lib/getinfo.c index f295a503e1..7a0ed71ac0 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/getinfo.h b/lib/getinfo.h index ca06551ae6..3879ff73a8 100644 --- a/lib/getinfo.h +++ b/lib/getinfo.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ CURLcode Curl_getinfo(struct SessionHandle *data, CURLINFO info, ...); CURLcode Curl_initinfo(struct SessionHandle *data); diff --git a/lib/gtls.c b/lib/gtls.c index 797d18b16c..079c6b1b0b 100644 --- a/lib/gtls.c +++ b/lib/gtls.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/gtls.h b/lib/gtls.h index 661cfef789..0d3f3fa6e6 100644 --- a/lib/gtls.h +++ b/lib/gtls.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef USE_GNUTLS diff --git a/lib/hash.c b/lib/hash.c index bcd144a112..cdcd260179 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hash.h b/lib/hash.h index 1e2e5dfb49..993aaedd2b 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostares.c b/lib/hostares.c index 3639d086f4..01b2142910 100644 --- a/lib/hostares.c +++ b/lib/hostares.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostasyn.c b/lib/hostasyn.c index c1cab55044..127b8d3320 100644 --- a/lib/hostasyn.c +++ b/lib/hostasyn.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostip.c b/lib/hostip.c index 68ceedc6d7..04a29a7547 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostip.h b/lib/hostip.h index ea2e3cd877..33e573cdd3 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostip4.c b/lib/hostip4.c index 68e589a33a..fbc7d49bfc 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostip6.c b/lib/hostip6.c index bb2c5e46d3..fb3ad0c084 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostsyn.c b/lib/hostsyn.c index 65d72256b2..b68e4702ea 100644 --- a/lib/hostsyn.c +++ b/lib/hostsyn.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/hostthre.c b/lib/hostthre.c index 33675b4859..1e4845e2c9 100644 --- a/lib/hostthre.c +++ b/lib/hostthre.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http.c b/lib/http.c index d4b99fd589..7ffc34d498 100644 --- a/lib/http.c +++ b/lib/http.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http.h b/lib/http.h index b2cbdae35b..b7c1abf665 100644 --- a/lib/http.h +++ b/lib/http.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_HTTP diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 3649f9ee02..a66f87210a 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http_chunks.h b/lib/http_chunks.h index c478799c1a..6056e188c9 100644 --- a/lib/http_chunks.h +++ b/lib/http_chunks.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* * The longest possible hexadecimal number we support in a chunked transfer. diff --git a/lib/http_digest.c b/lib/http_digest.c index 74c6e92383..ff3871c9f9 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http_digest.h b/lib/http_digest.h index c83cb1e3c5..8c96378d62 100644 --- a/lib/http_digest.h +++ b/lib/http_digest.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ typedef enum { diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index 515a3a3b35..956f7342b1 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index a5dec70926..35501f0447 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef HAVE_GSSAPI diff --git a/lib/http_ntlm.c b/lib/http_ntlm.c index dc76ccf621..36e538ea03 100644 --- a/lib/http_ntlm.c +++ b/lib/http_ntlm.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/http_ntlm.h b/lib/http_ntlm.h index 69b76a5322..c7422d7012 100644 --- a/lib/http_ntlm.h +++ b/lib/http_ntlm.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ typedef enum { diff --git a/lib/if2ip.c b/lib/if2ip.c index b8ed4c81cd..19504d1fd5 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/if2ip.h b/lib/if2ip.h index a7e341907a..cdf2638aed 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/imap.c b/lib/imap.c index 09c7353449..72ab8da245 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -21,7 +21,6 @@ * RFC3501 IMAPv4 protocol * RFC5092 IMAP URL Scheme * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/imap.h b/lib/imap.h index 75109d10c5..2f0b62a614 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "pingpong.h" diff --git a/lib/inet_ntop.h b/lib/inet_ntop.h index 152bd7de8e..8db9775c8f 100644 --- a/lib/inet_ntop.h +++ b/lib/inet_ntop.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/inet_pton.h b/lib/inet_pton.h index 8331ba9dc1..d53fddff88 100644 --- a/lib/inet_pton.h +++ b/lib/inet_pton.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/krb4.c b/lib/krb4.c index c58e947303..2b59fec8eb 100644 --- a/lib/krb4.c +++ b/lib/krb4.c @@ -37,7 +37,6 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ */ #include "setup.h" diff --git a/lib/krb4.h b/lib/krb4.h index 43cf78d932..81998b5eb1 100644 --- a/lib/krb4.h +++ b/lib/krb4.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ struct Curl_sec_client_mech { diff --git a/lib/ldap.c b/lib/ldap.c index fcd56b9e90..07ec5b0e68 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/libcurl.rc b/lib/libcurl.rc index 433deb995d..47b944ac86 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include #include "../include/curl/curlver.h" diff --git a/lib/llist.c b/lib/llist.c index a262fee29a..a121c603db 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/llist.h b/lib/llist.h index bf013898c0..358d3d6894 100644 --- a/lib/llist.h +++ b/lib/llist.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/md5.c b/lib/md5.c index 8f2a38dd1b..32d0634965 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/memdebug.c b/lib/memdebug.c index 934d9720df..69e204b6a7 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/memdebug.h b/lib/memdebug.h index 27351b5d8f..56b9f12b2c 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl old mode 100755 new mode 100644 index 99a096a09d..8d461d0b70 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -19,7 +19,6 @@ # * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # * KIND, either express or implied. # * -# * $Id$ # *************************************************************************** # This Perl script creates a fresh ca-bundle.crt file for use with libcurl. # It downloads certdata.txt from Mozilla's source tree (see URL below), diff --git a/lib/mprintf.c b/lib/mprintf.c index f5daa39fc8..1d93c58287 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ * * Purpose: * A merge of Bjorn Reese's format() function and Daniel's dsprintf() diff --git a/lib/multi.c b/lib/multi.c index d04fcf6609..476cb8138d 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/multiif.h b/lib/multiif.h index 1f7ee662f0..798544e063 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/netrc.c b/lib/netrc.c index 2b41946d54..e9443253e9 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/netrc.h b/lib/netrc.h index e6df419412..5406d4c5dd 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ int Curl_parsenetrc(const char *host, char *login, diff --git a/lib/nonblock.c b/lib/nonblock.c index c8f36e46ad..cd819506cb 100644 --- a/lib/nonblock.c +++ b/lib/nonblock.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/nonblock.h b/lib/nonblock.h index 321588a504..adcd2c15e7 100644 --- a/lib/nonblock.h +++ b/lib/nonblock.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include /* for curl_socket_t */ diff --git a/lib/nss.c b/lib/nss.c index d3f31bddb7..bff5394902 100644 --- a/lib/nss.c +++ b/lib/nss.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/nssg.h b/lib/nssg.h index 0af2a74553..6486e62758 100644 --- a/lib/nssg.h +++ b/lib/nssg.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef USE_NSS diff --git a/lib/nwlib.c b/lib/nwlib.c index cb1c5dd02f..f9c8a4298a 100644 --- a/lib/nwlib.c +++ b/lib/nwlib.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef NETWARE /* Novell NetWare */ diff --git a/lib/nwos.c b/lib/nwos.c index 399580c829..ac365124fd 100644 --- a/lib/nwos.c +++ b/lib/nwos.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef NETWARE /* Novell NetWare */ diff --git a/lib/parsedate.c b/lib/parsedate.c index b846501c1c..8e26f1c7e6 100644 --- a/lib/parsedate.c +++ b/lib/parsedate.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* A brief summary of the date string formats this parser groks: diff --git a/lib/parsedate.h b/lib/parsedate.h index 9cdcdd3310..e1bf5441f6 100644 --- a/lib/parsedate.h +++ b/lib/parsedate.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ extern const char * const Curl_wkday[7]; diff --git a/lib/pingpong.c b/lib/pingpong.c index 072e56207c..c6b6f2fb89 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -21,7 +21,6 @@ * 'pingpong' is for generic back-and-forth support functions used by FTP, * IMAP, POP3, SMTP and whatever more that likes them. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/pingpong.h b/lib/pingpong.h index 830aa89db2..a629aeee34 100644 --- a/lib/pingpong.h +++ b/lib/pingpong.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/lib/pop3.c b/lib/pop3.c index f94035faad..320f75644a 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -22,7 +22,6 @@ * RFC2384 POP URL Scheme * RFC2595 Using TLS with IMAP, POP3 and ACAP * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/pop3.h b/lib/pop3.h index f47aa4edd4..3076287fd4 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /**************************************************************************** diff --git a/lib/progress.c b/lib/progress.c index f7bc377e48..e0758f2a83 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/progress.h b/lib/progress.h index 15a45cc242..95944f0ba2 100644 --- a/lib/progress.h +++ b/lib/progress.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "timeval.h" diff --git a/lib/qssl.c b/lib/qssl.c index a45b9a1807..3d1b5da204 100644 --- a/lib/qssl.c +++ b/lib/qssl.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/qssl.h b/lib/qssl.h index e7bc2b15b1..9a984bf4d7 100644 --- a/lib/qssl.h +++ b/lib/qssl.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/rawstr.c b/lib/rawstr.c index 25035b5b98..f3b302dc17 100644 --- a/lib/rawstr.c +++ b/lib/rawstr.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/rawstr.h b/lib/rawstr.h index ff30d36423..7e9747a797 100644 --- a/lib/rawstr.h +++ b/lib/rawstr.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/lib/rtsp.c b/lib/rtsp.c index 8aaac89ff9..cf8b79777d 100644 --- a/lib/rtsp.c +++ b/lib/rtsp.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/rtsp.h b/lib/rtsp.h index 52ad7dbd6a..c3f8bd7496 100644 --- a/lib/rtsp.h +++ b/lib/rtsp.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_RTSP diff --git a/lib/select.c b/lib/select.c index c1984d4eaa..e6882da7ac 100644 --- a/lib/select.c +++ b/lib/select.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/select.h b/lib/select.h index cdc7782c21..e431e5f07b 100644 --- a/lib/select.h +++ b/lib/select.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/sendf.c b/lib/sendf.c index 79ffce7a4e..964c9ed62a 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/sendf.h b/lib/sendf.h index 0614ac7e70..5732a0ba86 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/setup-os400.h b/lib/setup-os400.h index 6ac96b9922..cdeefe3ddb 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ diff --git a/lib/setup.h b/lib/setup.h index 6c19cbcdaa..ca98ad7e0d 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/setup_once.h b/lib/setup_once.h index 5c49165f02..473eef2b7f 100644 --- a/lib/setup_once.h +++ b/lib/setup_once.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ diff --git a/lib/share.c b/lib/share.c index 5e5866c179..e6b8e7a1f3 100644 --- a/lib/share.c +++ b/lib/share.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/share.h b/lib/share.h index 5cfe8c792a..ea8e233d2d 100644 --- a/lib/share.h +++ b/lib/share.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/slist.c b/lib/slist.c index 90b82f2cc5..7c0f67b1c9 100644 --- a/lib/slist.c +++ b/lib/slist.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/slist.h b/lib/slist.h index 1847f81f3d..161b1509e5 100644 --- a/lib/slist.h +++ b/lib/slist.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/smtp.c b/lib/smtp.c index f7757f057d..7cbccba088 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -21,7 +21,6 @@ * RFC2821 SMTP protocol * RFC3207 SMTP over TLS * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/smtp.h b/lib/smtp.h index 41efabba4e..3531a9652a 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "pingpong.h" diff --git a/lib/sockaddr.h b/lib/sockaddr.h index 47c01d6ab8..c69411b52f 100644 --- a/lib/sockaddr.h +++ b/lib/sockaddr.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/socks.c b/lib/socks.c index d68c3df34a..eb79567981 100644 --- a/lib/socks.c +++ b/lib/socks.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/socks.h b/lib/socks.h index 9f4c6f09a9..2bea66bf69 100644 --- a/lib/socks.h +++ b/lib/socks.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/socks_gssapi.c b/lib/socks_gssapi.c index a32e928c86..1ff6f60109 100644 --- a/lib/socks_gssapi.c +++ b/lib/socks_gssapi.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/socks_sspi.c b/lib/socks_sspi.c index d255badd16..e9fd551ccb 100644 --- a/lib/socks_sspi.c +++ b/lib/socks_sspi.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ diff --git a/lib/speedcheck.c b/lib/speedcheck.c index 9f801e1fce..38bad5a579 100644 --- a/lib/speedcheck.c +++ b/lib/speedcheck.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/speedcheck.h b/lib/speedcheck.h index 2789e8c5ad..fc40e7d0cc 100644 --- a/lib/speedcheck.h +++ b/lib/speedcheck.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/splay.c b/lib/splay.c index 8c6d5ad49a..db3dbeaf04 100644 --- a/lib/splay.c +++ b/lib/splay.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/splay.h b/lib/splay.h index 442661d761..832e4e2bbf 100644 --- a/lib/splay.h +++ b/lib/splay.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ struct Curl_tree { diff --git a/lib/ssh.c b/lib/ssh.c index a45ba3c2af..c81a19c3b4 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* #define CURL_LIBSSH2_DEBUG */ diff --git a/lib/ssh.h b/lib/ssh.h index 3feb7b0746..4e268c253a 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/sslgen.c b/lib/sslgen.c index 4e88bba862..a050f10949 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This file is for implementing all "generic" SSL functions that all libcurl diff --git a/lib/sslgen.h b/lib/sslgen.h index d55bd1bb3b..820f532f04 100644 --- a/lib/sslgen.h +++ b/lib/sslgen.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ bool Curl_ssl_config_matches(struct ssl_config_data* data, diff --git a/lib/ssluse.c b/lib/ssluse.c index ec5c33b287..bc354322a4 100644 --- a/lib/ssluse.c +++ b/lib/ssluse.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/ssluse.h b/lib/ssluse.h index f0dd2beb6a..9e58d204ba 100644 --- a/lib/ssluse.h +++ b/lib/ssluse.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef USE_SSLEAY diff --git a/lib/strdup.c b/lib/strdup.c index 7587285a19..a3107cff73 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strdup.h b/lib/strdup.h index 51886bd09a..4edbcd7d4e 100644 --- a/lib/strdup.h +++ b/lib/strdup.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strequal.c b/lib/strequal.c index 803064887f..f6bf5f3b98 100644 --- a/lib/strequal.c +++ b/lib/strequal.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strequal.h b/lib/strequal.h index 70fd0bbe6e..202c9197df 100644 --- a/lib/strequal.h +++ b/lib/strequal.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/lib/strerror.c b/lib/strerror.c index b16e04b823..673e89c1f2 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strerror.h b/lib/strerror.h index ec0046e29c..7f2342aea1 100644 --- a/lib/strerror.h +++ b/lib/strerror.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "urldata.h" diff --git a/lib/strtok.c b/lib/strtok.c index 4895414e9e..91c2541566 100644 --- a/lib/strtok.c +++ b/lib/strtok.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strtok.h b/lib/strtok.h index 6380e43272..8baf77948f 100644 --- a/lib/strtok.h +++ b/lib/strtok.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" #include diff --git a/lib/strtoofft.c b/lib/strtoofft.c index 6cd9a3e26c..f75eb8a440 100644 --- a/lib/strtoofft.c +++ b/lib/strtoofft.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 82f25fe56c..bf27a173cb 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/telnet.c b/lib/telnet.c index 0a87375218..9409f49553 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/telnet.h b/lib/telnet.h index 44ec49bc0b..f00f7fd8f9 100644 --- a/lib/telnet.h +++ b/lib/telnet.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_TELNET extern const struct Curl_handler Curl_handler_telnet; diff --git a/lib/tftp.c b/lib/tftp.c index dde17735ad..25d3c7bece 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/tftp.h b/lib/tftp.h index c9d2ef3c94..b2d67b26be 100644 --- a/lib/tftp.h +++ b/lib/tftp.h @@ -21,7 +21,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef CURL_DISABLE_TFTP extern const struct Curl_handler Curl_handler_tftp; diff --git a/lib/timeval.c b/lib/timeval.c index 25ae763299..cb39308e0d 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "timeval.h" diff --git a/lib/timeval.h b/lib/timeval.h index f1f18b41b8..bc79a45ad9 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/lib/transfer.c b/lib/transfer.c index 7122e0d18f..6e669abc5b 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/transfer.h b/lib/transfer.h index a9b1cd3700..4e39c27528 100644 --- a/lib/transfer.h +++ b/lib/transfer.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ CURLcode Curl_perform(struct SessionHandle *data); CURLcode Curl_pretransfer(struct SessionHandle *data); diff --git a/lib/url.c b/lib/url.c index fe9c322bfa..e32e8da16c 100644 --- a/lib/url.c +++ b/lib/url.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* -- WIN32 approved -- */ diff --git a/lib/url.h b/lib/url.h index 35900812f2..cb3dd2f60a 100644 --- a/lib/url.h +++ b/lib/url.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include /* to make sure we have ap_list */ diff --git a/lib/urldata.h b/lib/urldata.h index f02bfc43dc..f6b8de9557 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This file is for lib internal stuff */ diff --git a/lib/version.c b/lib/version.c index ec57885e94..aa86e39024 100644 --- a/lib/version.c +++ b/lib/version.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/warnless.c b/lib/warnless.c index 45ed832f62..778a12facb 100644 --- a/lib/warnless.c +++ b/lib/warnless.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/lib/warnless.h b/lib/warnless.h index 41688de416..ac654fbc53 100644 --- a/lib/warnless.h +++ b/lib/warnless.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ unsigned short curlx_ultous(unsigned long ulnum); diff --git a/libcurl.pc.in b/libcurl.pc.in index 80fb8f9d5f..6eea31fb56 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### # This should most probably benefit from getting a "Requires:" field added diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index 3f434d4c01..1ea4d17ebf 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index d9b57ac91a..fb11ee3cbd 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index d515da2840..36bd31c490 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/m4/curl-override.m4 b/m4/curl-override.m4 index 2ef2a91f25..326c59cef1 100644 --- a/m4/curl-override.m4 +++ b/m4/curl-override.m4 @@ -1,5 +1,4 @@ #*************************************************************************** -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/m4/curl-reentrant.m4 b/m4/curl-reentrant.m4 index 4b619c3740..2e2d868d66 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/m4/curl-system.m4 b/m4/curl-system.m4 index dcefde91da..6e3e9f97b5 100644 --- a/m4/curl-system.m4 +++ b/m4/curl-system.m4 @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # File version for 'aclocal' use. Keep it a single number. diff --git a/maketgz b/maketgz old mode 100755 new mode 100644 index 95a292d0c4..a4c5614ba8 --- a/maketgz +++ b/maketgz @@ -22,7 +22,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### version=$1 diff --git a/mkinstalldirs b/mkinstalldirs old mode 100755 new mode 100644 index 521ecbe8d8..115df4e3d7 --- a/mkinstalldirs +++ b/mkinstalldirs @@ -4,7 +4,6 @@ # Created: 1993-05-16 # Public domain -# $Id$ errstatus=0 diff --git a/packages/AIX/RPM/README b/packages/AIX/RPM/README index f5e0f68b8d..790beb80e8 100644 --- a/packages/AIX/RPM/README +++ b/packages/AIX/RPM/README @@ -1,4 +1,3 @@ -$Id$ _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | diff --git a/packages/DOS/common.dj b/packages/DOS/common.dj index 1f5d696363..a32f10c541 100644 --- a/packages/DOS/common.dj +++ b/packages/DOS/common.dj @@ -1,4 +1,3 @@ -# $Id$ # # Common defines for curl (djgpp/Watt-32) # diff --git a/packages/NetWare/get_ver.awk b/packages/NetWare/get_ver.awk index af61319867..2f3b30814e 100644 --- a/packages/NetWare/get_ver.awk +++ b/packages/NetWare/get_ver.awk @@ -18,7 +18,6 @@ # * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # * KIND, either express or implied. # * -# * $Id$ # *************************************************************************** # awk script which fetches curl / ares version number and string from input # file and writes them to STDOUT. Here you can get an awk version for Win32: diff --git a/packages/OS400/README.OS400 b/packages/OS400/README.OS400 index ce64e54a29..746bba8a53 100644 --- a/packages/OS400/README.OS400 +++ b/packages/OS400/README.OS400 @@ -1,4 +1,3 @@ -$Id$ Implementation notes: diff --git a/packages/OS400/ccsidcurl.c b/packages/OS400/ccsidcurl.c index 38fe2ba544..ad67e1c87b 100644 --- a/packages/OS400/ccsidcurl.c +++ b/packages/OS400/ccsidcurl.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ * ***************************************************************************/ diff --git a/packages/OS400/ccsidcurl.h b/packages/OS400/ccsidcurl.h index 0efacef365..96340c9219 100644 --- a/packages/OS400/ccsidcurl.h +++ b/packages/OS400/ccsidcurl.h @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ * ***************************************************************************/ diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 697134bbb4..f4b2b38363 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF * ANY KIND, either express or implied. * - * $Id$ * ************************************************************************** * diff --git a/packages/OS400/initscript.sh b/packages/OS400/initscript.sh index 15ae86ea58..df6bf49b6d 100644 --- a/packages/OS400/initscript.sh +++ b/packages/OS400/initscript.sh @@ -1,6 +1,5 @@ #!/bin/sh -# $Id$ case "${SCRIPTDIR}" in /*) ;; diff --git a/packages/OS400/make-include.sh b/packages/OS400/make-include.sh index 2d34047bd4..834ee2fce9 100644 --- a/packages/OS400/make-include.sh +++ b/packages/OS400/make-include.sh @@ -2,7 +2,6 @@ # # Installation of the include files in the OS/400 library. # -# $Id$ SCRIPTDIR=`dirname "${0}"` . "${SCRIPTDIR}/initscript.sh" diff --git a/packages/OS400/make-lib.sh b/packages/OS400/make-lib.sh index 876cc6ba49..b7f951b5a4 100644 --- a/packages/OS400/make-lib.sh +++ b/packages/OS400/make-lib.sh @@ -2,7 +2,6 @@ # # libcurl compilation script for the OS/400. # -# $Id$ SCRIPTDIR=`dirname "${0}"` . "${SCRIPTDIR}/initscript.sh" diff --git a/packages/OS400/make-src.sh b/packages/OS400/make-src.sh index ba71153223..090ae12874 100644 --- a/packages/OS400/make-src.sh +++ b/packages/OS400/make-src.sh @@ -1,5 +1,4 @@ #!/bin/sh # -# $Id$ # # Not implemented yet on OS/400. diff --git a/packages/OS400/make-tests.sh b/packages/OS400/make-tests.sh index 71943bae45..06c9669118 100644 --- a/packages/OS400/make-tests.sh +++ b/packages/OS400/make-tests.sh @@ -2,7 +2,6 @@ # # tests compilation script for the OS/400. # -# $Id$ SCRIPTDIR=`dirname "${0}"` diff --git a/packages/OS400/makefile.sh b/packages/OS400/makefile.sh index 6f435d4a37..1e67290d51 100644 --- a/packages/OS400/makefile.sh +++ b/packages/OS400/makefile.sh @@ -2,7 +2,6 @@ # # curl compilation script for the OS/400. # -# $Id$ # # This is a shell script since make is not a standard component of OS/400. diff --git a/packages/OS400/os400sys.c b/packages/OS400/os400sys.c index 0a525f253f..0517f72499 100644 --- a/packages/OS400/os400sys.c +++ b/packages/OS400/os400sys.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ * ***************************************************************************/ diff --git a/packages/OS400/os400sys.h b/packages/OS400/os400sys.h index fb36ac8784..e708365e0c 100644 --- a/packages/OS400/os400sys.h +++ b/packages/OS400/os400sys.h @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ * ***************************************************************************/ diff --git a/packages/Solaris/Makefile.am b/packages/Solaris/Makefile.am index 4750a677b0..d0129479f0 100644 --- a/packages/Solaris/Makefile.am +++ b/packages/Solaris/Makefile.am @@ -1,5 +1,4 @@ # -# $Id$ # PKGADD_PKG="@PKGADD_PKG@" diff --git a/packages/vms/build_vms.com b/packages/vms/build_vms.com old mode 100755 new mode 100644 index 00b55d3d6d..68d9f002b1 --- a/packages/vms/build_vms.com +++ b/packages/vms/build_vms.com @@ -1,4 +1,3 @@ -$! $Id$ $! BUILD_VMS.COM $! $! I've taken the original build_vms.com, supplied by Nico Baggus, if diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h index aae88e7c04..461001c1c6 100644 --- a/packages/vms/config-vms.h +++ b/packages/vms/config-vms.h @@ -1,7 +1,6 @@ #ifndef HEADER_CONFIG_VMS_H #define HEADER_CONFIG_VMS_H -/* $Id$ */ /* */ /* MSK, 02/05/04, Hand edited for trail build on Alpha V7.3, DEC C 6.5-003 */ /* MSK, 03/09/04, Seems to work for all platforms I've built on so far. */ diff --git a/packages/vms/curlmsg.h b/packages/vms/curlmsg.h index 08da68a8ae..32f335fd6e 100644 --- a/packages/vms/curlmsg.h +++ b/packages/vms/curlmsg.h @@ -4,7 +4,6 @@ #pragma __member_alignment __save #pragma __nomember_alignment -/* $Id$ */ /* */ /* CURLMSG.H */ /* */ diff --git a/packages/vms/curlmsg.msg b/packages/vms/curlmsg.msg index 3765167f48..7fd4483538 100644 --- a/packages/vms/curlmsg.msg +++ b/packages/vms/curlmsg.msg @@ -1,4 +1,3 @@ -! $Id$ ! ! These VMS error codes are generated by taking apart the curl.h ! file and putting all the CURLE_* enum stuff into this file, diff --git a/packages/vms/curlmsg_vms.h b/packages/vms/curlmsg_vms.h index 14398a91e1..e99e88c48f 100644 --- a/packages/vms/curlmsg_vms.h +++ b/packages/vms/curlmsg_vms.h @@ -1,7 +1,6 @@ #ifndef HEADER_CURLMSG_VMS_H #define HEADER_CURLMSG_VMS_H -/* $Id$ */ /* */ /* CURLMSG_VMS.H */ /* */ diff --git a/packages/vms/readme b/packages/vms/readme index 078fb43717..22fde88e24 100644 --- a/packages/vms/readme +++ b/packages/vms/readme @@ -1,4 +1,3 @@ -$Id$ _ _ ____ _ ___| | | | _ \| | / __| | | | |_) | | diff --git a/perl/contrib/formfind b/perl/contrib/formfind old mode 100755 new mode 100644 index c080f7416d..3ca8ea49f9 --- a/perl/contrib/formfind +++ b/perl/contrib/formfind @@ -1,5 +1,4 @@ #!/usr/bin/env perl -# $Id$ # # formfind.pl # diff --git a/sample.emacs b/sample.emacs index c3d05d2bc2..e4470fe9eb 100644 --- a/sample.emacs +++ b/sample.emacs @@ -1,4 +1,3 @@ -;; $Id$ -*- emacs-lisp -*- ;; This file was contributed by Mats Lidell diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index fdb34fe5be..423f946b1b 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -2,7 +2,6 @@ # Watcom / OpenWatcom / Win32 makefile for cURL. # G. Vanem # -# $Id$ CC = wcc386 diff --git a/src/Makefile.am b/src/Makefile.am index 657a136d43..3672458ca9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc diff --git a/src/Makefile.b32 b/src/Makefile.b32 index b4677c60c4..5406c738da 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -1,5 +1,4 @@ ############################################################ -# $Id$ # # Makefile.b32 - Borland's C++ Compiler 5.X # diff --git a/src/Makefile.m32 b/src/Makefile.m32 index d561c8190c..60c081c1a8 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -1,5 +1,4 @@ ######################################################################### -# $Id$ # ## Makefile for building curl.exe with MingW32 (GCC-3.2 or later) ## and optionally OpenSSL (0.9.8), libssh2 (1.1), zlib (1.2.3) diff --git a/src/Makefile.netware b/src/Makefile.netware index 8adb104c45..0bc80a7fe9 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -1,5 +1,4 @@ ################################################################# -# $Id$ # ## Makefile for building curl.nlm (NetWare version - gnu make) ## Use: make -f Makefile.netware diff --git a/src/config-amigaos.h b/src/config-amigaos.h index 9ca624ebb8..fba875dab0 100644 --- a/src/config-amigaos.h +++ b/src/config-amigaos.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __AMIGA__ /* Any AmigaOS flavour */ diff --git a/src/curl.rc b/src/curl.rc index 90c070c798..58e439d3b8 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include #include "version.h" diff --git a/src/curlutil.c b/src/curlutil.c index 1712ce3c62..bca2db7aa3 100644 --- a/src/curlutil.c +++ b/src/curlutil.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/curlutil.h b/src/curlutil.h index 50f0bfaf50..a993a775e2 100644 --- a/src/curlutil.h +++ b/src/curlutil.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/getpass.c b/src/getpass.c index ce3ab5e0f6..b441a5ad9d 100644 --- a/src/getpass.c +++ b/src/getpass.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This file is a reimplementation of the previous one, due to license diff --git a/src/getpass.h b/src/getpass.h index 3d5823329d..3b29d47a1f 100644 --- a/src/getpass.h +++ b/src/getpass.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifndef HAVE_GETPASS_R /* If there's a system-provided function named like this, we trust it is diff --git a/src/homedir.c b/src/homedir.c index e2fbc7a3ac..ab1d369461 100644 --- a/src/homedir.c +++ b/src/homedir.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/homedir.h b/src/homedir.h index 84420eeaee..c88d517239 100644 --- a/src/homedir.h +++ b/src/homedir.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ char *homedir(void); diff --git a/src/hugehelp.h b/src/hugehelp.h index a6c66ded62..b84be17f54 100644 --- a/src/hugehelp.h +++ b/src/hugehelp.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void hugehelp(void); diff --git a/src/main.c b/src/main.c index a0096b7904..80edfe048e 100644 --- a/src/main.c +++ b/src/main.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/makefile.dj b/src/makefile.dj index 6534dd11fa..7f997f338a 100644 --- a/src/makefile.dj +++ b/src/makefile.dj @@ -1,5 +1,4 @@ # -# $Id$ # # Adapted for djgpp2 / Watt-32 / DOS by # Gisle Vanem diff --git a/src/os-specific.c b/src/os-specific.c index 664e74070e..ac07c4ceca 100644 --- a/src/os-specific.c +++ b/src/os-specific.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/os-specific.h b/src/os-specific.h index 535bb952c2..93cac743cc 100644 --- a/src/os-specific.h +++ b/src/os-specific.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #ifdef __VMS diff --git a/src/setup.h b/src/setup.h index 16112f50d8..69da710249 100644 --- a/src/setup.h +++ b/src/setup.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #define CURL_NO_OLDIES diff --git a/src/urlglob.c b/src/urlglob.c index a849b2b878..5f8fb28682 100644 --- a/src/urlglob.c +++ b/src/urlglob.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* client-local setup.h */ diff --git a/src/urlglob.h b/src/urlglob.h index 841b6ced29..a5b789e6b8 100644 --- a/src/urlglob.h +++ b/src/urlglob.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ typedef enum { UPTSet=1, diff --git a/src/version.h b/src/version.h index 75866fac47..ce83b8579b 100644 --- a/src/version.h +++ b/src/version.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include diff --git a/src/writeenv.c b/src/writeenv.c index 6ee0e948cc..18e1a063db 100644 --- a/src/writeenv.c +++ b/src/writeenv.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/writeenv.h b/src/writeenv.h index 8343deff0b..8d92f6c895 100644 --- a/src/writeenv.h +++ b/src/writeenv.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void ourWriteEnv(CURL *curl); diff --git a/src/writeout.c b/src/writeout.c index 9aab771840..b8801a4bb5 100644 --- a/src/writeout.c +++ b/src/writeout.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/src/writeout.h b/src/writeout.h index c5b7ee6ee6..1b221026e4 100644 --- a/src/writeout.h +++ b/src/writeout.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void ourWriteOut(CURL *curl, const char *out); diff --git a/tests/Makefile.am b/tests/Makefile.am index 16212ec146..31ffd3aa12 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### HTMLPAGES = testcurl.html runtests.html diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 329f27c96c..42c5f8aa17 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -1,4 +1,3 @@ -# $Id$ # This file can be used to specify test cases that should not run when all # test cases are run by runtests.pl. Just add the plain test case numbers, one # per line. diff --git a/tests/ftp.pm b/tests/ftp.pm index 2be547fc76..6a46e76513 100644 --- a/tests/ftp.pm +++ b/tests/ftp.pm @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### use strict; diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a97af17a4a..d6b676cab3 100644 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### # This is a server designed for the curl test suite. diff --git a/tests/httpserver.pl b/tests/httpserver.pl old mode 100755 new mode 100644 index ae913e7801..98d62cd0e6 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** BEGIN { diff --git a/tests/keywords.pl b/tests/keywords.pl old mode 100755 new mode 100644 index 6eaff4e4ce..523bde1fcb --- a/tests/keywords.pl +++ b/tests/keywords.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### use strict; diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index 9c041d7f29..70b0f12a4a 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc diff --git a/tests/libtest/first.c b/tests/libtest/first.c index 032704ca02..770f9d527d 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index c0cc9dee5c..dc6967cbe9 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib501.c b/tests/libtest/lib501.c index 8963fbb391..770cf8f740 100644 --- a/tests/libtest/lib501.c +++ b/tests/libtest/lib501.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c index d1c734cc7f..f6be5aaf72 100644 --- a/tests/libtest/lib502.c +++ b/tests/libtest/lib502.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 3e8f3dc554..2301186afc 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 5eedb9ecc3..418da2f8cb 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index b1c6799909..9dfae84053 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c index 99cf915d33..9209056ddc 100644 --- a/tests/libtest/lib506.c +++ b/tests/libtest/lib506.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index 306ba2da32..9707c9b07a 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib508.c b/tests/libtest/lib508.c index f392e414d0..0fa5eb9d2f 100644 --- a/tests/libtest/lib508.c +++ b/tests/libtest/lib508.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib510.c b/tests/libtest/lib510.c index bb0a11f251..f3f8cdbc0b 100644 --- a/tests/libtest/lib510.c +++ b/tests/libtest/lib510.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib511.c b/tests/libtest/lib511.c index 0e2f3df103..dea97c5e21 100644 --- a/tests/libtest/lib511.c +++ b/tests/libtest/lib511.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib512.c b/tests/libtest/lib512.c index 14072f45cd..9f59f7bafb 100644 --- a/tests/libtest/lib512.c +++ b/tests/libtest/lib512.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib513.c b/tests/libtest/lib513.c index 6024563101..c85006e1d7 100644 --- a/tests/libtest/lib513.c +++ b/tests/libtest/lib513.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib514.c b/tests/libtest/lib514.c index 6a5733e99e..283f89e4b2 100644 --- a/tests/libtest/lib514.c +++ b/tests/libtest/lib514.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib515.c b/tests/libtest/lib515.c index 56ee68ead3..2660ae3698 100644 --- a/tests/libtest/lib515.c +++ b/tests/libtest/lib515.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib516.c b/tests/libtest/lib516.c index 8721583cfb..b796dbbb72 100644 --- a/tests/libtest/lib516.c +++ b/tests/libtest/lib516.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index d07e746026..3f7b064ab2 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c index 9d1ae96ac2..9e683d9563 100644 --- a/tests/libtest/lib518.c +++ b/tests/libtest/lib518.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib519.c b/tests/libtest/lib519.c index 66013498bf..f885c5de6e 100644 --- a/tests/libtest/lib519.c +++ b/tests/libtest/lib519.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib520.c b/tests/libtest/lib520.c index 57355a58fd..a0e1244899 100644 --- a/tests/libtest/lib520.c +++ b/tests/libtest/lib520.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib521.c b/tests/libtest/lib521.c index a51b4e83c8..a4ae5558af 100644 --- a/tests/libtest/lib521.c +++ b/tests/libtest/lib521.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c index 1dcfcd9c11..a1ac4a4e98 100644 --- a/tests/libtest/lib523.c +++ b/tests/libtest/lib523.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib524.c b/tests/libtest/lib524.c index 0b3ec5845f..ee520628b4 100644 --- a/tests/libtest/lib524.c +++ b/tests/libtest/lib524.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index 41a519e7ee..d2542577b9 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index 65fa2fd3af..0418b6ba20 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index 01f35f765c..abefc92d33 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c index 42dfb1a419..89ac7bf899 100644 --- a/tests/libtest/lib533.c +++ b/tests/libtest/lib533.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* used for test case 533, 534 and 535 */ diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c index 2300ce1095..04bc6965d3 100644 --- a/tests/libtest/lib536.c +++ b/tests/libtest/lib536.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c index b15cb8ac10..842dbab777 100644 --- a/tests/libtest/lib537.c +++ b/tests/libtest/lib537.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib539.c b/tests/libtest/lib539.c index f7df40854d..9909d01d14 100644 --- a/tests/libtest/lib539.c +++ b/tests/libtest/lib539.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c index 5fcf7bc9de..bf4cd5225c 100644 --- a/tests/libtest/lib540.c +++ b/tests/libtest/lib540.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This is the 'proxyauth.c' test app posted by Shmulik Regev on the libcurl * mailing list on 10 Jul 2007, converted to a test case. diff --git a/tests/libtest/lib541.c b/tests/libtest/lib541.c index 9305a936c7..c060b8ac75 100644 --- a/tests/libtest/lib541.c +++ b/tests/libtest/lib541.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib542.c b/tests/libtest/lib542.c index 585c18b3c3..ef7b483b41 100644 --- a/tests/libtest/lib542.c +++ b/tests/libtest/lib542.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib543.c b/tests/libtest/lib543.c index 88387a1987..8f14f84113 100644 --- a/tests/libtest/lib543.c +++ b/tests/libtest/lib543.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Based on Alex Fishman's bug report on September 30, 2007 */ diff --git a/tests/libtest/lib544.c b/tests/libtest/lib544.c index 3229fdad34..6bc899cc5c 100644 --- a/tests/libtest/lib544.c +++ b/tests/libtest/lib544.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib547.c b/tests/libtest/lib547.c index ba81b49c45..4ef303726e 100644 --- a/tests/libtest/lib547.c +++ b/tests/libtest/lib547.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * argv1 = URL * argv2 = proxy diff --git a/tests/libtest/lib549.c b/tests/libtest/lib549.c index 4a3ee7bec3..9fd18b2259 100644 --- a/tests/libtest/lib549.c +++ b/tests/libtest/lib549.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * argv1 = URL * argv2 = proxy diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c index 530c5df067..eeecf6f919 100644 --- a/tests/libtest/lib552.c +++ b/tests/libtest/lib552.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * argv1 = URL * argv2 = proxy with embedded user+password diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c index c5644a04d3..8694daf67a 100644 --- a/tests/libtest/lib553.c +++ b/tests/libtest/lib553.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This test case and code is based on the bug recipe Joe Malicki provided for * bug report #1871269, fixed on Jan 14 2008 before the 7.18.0 release. diff --git a/tests/libtest/lib554.c b/tests/libtest/lib554.c index 5a78c52cb8..d7c68241af 100644 --- a/tests/libtest/lib554.c +++ b/tests/libtest/lib554.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib555.c b/tests/libtest/lib555.c index e5628a6d54..55b3f13ed8 100644 --- a/tests/libtest/lib555.c +++ b/tests/libtest/lib555.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * This test case is supposed to be identical to 547 except that this uses the * multi interface and 547 is easy interface. diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index 583723d224..78d123baa0 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c index d09b567f2f..48ccaf38e0 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c index 7ed991dd35..56f2a2612c 100644 --- a/tests/libtest/lib558.c +++ b/tests/libtest/lib558.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c index f553cc785b..ce6809d39c 100644 --- a/tests/libtest/lib560.c +++ b/tests/libtest/lib560.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * */ #include "test.h" diff --git a/tests/libtest/lib562.c b/tests/libtest/lib562.c index 7f84a9aad9..d78ecce25f 100644 --- a/tests/libtest/lib562.c +++ b/tests/libtest/lib562.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c index 827e08dda5..d33f230428 100644 --- a/tests/libtest/lib564.c +++ b/tests/libtest/lib564.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib566.c b/tests/libtest/lib566.c index 03ad1ec755..889f15b3ad 100644 --- a/tests/libtest/lib566.c +++ b/tests/libtest/lib566.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib567.c b/tests/libtest/lib567.c index feae2cecf8..e1df0c1e4e 100644 --- a/tests/libtest/lib567.c +++ b/tests/libtest/lib567.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib568.c b/tests/libtest/lib568.c index 3443c406a7..1f16664cb8 100644 --- a/tests/libtest/lib568.c +++ b/tests/libtest/lib568.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib569.c b/tests/libtest/lib569.c index 9b345b0657..b5182d64ca 100644 --- a/tests/libtest/lib569.c +++ b/tests/libtest/lib569.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib570.c b/tests/libtest/lib570.c index 8cfc0b88b5..9fe2eceaa5 100644 --- a/tests/libtest/lib570.c +++ b/tests/libtest/lib570.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/lib571.c b/tests/libtest/lib571.c index 24c507545a..2892211aa5 100644 --- a/tests/libtest/lib571.c +++ b/tests/libtest/lib571.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ #include "test.h" diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 3a01a07dc0..2a3671181f 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ */ /* Now include the setup.h file from libcurl's private libdir (the source diff --git a/tests/libtest/testutil.c b/tests/libtest/testutil.c index a70652626d..63393c589c 100644 --- a/tests/libtest/testutil.c +++ b/tests/libtest/testutil.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/tests/libtest/testutil.h b/tests/libtest/testutil.h index 6f7839d245..6a322e3cb7 100644 --- a/tests/libtest/testutil.h +++ b/tests/libtest/testutil.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #include "setup.h" diff --git a/tests/rtspserver.pl b/tests/rtspserver.pl old mode 100755 new mode 100644 index 2bdc54a76a..515128d7ba --- a/tests/rtspserver.pl +++ b/tests/rtspserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** BEGIN { diff --git a/tests/runtests.1 b/tests/runtests.1 index 5386a1edc6..45f8783332 100644 --- a/tests/runtests.1 +++ b/tests/runtests.1 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH runtests.pl 1 "2 Feb 2010" "Curl 7.20.0" "runtests" diff --git a/tests/runtests.pl b/tests/runtests.pl old mode 100755 new mode 100644 index 4cdb475380..6e3b5b9cf2 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### # Experimental hooks are available to run tests remotely on machines that diff --git a/tests/secureserver.pl b/tests/secureserver.pl index f424f8dcce..064fa84f5e 100644 --- a/tests/secureserver.pl +++ b/tests/secureserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # This is the HTTPS, FTPS, POP3S, IMAPS, SMTPS, server used for curl test diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index f453d779a0..d4b9cc38ae 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### AUTOMAKE_OPTIONS = foreign nostdinc diff --git a/tests/server/getpart.c b/tests/server/getpart.c index 6f893a8bc3..a3b5f2fb11 100644 --- a/tests/server/getpart.c +++ b/tests/server/getpart.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #define CURL_NO_OLDIES diff --git a/tests/server/getpart.h b/tests/server/getpart.h index 276d41de76..78a0be2cd2 100644 --- a/tests/server/getpart.h +++ b/tests/server/getpart.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #define GPE_NO_BUFFER_SPACE -2 diff --git a/tests/server/resolve.c b/tests/server/resolve.c index 7b4af2b11a..26ad853009 100644 --- a/tests/server/resolve.c +++ b/tests/server/resolve.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* Purpose diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c index 4d2c639be4..788d61c36b 100644 --- a/tests/server/rtspd.c +++ b/tests/server/rtspd.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 63c0c663c0..714d6fcde8 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* Purpose diff --git a/tests/server/sws.c b/tests/server/sws.c index 56345c1e55..44a84a9865 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* sws.c: simple (silly?) web server diff --git a/tests/server/testpart.c b/tests/server/testpart.c index a78799ca7a..9409714503 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #define CURL_NO_OLDIES diff --git a/tests/server/tftp.h b/tests/server/tftp.h index d6c7acec5d..f60f122570 100644 --- a/tests/server/tftp.h +++ b/tests/server/tftp.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ /* This file is a rewrite/clone of the arpa/tftp.h file for systems without diff --git a/tests/server/tftpd.c b/tests/server/tftpd.c index a06b815b7f..0adcd496da 100644 --- a/tests/server/tftpd.c +++ b/tests/server/tftpd.c @@ -5,7 +5,6 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * $Id$ * * Trivial file transfer protocol server. * diff --git a/tests/server/util.c b/tests/server/util.c index 42abeed874..52802a82ca 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -18,7 +18,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ #define CURL_NO_OLDIES diff --git a/tests/server/util.h b/tests/server/util.h index aaca005f28..76cd88d163 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -20,7 +20,6 @@ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * - * $Id$ ***************************************************************************/ void logmsg(const char *msg, ...); diff --git a/tests/serverhelp.pm b/tests/serverhelp.pm index 41b7c6647f..4b3b50545a 100644 --- a/tests/serverhelp.pm +++ b/tests/serverhelp.pm @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** package serverhelp; diff --git a/tests/sshhelp.pm b/tests/sshhelp.pm index 736dc91215..18de9d3ec2 100644 --- a/tests/sshhelp.pm +++ b/tests/sshhelp.pm @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** package sshhelp; diff --git a/tests/sshserver.pl b/tests/sshserver.pl index f0290e2247..b4390158d0 100644 --- a/tests/sshserver.pl +++ b/tests/sshserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** # Starts sshd for use in the SCP, SFTP and SOCKS curl test harness tests. diff --git a/tests/testcurl.1 b/tests/testcurl.1 index d106211f93..eb11f616a6 100644 --- a/tests/testcurl.1 +++ b/tests/testcurl.1 @@ -18,7 +18,6 @@ .\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY .\" * KIND, either express or implied. .\" * -.\" * $Id$ .\" ************************************************************************** .\" .TH testcurl.pl 1 "20 May 2005" "Curl 7.14.1" "testcurl" diff --git a/tests/testcurl.pl b/tests/testcurl.pl old mode 100755 new mode 100644 index 533a3a4812..8eef6cb4e6 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### ########################### diff --git a/tests/tftpserver.pl b/tests/tftpserver.pl old mode 100755 new mode 100644 index 78dc99c225..c5382ec668 --- a/tests/tftpserver.pl +++ b/tests/tftpserver.pl @@ -19,7 +19,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ #*************************************************************************** BEGIN { diff --git a/tests/valgrind.pm b/tests/valgrind.pm index b8c2594efc..78523ead61 100644 --- a/tests/valgrind.pm +++ b/tests/valgrind.pm @@ -18,7 +18,6 @@ # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY # KIND, either express or implied. # -# $Id$ ########################################################################### use File::Basename;