* NEWS: Update GFDL version. * README-hacking: Likewise. * doc/find-maint.texi: Likewise. * lib/regexprops.c: Likewise (though the license being changed is the license for the output).
Signed-off-by: James Youngman <[email protected]> --- ChangeLog | 7 +++++++ NEWS | 2 +- README-hacking | 4 ++-- doc/find-maint.texi | 4 ++-- doc/find.texi | 2 +- lib/regexprops.c | 6 +++--- 6 files changed, 16 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index f98e334..310647a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ 2010-04-02 James Youngman <[email protected]> + Switch from GNU Free Documentation License 1.2 to 1.3. + * NEWS: Update GFDL version. + * README-hacking: Likewise. + * doc/find-maint.texi: Likewise. + * lib/regexprops.c: Likewise (though the license being changed is + the license for the output). + * import-gnulib.config (modules): Add maintainer-makefile. 2010-04-02 James Youngman <[email protected]> diff --git a/NEWS b/NEWS index 0e8c15b..c4f543a 100644 --- a/NEWS +++ b/NEWS @@ -1636,7 +1636,7 @@ Copyright (C) 1996, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free diff --git a/README-hacking b/README-hacking index bd967f2..5ce65b8 100644 --- a/README-hacking +++ b/README-hacking @@ -212,10 +212,10 @@ In case you're wondering why we bother with all of this, read this: ======================================================================== -Copyright (C) 2009 Free Software Foundation, Inc. +Copyright (C) 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the ``GNU Free diff --git a/doc/find-maint.texi b/doc/find-maint.texi index 29f3457..8dc3450 100644 --- a/doc/find-maint.texi +++ b/doc/find-maint.texi @@ -23,10 +23,10 @@ be made and tested, and what resources exist to help developers. This is edition @value{EDITION}, for findutils version @value{VERSION}. -Copyright @copyright{} 2007, 2008 Free Software Foundation, Inc. +Copyright @copyright{} 2007, 2008, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. diff --git a/doc/find.texi b/doc/find.texi index 71e48a7..b19ce43 100644 --- a/doc/find.texi +++ b/doc/find.texi @@ -35,7 +35,7 @@ Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document -under the terms of the GNU Free Documentation License, Version 1.2 or +under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled diff --git a/lib/regexprops.c b/lib/regexprops.c index a752822..7facd0d 100644 --- a/lib/regexprops.c +++ b/lib/regexprops.c @@ -438,11 +438,11 @@ static void copying (void) { static const char *copy_para[]= { - "Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007" - ,"Free Software Foundation, Inc." + "Copyright (C) 1994, 1996, 1998, 2000, 2001, 2003, 2004, 2005, 2006," + ,"2007, 2009, 2010 Free Software Foundation, Inc." ,"" ,"Permission is granted to copy, distribute and/or modify this document" - ,"under the terms of the GNU Free Documentation License, Version 1.2 or" + ,"under the terms of the GNU Free Documentation License, Version 1.3 or" ,"any later version published by the Free Software Foundation; with no" ,"Invariant Sections, with no Front-Cover Texts, and with no Back-Cover" ,"Texts. A copy of the license is included in the ``GNU Free" -- 1.5.6.5 _______________________________________________ Findutils-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/findutils-patches
