summaryrefslogtreecommitdiff
path: root/automake.in
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-07-07 12:16:27 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2007-07-07 12:16:27 +0000
commit420c9b2a9c17e007ab12ad11517a7ef4a8bd6ed7 (patch)
tree4cb99e5b0af8312b25b0c6f77d45eb8e70781664 /automake.in
parentb9ff055d78ebdea1fdc038fa5304dbe3f9a51a7f (diff)
downloadautomake-420c9b2a9c17e007ab12ad11517a7ef4a8bd6ed7.tar.gz
* aclocal.in (version): Fix output to match GCS requirements.
* automake.in (version): Likewise. Report by Eric Blake.
Diffstat (limited to 'automake.in')
-rwxr-xr-xautomake.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/automake.in b/automake.in
index 7d1f0efe3..9bfff454a 100755
--- a/automake.in
+++ b/automake.in
@@ -7686,12 +7686,13 @@ sub version ()
{
print <<EOF;
automake (GNU $PACKAGE) $VERSION
+Copyright (C) 2007 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+
Written by Tom Tromey <tromey\@redhat.com>
and Alexandre Duret-Lutz <adl\@gnu.org>.
-
-Copyright 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.
EOF
# --version always returns 0 per GNU standards.
exit 0;