Imported Upstream version 4.4
[platform/upstream/make.git] / AUTHORS
1 -----------------------------------
2
3 GNU Make development starting with GNU Make 3.76 by:
4     Paul D. Smith <psmith@gnu.org>
5
6     Additional development starting with GNU Make 4.3 by:
7         Dmitry Goncharov <dgoncharov@users.sf.net>
8
9     Additional development starting with GNU Make 3.81 by:
10         Boris Kolpackov <boris@kolpackov.net>
11
12 GNU Make development up to version 3.75 by:
13     Roland McGrath <roland@gnu.org>
14
15 GNU Make User's Manual
16   Written by:
17     Richard M. Stallman <rms@gnu.org>
18
19   Edited by:
20     Roland McGrath <roland@gnu.org>
21     Bob Chassell <bob@gnu.org>
22     Melissa Weisshaus <melissa@gnu.org>
23     Paul D. Smith <psmith@gnu.org>
24
25 -----------------------------------
26 GNU Make porting efforts:
27
28   Port to VMS by:
29       Klaus Kaempf <kkaempf@progis.de>
30       Hartmut Becker <Hartmut.Becker@hp.com>
31       Archive support/Bug fixes by:
32         John W. Eaton <jwe@bevo.che.wisc.edu>
33         Martin Zinser <zinser@decus.decus.de>
34
35   Port to Amiga by:
36       Aaron Digulla <digulla@fh-konstanz.de>
37
38   Port to MS-Windows (native/MinGW) maintained by:
39       Eli Zaretskii <eliz@gnu.org>
40
41   Port to MS-DOS (DJGPP), OS/2, and MS-Windows (native/MinGW) by:
42       DJ Delorie <dj@delorie.com>
43       Rob Tulloh <rob_tulloh@tivoli.com>
44       Eli Zaretskii <eliz@gnu.org>
45       Jonathan Grant <jg@jguk.org>
46       Andreas Beuning <andreas.buening@nexgo.de>
47       Earnie Boyd <earnie@uses.sf.net>
48       Troy Runkel <Troy.Runkel@mathworks.com>
49       Juan M. Guerrero <juan.guerrero@gmx.de>
50
51 -----------------------------------
52 Other contributors:
53
54   Luke Allardyce <lukeallardyce@gmail.com>
55   Aron Barath <baratharon@caesar.elte.hu>
56   David Boyce <dsb@boyski.com>
57   Kevin Buettner <kevinb@redhat.com>
58   Janet Carson <janet_carson@tivoli.com>
59   Howard Chu <hyc@highlandsun.com>
60   Ludovic Courtès <ludo@gnu.org>
61   Joe Crayne <oh.hello.joe@gmail.com>
62   Jeremy Devenport <jeremy.devenport@gmail.com>
63   Pete Dietl <petedietl@gmail.com>
64   Martin Dorey <martin.dorey@hds.com>
65   Christian Eggers <ceggers@arri.de>
66   Paul Eggert <eggert@twinsun.com>
67   Mike Frysinger <vapier@gentoo.org>
68   Ramon Garcia Fernandez <ramon.garcia.f@gmail.com>
69   Noah Goldstein <goldstein.w.n@gmail.com>
70   Mike Haboustak <haboustak@gmail.com>
71   Frank Heckenbach <f.heckenbach@fh-soft.de>
72   Klaus Heinz <kamar@ease.rhein-main.de>
73   Ben Hutchings <ben@decadent.org.uk>
74   Cao jin <caoj.fnst@cn.fujitsu.com>
75   Michael Joosten
76   Christian Jullien <eligis@orange.fr>
77   Jim Kelton <jim_kelton@tivoli.com>
78   Kaz Kylheku <kaz@kylheku.com>
79   David Lubbren <uhay@rz.uni-karlsruhe.de>
80   Tim Magill <tim.magill@telops.gte.com>
81   Markus Mauhart <qwe123@chello.at>
82   Greg McGary <greg@mcgary.org>
83   Thien-Thi Nguyen <ttn@gnuvola.org>
84   Han-Wen Nienhuys <hanwen@cs.uu.nl>
85   Enrique Olaizola <enrique_olaizola16@hotmail.com>
86   Ola Olsson <ola1olsson@gmail.com>
87   Jens Rehsack <sno@netbsd.org>
88   Thomas Riedl <thomas.riedl@siemens.com>
89   Jaak Ristioja <jaak@ristioja.ee>
90   Christoph Schulz <develop@kristov.de>
91   Andreas Schwab <schwab@suse.de>
92   spagoveanu <spagoveanu@gmail.com>
93   Carl Staelin (Princeton University)
94   Ian Stewartson (Data Logic Limited)
95   Tobias Stoeckmann <tobias@stoeckmann.org>
96   Sergei Trofimovich <siarheit@google.com>
97   Marc Ullman <marc@mathworks.com>
98   Christof Warlich <cwarlich@gmx.de>
99   Florian Weimer <fweimer@redhat.com>
100   David A. Wheeler <dwheeler@dwheeler.com>
101   Bernhard M. Wiedemann <bwiedemann@suse.de>
102   Ben Wijen <ben@wijen.net>
103   Jouke Witteveen <j.witteveen@gmail.com>
104
105 With suggestions/comments/bug reports from a cast of ... well ...
106 hundreds, anyway :)
107
108 -------------------------------------------------------------------------------
109 Copyright (C) 1997-2022 Free Software Foundation, Inc.
110 This file is part of GNU Make.
111
112 GNU Make is free software; you can redistribute it and/or modify it under the
113 terms of the GNU General Public License as published by the Free Software
114 Foundation; either version 3 of the License, or (at your option) any later
115 version.
116
117 GNU Make is distributed in the hope that it will be useful, but WITHOUT ANY
118 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
119 A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
120
121 You should have received a copy of the GNU General Public License along with
122 this program.  If not, see <https://www.gnu.org/licenses/>.