(|l)gpl-2.[01].tex: Remove the `\renewcommand{\theenumi}...' comments.
[cfd] / texinfo-licence-test.texi
1 \input texinfo @c -*-texinfo-*-
2 @c
3 @c test licences
4 @c
5 @c (c) 2016 Mark Wooding
6 @c
7
8 @c ----- Standard boilerplate -----------------------------------------------
9
10 @c %**start of header
11 @setfilename texinfo-licence-test.info
12 @settitle Licence test
13 @setchapternewpage odd
14 @footnotestyle end
15 @paragraphindent 0
16 @iftex
17 @input texinice
18 @afourpaper
19 @end iftex
20 @c %**end of header
21
22 @c ----- Useful macros ------------------------------------------------------
23
24 @set version 1.0
25
26 @c ----- Copyright matters --------------------------------------------------
27
28 @c --- The `Info' version ---
29
30 @ifinfo
31
32 This file documents nothing much version
33 @value{version}.
34
35 Copyright (c) 2016 Mark Wooding
36
37 Permission is granted to make and distribute verbatim copies of this
38 manual provided the copyright notice and this permission notice are
39 preserved on all copies.
40
41 @ignore
42 Permission is granted to process this file through TeX and print the
43 results, provided the printed document carries a copying permission
44 notice identical to this one except for the removal of this paragraph
45 (this paragraph not being relevant to the printed manual).
46
47 @end ignore
48 Permission is granted to copy and distribute modified versions of this
49 manual under the conditions for verbatim copying, provided also that the
50 sections entitled `Copying' and `GNU General Public License' are
51 included exactly as in the original, and provided that the entire
52 resulting derived work is distributed under the terms of a permission
53 notice identical to this one.
54
55 Permission is granted to copy and distribute translations of this manual
56 into another language, under the above conditions for modified versions,
57 except that this permission notice may be stated in a translation
58 approved by the copyright holder.
59
60 @end ifinfo
61
62 @c --- Printed title page ---
63
64 @titlepage
65
66 @title Licence test
67 @subtitle Test inclusion of the various licence files
68 @author Mark Wooding
69 @page
70
71 @vskip 0pt plus 1filll
72
73 Copyright @copyright{} 2016 Mark Wooding
74
75 Permission is granted to make and distribute verbatim copies of this
76 manual provided the copyright notice and this permission notice are
77 preserved on all copies.
78
79 Permission is granted to copy and distribute modified versions of this
80 manual under the conditions for verbatim copying, provided also that the
81 sections entitled `Copying' and `GNU General Public License' are
82 included exactly as in the original, and provided that the entire
83 resulting derived work is distributed under the terms of a permission
84 notice identical to this one.
85
86 Permission is granted to copy and distribute translations of this manual
87 into another language, under the above conditions for modified versions,
88 except that this permission notice may be stated in a translation
89 approved by the copyright holder.
90
91 @end titlepage
92
93
94 @c --------------------------------------------------------------------------
95 @ifinfo
96 @node Top, GPL-2, (dir), (dir)
97 @top Licence test
98
99 @menu
100 * GPL-2::
101 * GPL-3::
102 * AGPL-3::
103 * LGPL-2::
104 * LGPL-2.1::
105 * LGPL-3::
106 * Introduction::
107 @end menu
108
109 @end ifinfo
110
111 @c --------------------------------------------------------------------------
112 @node GPL-2, GPL-3, Top, Top
113 @unnumbered The GNU General Public License, version 2.0
114
115 @include gpl-2.0.texi
116
117 @c --------------------------------------------------------------------------
118 @node GPL-3, AGPL-3, GPL-2, Top
119 @unnumbered The GNU General Public License, version 3.0
120
121 @include gpl-3.0.texi
122
123 @c --------------------------------------------------------------------------
124 @node AGPL-3, LGPL-2, GPL-3, Top
125 @unnumbered The GNU Affero General Public License, version 3.0
126
127 @include agpl-3.0.texi
128
129 @c --------------------------------------------------------------------------
130 @node LGPL-2, LGPL-2.1, AGPL-3, Top
131 @unnumbered The GNU Library General Public License, version 2.0
132
133 @include lgpl-2.0.texi
134
135 @c --------------------------------------------------------------------------
136 @node LGPL-2.1, LGPL-3, LGPL-2, Top
137 @unnumbered The GNU Lesser General Public License, version 2.1
138
139 @include lgpl-2.1.texi
140
141 @c --------------------------------------------------------------------------
142 @node LGPL-3, Introduction, LGPL-2.1, Top
143 @unnumbered The GNU Lesser General Public License, version 3.0
144
145 @include lgpl-3.0.texi
146
147 @c --------------------------------------------------------------------------
148 @node Introduction, , LGPL-3, Top
149 @unnumbered Introduction
150
151 @c --------------------------------------------------------------------------
152 @contents
153 @bye