(|l)gpl-2.[01].tex: Remove the `\renewcommand{\theenumi}...' comments.
[cfd] / lgpl-3.0.tex
1 % \iffalse <meta-comment>
2 %
3 % The GNU General Public License as a LaTeX section
4 %
5 % (c) 1989, 1991 Free Software Foundation, Inc.
6 % Minor LaTeX formatting changes by Mark Wooding
7 %
8
9 % --- Chapter heading ---
10 %
11 % We don't know whether this ought to be a section or a chapter. Easy.
12 % We'll see if chapters are possible.
13 %
14 % \fi
15
16 \begingroup
17 \makeatletter
18
19 \edef\next#1#2#3{\relax
20 \ifx\chapter\@@undefined
21 \ifx\documentclass\@notprerr#2\else#3\fi
22 \else#1\fi
23 }
24
25 \expandafter\endgroup\next
26 {
27 \let\gpltoplevel\chapter
28 \let\gplsec\section
29 \let\gplend\endinput
30 }{
31 \let\gpltoplevel\section
32 \let\gplsec\subsection
33 \let\gplend\endinput
34 }{
35 \documentclass[11pt]{article}
36 \def\gpltoplevel#1{%
37 \vspace*{1in}%
38 \hbox to\hsize{\hfil\LARGE\bfseries#1\hfil}%
39 \vspace{1in}%
40 }
41 \let\gplsec\section
42 \def\gplend{\end{document}}
43 \advance\textwidth1in
44 \advance\oddsidemargin-.5in
45 \sloppy
46 \begin{document}
47 }
48
49 %^^A-------------------------------------------------------------------------
50 \gpltoplevel{The GNU Lesser General Public License}
51
52
53 The following is the text of the GNU General Public License, under the terms
54 of which this software is distributed.
55
56 \vspace{12pt}
57
58 \begin{center}
59 \textbf{GNU LESSER GENERAL PUBLIC LICENSE} \\
60 Version 3, 29 June 2007
61 \end{center}
62
63 % match lgpl-3.0.txt
64 \renewcommand{\labelenumii}{\alph{enumii})}
65 \renewcommand{\labelenumiii}{\arabic{enumiii})}
66
67 \begin{center}
68 {\parindent 0in
69
70 Copyright \copyright\ 2007 Free Software Foundation, Inc. \texttt{http://fsf.org/}
71
72 \bigskip
73 Everyone is permitted to copy and distribute verbatim copies of this \\
74 license document, but changing it is not allowed.}
75
76 \end{center}
77
78
79 This version of the GNU Lesser General Public License incorporates
80 the terms and conditions of version 3 of the GNU General Public
81 License, supplemented by the additional permissions listed below.
82
83 \begin{enumerate}
84 \addtocounter{enumi}{-1} % start at 0
85
86 \item Additional Definitions.
87
88 As used herein, ``this License'' refers to version 3 of the GNU Lesser
89 General Public License, and the ``GNU GPL'' refers to version 3 of the GNU
90 General Public License.
91
92 ``The Library'' refers to a covered work governed by this License,
93 other than an Application or a Combined Work as defined below.
94
95 An ``Application'' is any work that makes use of an interface provided
96 by the Library, but which is not otherwise based on the Library.
97 Defining a subclass of a class defined by the Library is deemed a mode
98 of using an interface provided by the Library.
99
100 A ``Combined Work'' is a work produced by combining or linking an
101 Application with the Library. The particular version of the Library
102 with which the Combined Work was made is also called the ``Linked
103 Version''.
104
105 The ``Minimal Corresponding Source'' for a Combined Work means the
106 Corresponding Source for the Combined Work, excluding any source code
107 for portions of the Combined Work that, considered in isolation, are
108 based on the Application, and not on the Linked Version.
109
110 The ``Corresponding Application Code'' for a Combined Work means the
111 object code and/or source code for the Application, including any data
112 and utility programs needed for reproducing the Combined Work from the
113 Application, but excluding the System Libraries of the Combined Work.
114
115 \item Exception to Section 3 of the GNU GPL.
116
117 You may convey a covered work under sections 3 and 4 of this License
118 without being bound by section 3 of the GNU GPL.
119
120 \item Conveying Modified Versions.
121
122 If you modify a copy of the Library, and, in your modifications, a
123 facility refers to a function or data to be supplied by an Application
124 that uses the facility (other than as an argument passed when the
125 facility is invoked), then you may convey a copy of the modified
126 version:
127
128 \begin{enumerate}
129 \item under this License, provided that you make a good faith effort to
130 ensure that, in the event an Application does not supply the
131 function or data, the facility still operates, and performs
132 whatever part of its purpose remains meaningful, or
133
134 \item under the GNU GPL, with none of the additional permissions of
135 this License applicable to that copy.
136 \end{enumerate}
137
138 \item Object Code Incorporating Material from Library Header Files.
139
140 The object code form of an Application may incorporate material from
141 a header file that is part of the Library. You may convey such object
142 code under terms of your choice, provided that, if the incorporated
143 material is not limited to numerical parameters, data structure
144 layouts and accessors, or small macros, inline functions and templates
145 (ten or fewer lines in length), you do both of the following:
146
147 \begin{enumerate}
148 \item Give prominent notice with each copy of the object code that the
149 Library is used in it and that the Library and its use are
150 covered by this License.
151
152 \item Accompany the object code with a copy of the GNU GPL and this license
153 document.
154 \end{enumerate}
155
156 \item Combined Works.
157
158 You may convey a Combined Work under terms of your choice that,
159 taken together, effectively do not restrict modification of the
160 portions of the Library contained in the Combined Work and reverse
161 engineering for debugging such modifications, if you also do each of
162 the following:
163
164 \begin{enumerate}
165 \item Give prominent notice with each copy of the Combined Work that
166 the Library is used in it and that the Library and its use are
167 covered by this License.
168
169 \item Accompany the Combined Work with a copy of the GNU GPL and this license
170 document.
171
172 \item For a Combined Work that displays copyright notices during
173 execution, include the copyright notice for the Library among
174 these notices, as well as a reference directing the user to the
175 copies of the GNU GPL and this license document.
176
177 \item Do one of the following:
178
179 \begin{enumerate}
180 \addtocounter{enumiii}{-1} % start at 0
181 \item Convey the Minimal Corresponding Source under the terms of this
182 License, and the Corresponding Application Code in a form
183 suitable for, and under terms that permit, the user to
184 recombine or relink the Application with a modified version of
185 the Linked Version to produce a modified Combined Work, in the
186 manner specified by section 6 of the GNU GPL for conveying
187 Corresponding Source.
188
189 \item Use a suitable shared library mechanism for linking with the
190 Library. A suitable mechanism is one that (a) uses at run time
191 a copy of the Library already present on the user's computer
192 system, and (b) will operate properly with a modified version
193 of the Library that is interface-compatible with the Linked
194 Version.
195 \end{enumerate}
196
197 \item Provide Installation Information, but only if you would otherwise
198 be required to provide such information under section 6 of the
199 GNU GPL, and only to the extent that such information is
200 necessary to install and execute a modified version of the
201 Combined Work produced by recombining or relinking the
202 Application with a modified version of the Linked Version. (If
203 you use option 4d0, the Installation Information must accompany
204 the Minimal Corresponding Source and Corresponding Application
205 Code. If you use option 4d1, you must provide the Installation
206 Information in the manner specified by section 6 of the GNU GPL
207 for conveying Corresponding Source.)
208 \end{enumerate}
209
210 \item Combined Libraries.
211
212 You may place library facilities that are a work based on the
213 Library side by side in a single library together with other library
214 facilities that are not Applications and are not covered by this
215 License, and convey such a combined library under terms of your
216 choice, if you do both of the following:
217
218 \begin{enumerate}
219 \item Accompany the combined library with a copy of the same work based
220 on the Library, uncombined with any other library facilities,
221 conveyed under the terms of this License.
222
223 \item Give prominent notice with the combined library that part of it
224 is a work based on the Library, and explaining where to find the
225 accompanying uncombined form of the same work.
226 \end{enumerate}
227
228 \item Revised Versions of the GNU Lesser General Public License.
229
230 The Free Software Foundation may publish revised and/or new versions
231 of the GNU Lesser General Public License from time to time. Such new
232 versions will be similar in spirit to the present version, but may
233 differ in detail to address new problems or concerns.
234
235 Each version is given a distinguishing version number. If the
236 Library as you received it specifies that a certain numbered version
237 of the GNU Lesser General Public License ``or any later version''
238 applies to it, you have the option of following the terms and
239 conditions either of that published version or of any later version
240 published by the Free Software Foundation. If the Library as you
241 received it does not specify a version number of the GNU Lesser
242 General Public License, you may choose any version of the GNU Lesser
243 General Public License ever published by the Free Software Foundation.
244
245 If the Library as you received it specifies that a proxy can decide
246 whether future versions of the GNU Lesser General Public License shall
247 apply, that proxy's public statement of acceptance of any version is
248 permanent authorization for you to choose that version for the
249 Library.
250
251 \end{enumerate}
252
253 \gplend
254
255 %%% Local Variables:
256 %%% mode: latex
257 %%% TeX-master: t
258 %%% End:
259