From 123c6d5c82c34c3ac48fb051dd8d9ce8fe4ad51b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2010 10:45:47 +0100 Subject: s/CVS/git --- include/README | 2 +- include/curl/Makefile.am | 2 +- include/curl/curlbuild.h.dist | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/README b/include/README index f4cc18b44..205f9f7dd 100644 --- a/include/README +++ b/include/README @@ -24,7 +24,7 @@ The following notes apply to libcurl version 7.19.0 and later. * The distributed curlbuild.h file is generated as a copy of curlbuild.h.dist when the libcurl source code distribution archive file is originally created. -* If you check out from CVS on a non-configure platform, you must run the +* If you check out from git on a non-configure platform, you must run the appropriate buildconf* script to set up curlbuild.h and other local files before being able of compiling the library. diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am index bee5c25af..a3b444386 100644 --- a/include/curl/Makefile.am +++ b/include/curl/Makefile.am @@ -4,7 +4,7 @@ pkginclude_HEADERS = \ pkgincludedir= $(includedir)/curl -# curlbuild.h does not exist in the CVS tree. When the original libcurl +# curlbuild.h does not exist in the git tree. When the original libcurl # source code distribution archive file is created, curlbuild.h.dist is # renamed to curlbuild.h and included in the tarball so that it can be # used directly on non-configure systems. diff --git a/include/curl/curlbuild.h.dist b/include/curl/curlbuild.h.dist index 0ee7135c5..da9506923 100644 --- a/include/curl/curlbuild.h.dist +++ b/include/curl/curlbuild.h.dist @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2009, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -90,7 +90,7 @@ * when the libcurl source code distribution archive file is created. * * File include/curl/curlbuild.h.dist is not included in the distribution - * archive. File include/curl/curlbuild.h is not present in the CVS tree. + * archive. File include/curl/curlbuild.h is not present in the git tree. * * The distributed include/curl/curlbuild.h file is only intended to be used * on systems which can not run the also distributed configure script. @@ -100,7 +100,7 @@ * is suitable and specific to the library being configured and built, which * is generated from the include/curl/curlbuild.h.in template file. * - * If you check out from CVS on a non-configure platform, you must run the + * If you check out from git on a non-configure platform, you must run the * appropriate buildconf* script to set up curlbuild.h and other local files. * */ -- cgit v1.2.3