Mercurial > hg > xemacs-beta
comparison man/texinfo.tex @ 5431:5cddeeeb25bb
Convert man/texinfo.tex from GPLv2 or later to GPLv3 or later.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Sun, 07 Nov 2010 00:15:08 +0100 |
parents | 3ecd8885ac67 |
children | 1f0b15040456 |
comparison
equal
deleted
inserted
replaced
5430:6e27daf7cbc9 | 5431:5cddeeeb25bb |
---|---|
1 % texinfo.tex -- TeX macros to handle Texinfo files. | 1 % texinfo.tex -- TeX macros to handle Texinfo files. |
2 % | 2 % |
3 % Load plain if necessary, i.e., if running under initex. | 3 % Load plain if necessary, i.e., if running under initex. |
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
5 % | 5 % |
6 \def\texinfoversion{1999-09-25.10} | 6 \def\texinfoversion{2010-11-07.00} |
7 % | 7 % |
8 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 | 8 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99 |
9 % Free Software Foundation, Inc. | 9 % Free Software Foundation, Inc. |
10 % | 10 % |
11 % This texinfo.tex file is free software; you can redistribute it and/or | 11 % This file is part of XEmacs. |
12 % modify it under the terms of the GNU General Public License as | 12 % |
13 % published by the Free Software Foundation; either version 2, or (at | 13 % This texinfo.tex file is free software: you can redistribute it |
14 % your option) any later version. | 14 % and/or modify it under the terms of the GNU General Public License |
15 % as published by the Free Software Foundation, either version 3 of | |
16 % the License, or (at your option) any later version. | |
15 % | 17 % |
16 % This texinfo.tex file is distributed in the hope that it will be | 18 % This texinfo.tex file is distributed in the hope that it will be |
17 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty | 19 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty |
18 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | 20 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
19 % General Public License for more details. | 21 % General Public License for more details. |
20 % | 22 % |
21 % You should have received a copy of the GNU General Public License | 23 % You should have received a copy of the GNU General Public License |
22 % along with this texinfo.tex file; see the file COPYING. If not, write | 24 % along with this texinfo.tex file. If not, see |
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 25 % <http://www.gnu.org/licenses/>. |
24 % Boston, MA 02111-1307, USA. | |
25 % | 26 % |
26 % In other words, you are welcome to use, share and improve this program. | 27 % In other words, you are welcome to use, share and improve this program. |
27 % You are forbidden to forbid anyone else to use, share and improve | 28 % You are forbidden to forbid anyone else to use, share and improve |
28 % what you give them. Help stamp out software-hoarding! | 29 % what you give them. Help stamp out software-hoarding! |
29 % | 30 % |