aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-24 10:45:47 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-24 10:45:47 +0100
commit123c6d5c82c34c3ac48fb051dd8d9ce8fe4ad51b (patch)
tree5742e39b08c634309ff48fefa383bfbfa8b83b00 /include
parent3f96b7827b18be5fb0050af17663337a4fc56234 (diff)
s/CVS/git
Diffstat (limited to 'include')
-rw-r--r--include/README2
-rw-r--r--include/curl/Makefile.am2
-rw-r--r--include/curl/curlbuild.h.dist6
3 files changed, 5 insertions, 5 deletions
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, <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.
@@ -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.
*
*/