Mercurial > hg > octave-lojdl > gnulib-hg
changeset 6111:4bc400780d6a
Update copyright year and authors.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 25 Aug 2005 12:15:37 +0000 |
parents | 139428fd3d07 |
children | c51aecf7d77d |
files | ChangeLog gnulib-tool |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +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
--- 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 @@ 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