From 36c14443ff934d589e5eebeb3db619dc2173f5f6 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sun, 19 Sep 2004 11:46:39 +0000 Subject: [PATCH] * AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as author. --- AUTHORS | 19 +++++++++++++------ ChangeLog | 5 +++++ aclocal.in | 6 ++++-- automake.in | 6 ++++-- 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/AUTHORS b/AUTHORS index 591f31a6..f1cd414c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,10 +1,17 @@ Authors of GNU Automake. -David Mackenzie. First version of most ".am" files. -Wrote sh version of automake.in. +David Mackenzie + First version of most ".am" files. + Wrote sh version of automake.in. -Tom Tromey. Touched all ".am" files. -Rewrote automake.in +Tom Tromey + Touched all ".am" files. + Rewrote automake.in -Alexandre Oliva. Some of the user-side dependency tracking system. -Some more random hacking. +Alexandre Oliva + Some of the user-side dependency tracking system. + Some more random hacking. + +Alexandre Duret-Lutz + Major overhaul of everything. + Maintenance since 2002. diff --git a/ChangeLog b/ChangeLog index 44d22cd3..3f25d2f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-19 Akim Demaille + + * AUTHOR, automake.in, aclocal.in: Add Alexandre Duret-Lutz as + author. + 2004-09-15 Alexandre Duret-Lutz * doc/automake.texi (Releases): New node. diff --git a/aclocal.in b/aclocal.in index 3fd24898..2499c2a1 100644 --- a/aclocal.in +++ b/aclocal.in @@ -25,7 +25,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA # 02111-1307, USA. -# Written by Tom Tromey . +# Written by Tom Tromey , and +# Alexandre Duret-Lutz . BEGIN { @@ -621,7 +622,8 @@ sub parse_arguments (@) elsif ($arglist[0] eq '--version') { print "aclocal (GNU $PACKAGE) $VERSION\n"; - print "Written by Tom Tromey \n\n"; + print "Written by Tom Tromey \n"; + print " and Alexandre Duret-Lutz \n\n"; print "Copyright (C) 2004 Free Software Foundation, Inc.\n"; print "This is free software; see the source for copying conditions. There is NO\n"; print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; diff --git a/automake.in b/automake.in index b240ce85..e8e868e6 100755 --- a/automake.in +++ b/automake.in @@ -25,7 +25,8 @@ eval 'case $# in 0) exec @PERL@ -S "$0";; *) exec @PERL@ -S "$0" "$@";; esac' # 02111-1307, USA. # Originally written by David Mackenzie . -# Perl reimplementation by Tom Tromey . +# Perl reimplementation by Tom Tromey , and +# Alexandre Duret-Lutz . package Language; @@ -7392,7 +7393,8 @@ sub version () { print <. +Written by Tom Tromey + and Alexandre Duret-Lutz . Copyright 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO -- 2.43.5