From d3035d2d44156b88b9c6e4745d5044e8e290396d Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Sat, 18 Apr 2009 11:36:07 +0000 Subject: [PATCH] Add AUTHORS file. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2086 fd59a12c-fef9-0310-b244-a6a79926bd2f --- AUTHORS | 21 +++++++++++++++++++++ Makefile.am | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..5fe5069c --- /dev/null +++ b/AUTHORS @@ -0,0 +1,21 @@ +Last Updated April 2009 + +Main Developers +--------------- +Steven Dake Maintainer, totem implementation, evs, cfg, + logsys, service engine architecture, ipc system + poll, timers, objdb, hdb, sync, coroapi +Christine Caulfield cpg, cfg, quorum, confdb, totem ipv6 support +Fabien Thomas OS portability, BSD port +Hans Feldt logging inspiration +Angus Salkeld objdb, static code analysis cleanup +Lon Hohberger logsys +Fabio Di Nitto automake, pkgconfig, logsys, config, distro release +Jim Meyering automake, sanitizing APIs, warnings removal +Andrew Beekhof automake, integration with Pacemaker +Dave Teigland cpg specification, integration with cluster3 + +Significant credit belongs in our large vibrant community members, who are +unfortunately too numerous to list. Your tireless effort in testing, deploying, +and providing bug reports of our community driven software model shows that +open source can make a difference and produces better software. diff --git a/Makefile.am b/Makefile.am index f29e04a8..97bc80af 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure depcomp \ autoheader automake autoconf dist_doc_DATA = LICENSE QUICKSTART README.devmap \ - README.recovery SECURITY TODO + README.recovery SECURITY TODO AUTHORS sysconf_DATA = conf/corosync.conf