* ltmain.in, libtoolize.in: --version should show "(C) 2005". Reported by Paul Eggert <eggert@CS.UCLA.EDU>
diff --git a/ChangeLog b/ChangeLog index 62f8d7e..05d4644 100644 --- 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.
diff --git a/libtoolize.in b/libtoolize.in index 8c103e6..8eaae01 100644 --- a/libtoolize.in +++ b/libtoolize.in
@@ -88,7 +88,7 @@ --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 $?
diff --git a/ltmain.in b/ltmain.in index 3e8cf36..1965038 100644 --- a/ltmain.in +++ b/ltmain.in
@@ -438,7 +438,7 @@ --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 $?