s/CVS/git
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 09:45:47 +0000 (10:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Mar 2010 09:45:47 +0000 (10:45 +0100)
include/README
include/curl/Makefile.am
include/curl/curlbuild.h.dist

index f4cc18b..205f9f7 100644 (file)
@@ -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.
 
index bee5c25..a3b4443 100644 (file)
@@ -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.
index 0ee7135..da95069 100644 (file)
@@ -7,7 +7,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2010, Daniel Stenberg, <daniel@haxx.se>, 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.
  * 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.
  *
  */