autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix --version output


From: Eric Blake
Subject: fix --version output
Date: Sun, 15 Oct 2006 19:16:10 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Thunderbird/1.5.0.7 Mnenhy/0.7.4.666

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

GNU Coding Standards recommend listing the copyright as the second line,
and delaying the authors to the end.
http://www.gnu.org/prep/standards/standards.html#Command_002dLine-Interfaces

OK to apply?

2006-10-15  Eric Blake  <address@hidden>

        * bin/autoconf.as (version): Reorder to match GNU Coding
        Standards.
        * bin/autoheader.in (version): Likewise.
        * bin/autom4te.in (version): Likewise.
        * bin/autoreconf.in (version): Likewise.
        * bin/autoscan.in (version): Likewise.
        * bin/autoupdate.in (version): Likewise.
        * bin/ifnames.in (version): Likewise.

- --
Life is short - so eat dessert first!

Eric Blake             address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFMt1Z84KuGfSFAYARApAqAKCLAEZn1VuS7omx6pwBcebRVDk5HgCgqkwy
s0QkBZA8rpR1jDv/NI4rA98=
=ouYV
-----END PGP SIGNATURE-----
Index: bin/autoconf.as
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autoconf.as,v
retrieving revision 1.20
diff -u -p -r1.20 autoconf.as
--- bin/autoconf.as     24 Aug 2006 22:56:47 -0000      1.20
+++ bin/autoconf.as     16 Oct 2006 01:11:54 -0000
@@ -61,11 +61,11 @@ Report bugs to <address@hidden>."]
 
 version=["\
 autoconf (@PACKAGE_NAME@) @VERSION@
-Written by David J. MacKenzie and Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."]
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David J. MacKenzie and Akim Demaille."]
 
 help="\
 Try \`$as_me --help' for more information."
Index: bin/autoheader.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autoheader.in,v
retrieving revision 1.145
diff -u -p -r1.145 autoheader.in
--- bin/autoheader.in   6 Jan 2006 00:10:37 -0000       1.145
+++ bin/autoheader.in   16 Oct 2006 01:11:54 -0000
@@ -87,11 +87,11 @@ Report bugs to <address@hidden>.
 # $VERSION
 # --------
 $version = "autoheader (@PACKAGE_NAME@) @VERSION@
-Written by Roland McGrath and Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by Roland McGrath and Akim Demaille.
 ";
 
 
Index: bin/autom4te.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autom4te.in,v
retrieving revision 1.101
diff -u -p -r1.101 autom4te.in
--- bin/autom4te.in     20 Sep 2006 02:44:51 -0000      1.101
+++ bin/autom4te.in     16 Oct 2006 01:11:55 -0000
@@ -211,11 +211,11 @@ Report bugs to <address@hidden>.
 # --------
 $version =  <<"EOF";
 autom4te (@PACKAGE_NAME@) @VERSION@
-Written by Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by Akim Demaille.
 EOF
 
 
Index: bin/autoreconf.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autoreconf.in,v
retrieving revision 1.135
diff -u -p -r1.135 autoreconf.in
--- bin/autoreconf.in   5 Jun 2006 12:16:06 -0000       1.135
+++ bin/autoreconf.in   16 Oct 2006 01:11:55 -0000
@@ -97,11 +97,11 @@ Report bugs to <address@hidden>.
 # $VERSION
 # --------
 $version = "autoreconf (@PACKAGE_NAME@) @VERSION@
-Written by David J. MacKenzie and Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David J. MacKenzie and Akim Demaille.
 ";
 
 # Lib files.
Index: bin/autoscan.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autoscan.in,v
retrieving revision 1.105
diff -u -p -r1.105 autoscan.in
--- bin/autoscan.in     3 Apr 2006 15:58:20 -0000       1.105
+++ bin/autoscan.in     16 Oct 2006 01:11:55 -0000
@@ -123,11 +123,11 @@ Report bugs to <address@hidden>.\
 # $version
 # --------
 $version = "autoscan (@PACKAGE_NAME@) @VERSION@
-Written by David J. MacKenzie and Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David J. MacKenzie and Akim Demaille.\n";
 
 
 
Index: bin/autoupdate.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/autoupdate.in,v
retrieving revision 1.61
diff -u -p -r1.61 autoupdate.in
--- bin/autoupdate.in   7 Apr 2006 18:25:30 -0000       1.61
+++ bin/autoupdate.in   16 Oct 2006 01:11:55 -0000
@@ -84,11 +84,11 @@ Report bugs to <address@hidden>.
 # $VERSION
 # --------
 $version = "autoupdate (@PACKAGE_NAME@) @VERSION@
-Written by David J. MacKenzie and Akim Demaille.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David J. MacKenzie and Akim Demaille.
 ";
 
 ## ---------- ##
Index: bin/ifnames.in
===================================================================
RCS file: /sources/autoconf/autoconf/bin/ifnames.in,v
retrieving revision 1.36
diff -u -p -r1.36 ifnames.in
--- bin/ifnames.in      6 Jan 2006 00:10:37 -0000       1.36
+++ bin/ifnames.in      16 Oct 2006 01:11:55 -0000
@@ -66,11 +66,11 @@ Report bugs to <address@hidden>.
 # $VERSION
 # --------
 $version = "ifnames (@PACKAGE_NAME@) @VERSION@
-Written by David J. MacKenzie and Paul Eggert.
-
 Copyright (C) 2006 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+Written by David J. MacKenzie and Paul Eggert.
 ";
 
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]