CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/07/05 03:53:08
Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.31.2.4 retrieving revision 1.31.2.5 diff -u -b -r1.31.2.4 -r1.31.2.5 --- bootstrap 21 Sep 2006 13:07:02 -0000 1.31.2.4 +++ bootstrap 5 Jul 2007 03:53:05 -0000 1.31.2.5 @@ -1,15 +1,15 @@ #! /bin/sh -# bootstrap (GNU M4) version 2006-09-21 +# bootstrap (GNU M4) version 2007-07-04 # Written by Gary V. Vaughan <[EMAIL PROTECTED]> -# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. +# Copyright (C) 2004, 2005, 2006, 2007 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. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, but @@ -255,7 +255,7 @@ func_update "$gnulibdir"/build-aux/mdate-sh doc/mdate-sh func_update "$gnulibdir"/build-aux/missing missing func_update "$gnulibdir"/build-aux/texinfo.tex doc/texinfo.tex -func_update "$gnulibdir"/doc/COPYING COPYING +func_update "$gnulibdir"/doc/COPYINGv3 COPYING func_update "$gnulibdir"/doc/INSTALL INSTALL exit 0
