"Alfred M. Szmidt" <[email protected]> writes: > Could someone eyeball the manual, and come with suggestions?
Ok to commit this patch? (doc/fdl.texi is removed below, but 'cvs diff' cannot represent that.) /Simon ? m4 ? lib/.cvsignore ? lib/Makefile.in Index: .cvsignore =================================================================== RCS file: /sources/inetutils/inetutils/.cvsignore,v retrieving revision 1.8 diff -u -p -r1.8 .cvsignore --- .cvsignore 26 Sep 2008 21:55:08 -0000 1.8 +++ .cvsignore 29 Apr 2009 19:21:55 -0000 @@ -5,14 +5,14 @@ aclocal.m4 autom4te.cache build-aux config.cache +config.h config.hin config.log config.status configure +confpaths.h include pathdefs.make paths.defs stamp-h.in -config.h -confpaths.h stamp-h1 Index: ChangeLog =================================================================== RCS file: /sources/inetutils/inetutils/ChangeLog,v retrieving revision 1.347 diff -u -p -r1.347 ChangeLog --- ChangeLog 29 Apr 2009 17:43:28 -0000 1.347 +++ ChangeLog 29 Apr 2009 19:21:56 -0000 @@ -1,3 +1,9 @@ +2009-04-29 Simon Josefsson <[email protected]> + + * NEWS: Mention that manual is now GFDLv1.3+. + * bootstrap.conf: Import fdl-1.3 module. + * doc/fdl.texi: Remove. + 2009-04-29 Alfred M. Szmidt <[email protected]> * doc/Makefile.am (inetutils_TEXINFOS): Removed ftp.texi, Index: NEWS =================================================================== RCS file: /sources/inetutils/inetutils/NEWS,v retrieving revision 1.27 diff -u -p -r1.27 NEWS --- NEWS 6 Feb 2009 06:59:56 -0000 1.27 +++ NEWS 29 Apr 2009 19:21:56 -0000 @@ -1,4 +1,4 @@ -GNU inetutils NEWS -- history of user-visible changes. 2009-02-06 +GNU inetutils NEWS -- history of user-visible changes. 2009-04-29 Copyright (C) 2002, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. @@ -12,6 +12,8 @@ Version 1.7: * Restore the traditional behavior of ping without -c option. +* The manual is now licensed under the GNU FDL version 1.3 or later. + December 27, 2008 Version 1.6: Index: bootstrap.conf =================================================================== RCS file: /sources/inetutils/inetutils/bootstrap.conf,v retrieving revision 1.18 diff -u -p -r1.18 bootstrap.conf --- bootstrap.conf 15 Apr 2009 17:21:25 -0000 1.18 +++ bootstrap.conf 29 Apr 2009 19:21:56 -0000 @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc. # 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 @@ -31,6 +31,7 @@ error exit exitfail extensions +fdl filemode free getcwd Index: doc/.cvsignore =================================================================== RCS file: /sources/inetutils/inetutils/doc/.cvsignore,v retrieving revision 1.1 diff -u -p -r1.1 .cvsignore --- doc/.cvsignore 11 Feb 2002 04:17:00 -0000 1.1 +++ doc/.cvsignore 29 Apr 2009 19:21:56 -0000 @@ -1,5 +1,6 @@ +*inetutils.info* Makefile Makefile.in -*inetutils.info* +fdl.texi stamp-vti version.texi
