Hello Eric,
On Sun, Oct 15, 2006 at 07:02:50PM -0600, Eric Blake wrote:
Thanks for the 1.10 release! However, 'automake --version' does not
comply with GNU Coding Standards. The Copyright line is missing "(C)"
before the year, and the GCS recommends that the copyright appear on the
second line, with the authors appearing after the copyright/warranty.
Thanks for the report. OK to apply?
Cheers,
Ralf
2006-12-03 Ralf Wildenhues <[EMAIL PROTECTED]>
* aclocal.in (version): Fix output to match GCS requirements.
* automake.in (version): Likewise.
Report by Eric Blake.
Index: aclocal.in
===================================================================
RCS file: /sources/automake/automake/aclocal.in,v
retrieving revision 1.140
diff -u -r1.140 aclocal.in
--- aclocal.in 14 Oct 2006 17:40:25 -0000 1.140
+++ aclocal.in 3 Dec 2006 09:22:51 -0000
@@ -888,12 +888,12 @@
{
print <<EOF;
aclocal (GNU $PACKAGE) $VERSION
-Written by Tom Tromey <[EMAIL PROTECTED]>
- and Alexandre Duret-Lutz <[EMAIL PROTECTED]>.
-
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 Tom Tromey <[EMAIL PROTECTED]>
+ and Alexandre Duret-Lutz <[EMAIL PROTECTED]>.
EOF
exit 0;
}
Index: automake.in
===================================================================
RCS file: /sources/automake/automake/automake.in,v
retrieving revision 1.1641
diff -u -r1.1641 automake.in
--- automake.in 16 Oct 2006 05:24:17 -0000 1.1641
+++ automake.in 3 Dec 2006 09:22:56 -0000
@@ -7680,12 +7680,12 @@
{
print <<EOF;
automake (GNU $PACKAGE) $VERSION
-Written by Tom Tromey <[EMAIL PROTECTED]>
- and Alexandre Duret-Lutz <[EMAIL PROTECTED]>.
-
-Copyright 2006 Free Software Foundation, Inc.
+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 Tom Tromey <[EMAIL PROTECTED]>
+ and Alexandre Duret-Lutz <[EMAIL PROTECTED]>.
EOF
# --version always returns 0 per GNU standards.
exit 0;