From: John Darrington Date: Sun, 24 Dec 2006 06:57:54 +0000 (+0000) Subject: Updated AUTHORS X-Git-Tag: v0.6.0~613 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=2cfe84c595e22e41d87e2630102124b64555505f Updated AUTHORS --- diff --git a/AUTHORS b/AUTHORS index 3322a0f2..64e3df33 100644 --- 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. diff --git a/src/libpspp/automake.mk b/src/libpspp/automake.mk index f4a3c95e..512d59fa 100644 --- a/src/libpspp/automake.mk +++ b/src/libpspp/automake.mk @@ -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. */">> $@