diff options
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | doc/mdk.texi | 12 | 
2 files changed, 9 insertions, 5 deletions
| @@ -18,8 +18,6 @@ Please send mdk bug reports to bug-mdk@gnu.org.  ** gmixvm: the load file dialog now remembers last directory. -** Documentation: invariant sections removed. -  ** Bug fixes:     - smem in mixvm correctly handles negative zero (thanks to Michael diff --git a/doc/mdk.texi b/doc/mdk.texi index de70479..1d8b37a 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -25,9 +25,15 @@ Copyright @copyright{} 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Fo  @quotation  Permission is granted to copy, distribute and/or modify this document  under the terms of the GNU Free Documentation License, Version 1.2 or -any later version published by the Free Software Foundation; with no -Invariant Sections. A copy of the license is included in the section -entitled ``GNU Free Documentation License.'' +any later version published by the Free Software Foundation; with the +Invariant Sections being ``GNU General Public License'', with the +Front-Cover Texts being ``A GNU Manual,'' and with the Back-Cover Texts +as in (a) below. A copy of the license is included in the section +entitled ``GNU Free Documentation License''. + +(a) The FSF's Back-Cover Text is: ``You are free to copy and modify this +GNU Manual. Buying copies from GNU Press supports the FSF in developing +GNU and promoting software freedom.''  @end quotation  @end copying | 
