diff options
author | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-08-19 00:15:54 -0400 |
---|---|---|
committer | Johnathan Rabkin <yonirabkin@member.fsf.org> | 2013-08-19 00:15:54 -0400 |
commit | 39e2c28f74d01e151709bf7e89989b740a5d75fb (patch) | |
tree | f938fca7c455f03cb250d20a62c2eb40af5674b3 | |
parent | 8d3a0e035d09a433cdac8a15a5a3d41bdc475bd1 (diff) |
* doc/gpl.texi: Fix compilation under texinfo 5.1
The "@enumerate 0" for the "TERMS AND CONDITIONS" section should
finish before the "END OF TERMS AND CONDITIONS" heading. The "@end
enumerate" line is currently in the wrong place, so move it.
Fix thanks to Katherine Whitlock.
-rw-r--r-- | doc/gpl.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/gpl.texi b/doc/gpl.texi index 877994e..0fab2d1 100644 --- a/doc/gpl.texi +++ b/doc/gpl.texi @@ -658,6 +658,7 @@ reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. +@end enumerate @iftex @heading END OF TERMS AND CONDITIONS @@ -721,5 +722,3 @@ library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read @url{http://www.gnu.org/philosophy/why-not-lgpl.html}. - -@end enumerate |