From 60e66c6cbf2009fb344617cbe5d57224225e7e31 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 11 Apr 2005 14:07:02 +0000 Subject: credits --- ares/AUTHORS | 13 +++++++++++++ ares/Makefile.am | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 ares/AUTHORS 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 -- cgit v1.2.3