2000-07-10 16:40:27 +08:00
|
|
|
Autoconf was originally written by David MacKenzie, with help from
|
|
|
|
Franc,ois Pinard, Karl Berry, Richard Pixley, Ian Lance Taylor, Roland
|
|
|
|
McGrath, Noah Friedman, david d zuhn, and many others.
|
|
|
|
|
2001-04-10 11:15:02 +08:00
|
|
|
Ben Elliston next took over the maintenance, facing a huge Autoconf
|
|
|
|
backlog that had been piling up since the departure of David.
|
2000-07-10 16:40:27 +08:00
|
|
|
|
2001-04-10 11:15:02 +08:00
|
|
|
Today, there are no less than five maintainers: Akim Demaille, Paul
|
2000-07-10 16:40:27 +08:00
|
|
|
Eggert, Jim Meyering, Alexandre Oliva, and Tom Tromey, especially
|
2001-05-08 08:12:28 +08:00
|
|
|
helped by Lars J. Aas, Mo DeJong, Steven G. Johnson, Matthew
|
2000-07-10 16:40:27 +08:00
|
|
|
D. Langston, Pavel Roskin, and many others listed in the THANKS file.
|
* AUTHORS, BUGS, ChangeLog, ChangeLog.0, ChangeLog.1,
ChangeLog.2, GNUmakefile, Makefile.maint, NEWS, README,
README-alpha, TODO, configure.ac, lib/autoconf/Makefile.am,
m4/atconfig.m4, m4/init.m4, m4/m4.m4, m4/missing.m4,
m4/sanity.m4, tests/README, tests/aclocal.m4,
tests/atspecific.m4, tests/base.at, tests/compile.at,
tests/foreign.at, tests/m4sh.at, tests/m4sugar.at,
tests/semantics.at, tests/suite.at, tests/tools.at,
tests/torture.at: Add copyright notice.
* tests/mktests.sh: Update year in copyright notice.
2001-08-12 21:05:11 +08:00
|
|
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
Copyright 1996, 2000, 2001 Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
This file is part of GNU autoconf.
|
|
|
|
|
|
|
|
GNU autoconf is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
any later version.
|
|
|
|
|
|
|
|
GNU autoconf is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with autoconf; see the file COPYING. If not, write to
|
|
|
|
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
Boston, MA 02111-1307, USA.
|