From 1224114e80a902a08b89a2bfcaf0503a367b77ac Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Sun, 31 Aug 2003 05:24:17 +0000 Subject: Updated AUTHORS to include all contributors listed in comments in code and CVS for plugins and plugins-scripts. Still need to do SF git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@706 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/.cvsignore b/.cvsignore index a3af660..6ccbb33 100644 --- a/.cvsignore +++ b/.cvsignore @@ -15,3 +15,4 @@ install-sh mkinstalldirs missing depcomp +THANKS diff --git a/AUTHORS b/AUTHORS index 8e7bfeb..178e6d0 100644 --- a/AUTHORS +++ b/AUTHORS @@ -9,4 +9,68 @@ Pedro Leite Richard Mayhew Remi Paulmier Didi Rieder -Tom Shields \ No newline at end of file +Tom Shields +Stuart Webster +Jim Carroll +Ian Duggan +Tom Bertelston +Charlie Cook +Simon L Nielsen +Alex Chaffee +Frank Kannemann +Jeremy Baumgartner +Michael Haro +Paul Farrall +Dave Viner +Olaf Greis +Russell Scibetti +Ziya Suzen +Paul Dlug +Andy Doran +Reuben Farrelly +Phil Randal +Julien Touche +Paula Arnold +Matthew Ericson +Bradley Baetz +Rodger Allen +Alwyn Cherrington +Mathieu Masseboeuf +Wolfgang Rosenauer +Larry Low +Karl Ewald +Alexander Matey +Laurent Vaslin +Matthew Brown +Fabian Pehla +Robert August Vincent +Dietmar Ruzicka +Jacob Lundqvist +Janos Mohacsi +Cove Schneider +Michael Anthon +Steven Grimm +Ernst-Dieter Martin +Steve Rigler +Cliff Rice +Christoph Kron +Valdimir Ivaschenko +Guy Van Den Bergh +Matt Perry +Mike McHenry +Matthew Peters +Thomas Nilsen +Marc Poulin +Jonathan Rozes +Thomas Schimpke +James Fidell +John Koyle +Mark Jewiss +William Pietri +Carlos Canau +Benjamin Schmid +Sven Meyer +Walbert Oberngruber +John Marquart +Truongchinh Nguyen +Jeffery Blank diff --git a/Makefile.am b/Makefile.am index 20d5590..174b19b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = intl lib plugins plugins-scripts po EXTRA_DIST = config.rpath \ - ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT \ + ABOUT-NLS CODING FAQ LEGAL REQUIREMENTS SUPPORT THANKS \ Helper.pm contrib pkg nagios-plugins.spec.in ACLOCAL_AMFLAGS = -I lib @@ -34,5 +34,8 @@ solpkg: $(INSTALL) pkg/solaris/pkginfo $(BUILDDIR) cd $(BUILDDIR) && $(PERL) ../$(PKGSCRIPT) ../$(PACKDIR) +THANKS: THANKS.in AUTHORS + perl -e ' @a=<>; print sort by_last_field @a; sub by_last_field { ($$a1) = $$a =~ /\s(\w+)$$/; ($$b1) = $$b =~ /\s(\w+)$$/; $$a1 cmp $$b1}' AUTHORS | cat THANKS.in - > $@ + pkgclean: rm -rf $(BUILDDIR) $(PACKDIR) diff --git a/THANKS.in b/THANKS.in new file mode 100644 index 0000000..d4ecbd3 --- /dev/null +++ b/THANKS.in @@ -0,0 +1,4 @@ +This software is brought to you by the Nagios Plugins Development Team. However, +there have been many contributors to this project. Everyone below has helped in +raising bug reports, creating patches or contributing new plugins. + -- cgit v0.10-9-g596f