diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-04-11 14:07:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-04-11 14:07:02 +0000 |
commit | 60e66c6cbf2009fb344617cbe5d57224225e7e31 (patch) | |
tree | 0c222e21b05137bc3d523a3659411550e312ad33 /ares | |
parent | 5ad2a253e865119724bbaa28a79a3f85b87f94e8 (diff) |
credits
Diffstat (limited to 'ares')
-rw-r--r-- | ares/AUTHORS | 13 | ||||
-rw-r--r-- | ares/Makefile.am | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/ares/AUTHORS b/ares/AUTHORS new file mode 100644 index 000000000..4a8e9f66f --- /dev/null +++ b/ares/AUTHORS @@ -0,0 +1,13 @@ +c-ares is based on ares, and these are the people that have worked on it since +the fork was made: + +Daniel Stenberg +Dominick Meglio +liren at vivisimo.com +James Bursa +Duncan Wilcox +Dirk Manske +Dan Fandrich +Gisle Vanem +Gunter Knauf +Henrik Stoerner diff --git a/ares/Makefile.am b/ares/Makefile.am index 10ed5c8d6..ccb1f4721 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -12,7 +12,7 @@ MSVCFILES = vc/adig/adig.dep vc/adig/adig.dsp vc/adig/adig.mak \ # adig and ahost are just sample programs and thus not mentioned with the # regular sources and headers EXTRA_DIST = CHANGES README.cares Makefile.inc adig.c ahost.c $(man_MANS) \ - $(MSVCFILES) + $(MSVCFILES) AUTHORS VER=-version-info 0:0:0 |