diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 1 | ||||
-rw-r--r-- | src/Makefile.am | 1 | ||||
-rw-r--r-- | src/Makefile.b32 | 1 | ||||
-rw-r--r-- | src/Makefile.m32 | 1 | ||||
-rw-r--r-- | src/Makefile.netware | 1 | ||||
-rw-r--r-- | src/config-amigaos.h | 1 | ||||
-rw-r--r-- | src/curl.rc | 1 | ||||
-rw-r--r-- | src/curlutil.c | 1 | ||||
-rw-r--r-- | src/curlutil.h | 1 | ||||
-rw-r--r-- | src/getpass.c | 1 | ||||
-rw-r--r-- | src/getpass.h | 1 | ||||
-rw-r--r-- | src/homedir.c | 1 | ||||
-rw-r--r-- | src/homedir.h | 1 | ||||
-rw-r--r-- | src/hugehelp.h | 1 | ||||
-rw-r--r-- | src/main.c | 1 | ||||
-rw-r--r-- | src/makefile.dj | 1 | ||||
-rw-r--r-- | src/os-specific.c | 1 | ||||
-rw-r--r-- | src/os-specific.h | 1 | ||||
-rw-r--r-- | src/setup.h | 1 | ||||
-rw-r--r-- | src/urlglob.c | 1 | ||||
-rw-r--r-- | src/urlglob.h | 1 | ||||
-rw-r--r-- | src/version.h | 1 | ||||
-rw-r--r-- | src/writeenv.c | 1 | ||||
-rw-r--r-- | src/writeenv.h | 1 | ||||
-rw-r--r-- | src/writeout.c | 1 | ||||
-rw-r--r-- | src/writeout.h | 1 |
26 files changed, 0 insertions, 26 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index fdb34fe5b..423f946b1 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -2,7 +2,6 @@ # Watcom / OpenWatcom / Win32 makefile for cURL. # G. Vanem <gvanem@broadpark.no> # -# $Id$ CC = wcc386 diff --git a/src/Makefile.am b/src/Makefile.am index 657a136d4..3672458ca 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 b4677c60c..5406c738d 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 d561c8190..60c081c1a 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 8adb104c4..0bc80a7fe 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 9ca624ebb..fba875dab 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 90c070c79..58e439d3b 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 <winver.h> #include "version.h" diff --git a/src/curlutil.c b/src/curlutil.c index 1712ce3c6..bca2db7aa 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 50f0bfaf5..a993a775e 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 ce3ab5e0f..b441a5ad9 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 3d5823329..3b29d47a1 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 e2fbc7a3a..ab1d36946 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 84420eeae..c88d51723 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 a6c66ded6..b84be17f5 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 a0096b790..80edfe048 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 6534dd11f..7f997f338 100644 --- a/src/makefile.dj +++ b/src/makefile.dj @@ -1,5 +1,4 @@ # -# $Id$ # # Adapted for djgpp2 / Watt-32 / DOS by # Gisle Vanem <giva@bgnett.no> diff --git a/src/os-specific.c b/src/os-specific.c index 664e74070..ac07c4cec 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 535bb952c..93cac743c 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 16112f50d..69da71024 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 a849b2b87..5f8fb2868 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 841b6ced2..a5b789e6b 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 75866fac4..ce83b8579 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 <curl/curlver.h> diff --git a/src/writeenv.c b/src/writeenv.c index 6ee0e948c..18e1a063d 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 8343deff0..8d92f6c89 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 9aab77184..b8801a4bb 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 c5b7ee6ee..1b221026e 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); |