Code

Updated AUTHORS to include all contributors listed in comments in code and
authorTon Voon <tonvoon@users.sourceforge.net>
Sun, 31 Aug 2003 05:24:17 +0000 (05:24 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Sun, 31 Aug 2003 05:24:17 +0000 (05:24 +0000)
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

.cvsignore
AUTHORS
Makefile.am
THANKS.in [new file with mode: 0644]

index a3af660e1449900216df86f05ba58a269b7e4746..6ccbb33186e924b4eb0bb85e68253b97ecfa4eea 100644 (file)
@@ -15,3 +15,4 @@ install-sh
 mkinstalldirs
 missing
 depcomp
+THANKS
diff --git a/AUTHORS b/AUTHORS
index 8e7bfeb6b9280b6d5032ccb3290f4b6847931852..178e6d0cdde1cd59f965bfdd9bb60d052c46565b 100644 (file)
--- 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
index 20d55907bc9bd8d11ab2190d99baae90c0d613c9..174b19b47836ebb13b1c2d2287dc319a497074c3 100644 (file)
@@ -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 (file)
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.
+