AUTHORS revision 1.1 1 1.1 christos -----------------------------------
2 1.1 christos
3 1.1 christos GNU make development up to version 3.75 by:
4 1.1 christos Roland McGrath <roland (a] gnu.org>
5 1.1 christos
6 1.1 christos
7 1.1 christos Development starting with GNU make 3.76 by:
8 1.1 christos Paul D. Smith <psmith (a] gnu.org>
9 1.1 christos
10 1.1 christos Additional development starting with GNU make 3.81 by:
11 1.1 christos Boris Kolpackov <boris (a] kolpackov.net>
12 1.1 christos
13 1.1 christos
14 1.1 christos GNU Make User's Manual
15 1.1 christos Written by:
16 1.1 christos Richard M. Stallman <rms (a] gnu.org>
17 1.1 christos
18 1.1 christos Edited by:
19 1.1 christos Roland McGrath <roland (a] gnu.org>
20 1.1 christos Bob Chassell <bob (a] gnu.org>
21 1.1 christos Melissa Weisshaus <melissa (a] gnu.org>
22 1.1 christos Paul D. Smith <psmith (a] gnu.org>
23 1.1 christos
24 1.1 christos -----------------------------------
25 1.1 christos GNU make porting efforts:
26 1.1 christos
27 1.1 christos Port to VMS by:
28 1.1 christos Klaus Kaempf <kkaempf (a] progis.de>
29 1.1 christos Hartmut Becker <Hartmut.Becker (a] hp.com>
30 1.1 christos Archive support/Bug fixes by:
31 1.1 christos John W. Eaton <jwe (a] bevo.che.wisc.edu>
32 1.1 christos Martin Zinser <zinser (a] decus.decus.de>
33 1.1 christos
34 1.1 christos Port to Amiga by:
35 1.1 christos Aaron Digulla <digulla (a] fh-konstanz.de>
36 1.1 christos
37 1.1 christos Port to MS-DOS (DJGPP), OS/2, and MS-Windows (native/MinGW) by:
38 1.1 christos DJ Delorie <dj (a] delorie.com>
39 1.1 christos Rob Tulloh <rob_tulloh (a] tivoli.com>
40 1.1 christos Eli Zaretskii <eliz (a] is.elta.co.il>
41 1.1 christos Jonathan Grant <jg (a] jguk.org>
42 1.1 christos Andreas Beuning <andreas.buening (a] nexgo.de>
43 1.1 christos Earnie Boyd <earnie (a] uses.sf.net>
44 1.1 christos
45 1.1 christos -----------------------------------
46 1.1 christos Other contributors:
47 1.1 christos
48 1.1 christos Janet Carson <janet_carson (a] tivoli.com>
49 1.1 christos Howard Chu <hyc (a] highlandsun.com>
50 1.1 christos Paul Eggert <eggert (a] twinsun.com>
51 1.1 christos Klaus Heinz <kamar (a] ease.rhein-main.de>
52 1.1 christos Michael Joosten
53 1.1 christos Jim Kelton <jim_kelton (a] tivoli.com>
54 1.1 christos David Lubbren <uhay (a] rz.uni-karlsruhe.de>
55 1.1 christos Tim Magill <tim.magill (a] telops.gte.com>
56 1.1 christos Markus Mauhart <qwe123 (a] chello.at>
57 1.1 christos Greg McGary <greg (a] mcgary.org>
58 1.1 christos Thomas Riedl <thomas.riedl (a] siemens.com>
59 1.1 christos Han-Wen Nienhuys <hanwen (a] cs.uu.nl>
60 1.1 christos Andreas Schwab <schwab (a] issan.informatik.uni-dortmund.de>
61 1.1 christos Carl Staelin (Princeton University)
62 1.1 christos Ian Stewartson (Data Logic Limited)
63 1.1 christos
64 1.1 christos With suggestions/comments/bug reports from a cast of ... well ...
65 1.1 christos hundreds, anyway :)
66 1.1 christos
67 1.1 christos -------------------------------------------------------------------------------
68 1.1 christos Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
69 1.1 christos Free Software Foundation, Inc.
70 1.1 christos This file is part of GNU Make.
71 1.1 christos
72 1.1 christos GNU Make is free software; you can redistribute it and/or modify it under the
73 1.1 christos terms of the GNU General Public License as published by the Free Software
74 1.1 christos Foundation; either version 2, or (at your option) any later version.
75 1.1 christos
76 1.1 christos GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
77 1.1 christos WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
78 1.1 christos A PARTICULAR PURPOSE. See the GNU General Public License for more details.
79 1.1 christos
80 1.1 christos You should have received a copy of the GNU General Public License along with
81 1.1 christos GNU Make; see the file COPYING. If not, write to the Free Software
82 1.1 christos Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
83