X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=AUTHORS;h=20998f08eb8b81e59569298509b83907c3404e58;hb=87798cfc4b530dc7dfdefef77e632a22ee8a4866;hp=7b7f3d6926b2fd54ae3c4a8b27b3822880d11e82;hpb=8a2294d3a2b961abb39ce2478406109a4c0bd1da;p=pspp diff --git a/AUTHORS b/AUTHORS index 7b7f3d6926..20998f08eb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,13 +1,32 @@ - PSPP Authors - - * Ben Pfaff wrote most of the program and the manual. +We wish to thank current active contributors to PSPP: - * John Williams originally wrote the T-TEST procedure, which was - subsequently re-written by John Darrington +* Ben Pfaff wrote the initial program and manual, which comprises the +majority of the current code. Ben continues to contribute and +most of the core libraries which ensure that PSPP runs with optimal +speed are his work. - * Jim Van Zandt translated the `julcal' date calculation package - into C from code written by Michael Covington, which was based on - formulae by Jean Meeus. +* John Darrington wrote the initial version of the graphical user interface, +and many of the statistical procedures. John also implemented support for +long variable names, PostgreSQL and Gnumeric and made numerous +revisions to other modules. + +* Jason Stover contributed statistical and numerical functionality, +including lib/gslextras and the linear regression features. Jason +is also an important contributor to GSL, which is used by PSPP. + +* Mehmet Hakan Satman wrote the QUICK CLUSTER command. + +* Friedrich Beckmann wrote the GRAPH command. + +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. + +* Rob van Son wrote the original version of the routine for + calculation of the significance of the Wilcoxon matched pairs signed + rank statistic used by the NPAR TEST command. - * John Darrington wrote the T-TEST and ONEWAY procedures, and made - numerous revisions to other modules.