diff options
-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 |