Update copyright year and authors.
authorBruno Haible <bruno@clisp.org>
Thu, 25 Aug 2005 12:15:37 +0000 (12:15 +0000)
committerBruno Haible <bruno@clisp.org>
Thu, 25 Aug 2005 12:15:37 +0000 (12:15 +0000)
ChangeLog
gnulib-tool

index 021f2f5..d5d78b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-08-24  Bruno Haible  <bruno@clisp.org>
 
+       * gnulib-tool (func_version): Update.
+
+2005-08-24  Bruno Haible  <bruno@clisp.org>
+
        * gnulib-tool (func_create_megatestdir): Call autoreconf without the
        option --force, because --force causes the aclocal.m4 of each
        subdirectory to be newer than the corresponding config.h.in.
index a146078..b799703 100755 (executable)
@@ -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 <bug-gnulib@gnu.org>."
 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