Skip to content

Commit 2309b4e

Browse files
committed
remove the CVSish $Id$ lines
1 parent dd0c31c commit 2309b4e

File tree

434 files changed

+0
-434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

434 files changed

+0
-434
lines changed

Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
# KIND, either express or implied.
2020
#
21-
# $Id$
2221
###########################################################################
2322

2423
AUTOMAKE_OPTIONS = foreign

Makefile.dist

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
# KIND, either express or implied.
2020
#
21-
# $Id$
2221
###########################################################################
2322

2423
VC=vc6

acinclude.m4

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
# KIND, either express or implied.
2020
#
21-
# $Id$
2221
#***************************************************************************
2322

2423

buildconf

100755100644
-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
2020
# KIND, either express or implied.
2121
#
22-
# $Id$
2322
###########################################################################
2423

2524
die(){

buildconf.bat

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@echo off
22
REM
3-
REM $Id$
43
REM
54
REM This batch file must be used to set up a CVS tree to build on
65
REM systems where there is no autotools support (i.e. Microsoft).

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
# KIND, either express or implied.
2020
#
21-
# $Id$
2221
#***************************************************************************
2322
dnl Process this file with autoconf to produce a configure script.
2423

curl-config.in

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
2020
# KIND, either express or implied.
2121
#
22-
# $Id$
2322
###########################################################################
2423

2524
prefix=@prefix@

curl-style.el

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
;;;; Emacs Lisp help for writing curl code. ;;;;
2-
;;;; $Id$
32

43
;;; The curl hacker's C conventions.
54
;;; See the sample.emacs file on how this file can be made to take

docs/BUGS

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
$Id$
21
_ _ ____ _
32
___| | | | _ \| |
43
/ __| | | | |_) | |

docs/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#
2-
# $Id$
32
#
43

54
AUTOMAKE_OPTIONS = foreign no-dependencies

docs/curl-config.1

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
.\" * KIND, either express or implied.
2020
.\" *
21-
.\" * $Id$
2221
.\" **************************************************************************
2322
.\"
2423
.TH curl-config 1 "25 Oct 2007" "Curl 7.17.1" "curl-config manual"

docs/curl.1

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.\" * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
1919
.\" * KIND, either express or implied.
2020
.\" *
21-
.\" * $Id$
2221
.\" **************************************************************************
2322
.\"
2423
.TH curl 1 "28 November 2009" "Curl 7.20.0" "Curl Manual"

docs/examples/10-at-a-time.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example application source code using the multi interface to download many
1110
* files, but with a capped maximum amount of simultaneous transfers.

docs/examples/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#
2-
# $Id$
32
#
43

54
AUTOMAKE_OPTIONS = foreign nostdinc

docs/examples/Makefile.example

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# | (__| |_| | _ <| |___
66
# \___|\___/|_| \_\_____|
77
#
8-
# $Id$
98
#
109

1110
# What to call the final executable

docs/examples/Makefile.m32

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#########################################################################
2-
# $Id$
32
#
43
## Makefile for building curl examples with MingW32
54
## and optionally OpenSSL (0.9.8), libssh2 (0.18), zlib (1.2.3)

docs/examples/anyauthput.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/cacertinmem.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example using a "in core" PEM certificate to retrieve a https page.
1110
* Written by Theo Borm

docs/examples/chkspeed.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example source code to show how the callback function can be used to
1110
* download data into a chunk of memory instead of storing it in a file.

docs/examples/curlgtk.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109
/* Copyright (c) 2000 David Odin (aka DindinX) for MandrakeSoft */
1110
/* an attempt to use the curl library in concert with a gtk-threaded application */

docs/examples/debug.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/evhiperfifo.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example application source code using the multi socket interface to
1110
* download many files at once.

docs/examples/fileupload.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/ftpget.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/ftpgetinfo.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/ftpgetresp.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/ftpupload.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/ftpuploadresume.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Upload to FTP, resuming failed transfers
1110
*

docs/examples/getinfo.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/getinmemory.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example source code to show how the callback function can be used to
1110
* download data into a chunk of memory instead of storing it in a file.

docs/examples/ghiper.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example application source code using the multi socket interface to
1110
* download many files at once.

docs/examples/hiperfifo.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example application source code using the multi socket interface to
1110
* download many files at once.

docs/examples/htmltidy.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Download a document and use libtidy to parse the HTML.
1110
* Written by Jeff Pohlmeyer

docs/examples/htmltitle.cc

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
// Get a web page, parse it with libxml.

docs/examples/http-post.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/httpcustomheader.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/httpput.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/https.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/makefile.dj

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $Id$
21
#
32
# Adapted for djgpp / Watt-32 / DOS by
43
# Gisle Vanem <[email protected]>

docs/examples/multi-app.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* This is an example application source code using the multi interface.
1110
*/

docs/examples/multi-debugcallback.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* This is a very simple example using the multi interface and the debug
1110
* callback.

docs/examples/multi-double.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* This is a very simple example using the multi interface.
1110
*/

docs/examples/multi-post.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* This is an example application source code using the multi interface
1110
* to do a multipart formpost without "blocking".

docs/examples/multi-single.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* This is a very simple example using the multi interface.
1110
*/

docs/examples/multithread.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
/* A multi-threaded example that uses pthreads extensively to fetch

docs/examples/opensslthreadlock.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example source code to show one way to set the necessary OpenSSL locking
1110
* callbacks if you want to do multi-threaded transfers with HTTPS/FTPS with

docs/examples/persistant.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109

1110
#include <stdio.h>

docs/examples/post-callback.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* An example source code that issues a HTTP POST and we provide the actual
1110
* data through a read callback.

docs/examples/postit2.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*
109
* Example code that uploads a file name 'foo' to a remote script that accepts
1110
* "HTML form based" (as described in RFC1738) uploads using HTTP POST.

docs/examples/sampleconv.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* | (__| |_| | _ <| |___
66
* \___|\___/|_| \_\_____|
77
*
8-
* $Id$
98
*/
109
/*
1110
This is a simple example showing how a program on a non-ASCII platform

docs/examples/sendrecv.c

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
*
88
* An example of curl_easy_send() and curl_easy_recv() usage.
99
*
10-
* $Id$
1110
*/
1211

1312
#include <stdio.h>

0 commit comments

Comments
 (0)