Updated AUTHORS
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 24 Dec 2006 06:57:54 +0000 (06:57 +0000)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 24 Dec 2006 06:57:54 +0000 (06:57 +0000)
AUTHORS
src/libpspp/automake.mk

diff --git a/AUTHORS b/AUTHORS
index 3322a0f2f70076b0f7d1f4bce85db1ef118c38ed..64e3df336f08abf0191dbea36407a44717501fa4 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,10 +1,21 @@
-* Ben Pfaff wrote most of the program and the manual.
+We wish to thank current active contributors to PSPP:
 
-* John Darrington wrote the graphical user interface, and the 
-T-TEST, ONEWAY, EXAMINE, RANK and  NPAR TESTS commands, implemented
-support for long variable names and made numerous revisions to other 
-modules.
+* Ben Pfaff wrote the initial program and manual, which comprises the
+majority of the current code.  Ben is the current maintainer and
+continues to contribute. 
 
-* Jason Stover contributed statistical and numerical
-functionality, including lib/gslextras.  (Jason is also an
-important contributor to libgsl used by PSPP.)
+* John Darrington wrote the graphical user interface, and the T-TEST,
+ONEWAY, EXAMINE, RANK and  NPAR TESTS commands, implemented support
+for long variable names and made numerous revisions to other  modules.  
+
+* Jason Stover contributed statistical and numerical functionality,
+including lib/gslextras. Jason is also an important contributor to
+GSL, used by PSPP. 
+
+We also thank past contributors:
+
+* John Williams wrote an initial draft of the T-TEST procedure.
+
+* Michael Kiefte contributed bug fixes and other enhancements.
+
+* Patrick Kobly contributed bug fixes and other enhancements.
index f4a3c95ea4ae46bd9c5d3fd4bf1f33b927f2f419..512d59fa4a4eb72c1a73f743eb777d9d3827b8a1 100644 (file)
@@ -55,7 +55,7 @@ src_libpspp_libpspp_a_CPPFLAGS = -I $(top_srcdir)/src/libpspp $(AM_CPPFLAGS)
 
 nodist_src_libpspp_libpspp_a_SOURCES = src/libpspp/version.c
 
-src/libpspp/version.c:
+src/libpspp/version.c: $(top_srcdir)/AUTHORS
        @$(top_srcdir)/mkinstalldirs  src/libpspp
        echo "/*        -*- mode: c; buffer-read-only: t -*-" > $@
        echo "   Generated by src/libpspp/automake.mk --- Do not edit. */">> $@