]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
White space and Copyright updates.
authorAkim Demaille <akim@epita.fr>
Mon, 2 Jun 2003 06:56:51 +0000 (06:56 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 2 Jun 2003 06:56:51 +0000 (06:56 +0000)
ChangeLog
NEWS
README
lib/Autom4te/General.pm

index 8eb1cf4d9b0f0f3f598c99e74d113f8b842ce848..f9712353cd40fcb4d67b494f80f6f77b7e232b3c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+
+2003-06-02  Alexandre Duret-Lutz  <adl@gnu.org>
 2003-06-02  Akim Demaille  <akim@epita.fr>
 
        * bin/autom4te.in, bin/autoscan.in, bin/autoheader.in: White space
diff --git a/NEWS b/NEWS
index f51df6678ca2c84a3c516537f4cca8ab6c67b3a8..48f463c67d0022f836d9db0c18c7c34bf60939de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1110,7 +1110,7 @@ Various bug fixes.
 
 -----
 
-Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
+Copyright (C) 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003
 Free Software Foundation, Inc.
 
 This file is part of GNU Autoconf.
@@ -1126,6 +1126,6 @@ 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
+along with GNU Autoconf; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
diff --git a/README b/README
index efad5a770c894befa95839ad63a4196fcb894df2..f5441ee6b66e9915c4b15138e604c175e428f254 100644 (file)
--- a/README
+++ b/README
@@ -35,8 +35,8 @@ running `autoconf --version'.
 
 -----
 
-Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002 Free Software
-Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1998, 2000, 2001, 2002, 2003
+Free Software Foundation, Inc.
 
 This file is part of GNU Autoconf.
 
@@ -51,6 +51,6 @@ 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
+along with GNU Autoconf; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
index ed0a88486a69682c44d35ffc697881e8833ed37c..bd4b17680b8fc5edd87f17f637df29493d4d0ec3 100644 (file)
@@ -665,7 +665,7 @@ sub verbose (@)
 =item C<handle_exec_errors ($command)>
 
 Display an error message for C<$command>, based on the content of
-C<$?> and C<$!>. 
+C<$?> and C<$!>.
 
 =cut