From ffa89b10642dafdb6b202eed14111dc1e93edfcb Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Thu, 10 Feb 2005 15:01:09 +0000 Subject: [PATCH] * ltmain.in, libtoolize.in: --version should show "(C) 2005". Reported by Paul Eggert --- ChangeLog | 5 +++++ libtoolize.in | 2 +- ltmain.in | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62f8d7e4f..05d46446d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-10 Peter O'Gorman + + * ltmain.in, libtoolize.in: --version should show "(C) 2005". + Reported by Paul Eggert + 2005-02-07 Peter O'Gorman * ltmain.in: Add -pthread like flags when linking executables too. diff --git a/libtoolize.in b/libtoolize.in index 8c103e6b8..8eaae01fa 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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 $? diff --git a/ltmain.in b/ltmain.in index 3e8cf3643..196503878 100644 --- 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 $? -- 2.47.3