]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in, libtoolize.in: --version should show "(C) 2005".
authorPeter O'Gorman <peter@pogma.com>
Thu, 10 Feb 2005 15:01:09 +0000 (15:01 +0000)
committerPeter O'Gorman <peter@pogma.com>
Thu, 10 Feb 2005 15:01:09 +0000 (15:01 +0000)
Reported by Paul Eggert <eggert@CS.UCLA.EDU>

ChangeLog
libtoolize.in
ltmain.in

index 62f8d7e4f25cb54dbb61213678f34653c02bc2f5..05d46446d0784c0360104c12379c681ddbb0a7c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-10  Peter O'Gorman  <peter@pogma.com>
+
+       * ltmain.in, libtoolize.in: --version should show "(C) 2005".
+       Reported by Paul Eggert <eggert@CS.UCLA.EDU>
+
 2005-02-07  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in: Add -pthread like flags when linking executables too.
index 8c103e6b8d1859b15ad170e9d5f4d032f31f9437..8eaae01fab90b9948397b779e701e741d764729d 100644 (file)
@@ -88,7 +88,7 @@ EOF
   --version)
     echo "$PROGRAM (GNU $PACKAGE) $VERSION"
     echo
-    echo "Copyright (C) 2003 Free Software Foundation, Inc."
+    echo "Copyright (C) 2005 Free Software Foundation, Inc."
     echo "This is free software; see the source for copying conditions.  There is NO"
     echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     exit $?
index 3e8cf3643980f632dd5990a52793c52b823e15c0..1965038782bafa1f7669f36b7a87d95a95450f6e 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -438,7 +438,7 @@ do
   --version)
     $echo "$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP"
     $echo
-    $echo "Copyright (C) 2003  Free Software Foundation, Inc."
+    $echo "Copyright (C) 2005  Free Software Foundation, Inc."
     $echo "This is free software; see the source for copying conditions.  There is NO"
     $echo "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
     exit $?