From ab7b94d3b9d3cde382354706957977e0f5f7cd51 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 25 Aug 2005 12:15:37 +0000 Subject: [PATCH] Update copyright year and authors. --- ChangeLog | 4 ++++ gnulib-tool | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 021f2f5eab..d5d78b7af1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-24 Bruno Haible + + * gnulib-tool (func_version): Update. + 2005-08-24 Bruno Haible * gnulib-tool (func_create_megatestdir): Call autoreconf without the diff --git a/gnulib-tool b/gnulib-tool index a146078f24..b7997035d4 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -22,7 +22,7 @@ progname=$0 package=gnulib -cvsdatestamp='$Date: 2005-08-25 12:11:12 $' +cvsdatestamp='$Date: 2005-08-25 12:15:37 $' last_checkin_date=`echo "$cvsdatestamp" | sed -e 's,^\$[D]ate: ,,'` version=`echo "$last_checkin_date" | sed -e 's/ .*$//' -e 's,/,-,g'` @@ -108,10 +108,10 @@ Report bugs to ." func_version () { echo "$progname (GNU $package) $version" - echo "Copyright (C) 2002 Free Software Foundation, Inc. + echo "Copyright (C) 2002-2005 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." - echo "Written by" "Bruno Haible" + echo "Written by" "Bruno Haible" "and" "Simon Josefsson" } # func_fatal_error message -- 2.30.2