summaryrefslogtreecommitdiff
path: root/README.cares
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-29 11:32:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-29 11:32:24 +0000
commit9b665b2b78d27dd9500fbacd967c0996c4f7bde2 (patch)
treed5e34a9909dd9fbba0047f73e8c5b94fc45a1444 /README.cares
parentefe7020e54a1e77be7bdc7de005cd84ca236b775 (diff)
downloadc-ares-9b665b2b78d27dd9500fbacd967c0996c4f7bde2.tar.gz
c-ares-9b665b2b78d27dd9500fbacd967c0996c4f7bde2.tar.bz2
c-ares-9b665b2b78d27dd9500fbacd967c0996c4f7bde2.zip
c-ares specific README, leaving most of the original README as-is
Diffstat (limited to 'README.cares')
-rw-r--r--README.cares20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.cares b/README.cares
new file mode 100644
index 0000000..688cd0f
--- /dev/null
+++ b/README.cares
@@ -0,0 +1,20 @@
+
+This package is based on ares 1.1.1 (written by Greg Hudson). I've decided to
+put together and release my own ares archives since the ares maintainer
+doesn't want these improvements.
+
+The package is thus dubbed 'c-ares' since I (Daniel Stenberg) want this for
+use within the curl project (hence the letter C) and it makes a nice
+pun. Also, c-ares will not remain API compatible with the original ares, so
+picking a new name makes it more obvious to the public.
+
+The full source code is available in the 'c-ares' release archives, and in the
+'ares' subdir of the curl CVS source repostitory.
+
+If you find bugs, correct flaws, have questions or have comments in general in
+regard to c-ares (or by all means the original ares too), get in touch with us
+on the curl-library mailing list.
+
+c-ares is of course distributed under the same MIT-style license as the
+original ares.
+