Changeset - 54d57e9281d9
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 10 years ago 2014-03-18 21:02:29
bkuhn@ebb.org
Properly label license names and proper formatting of section symbol.

Throughout the document, there were inconsistencies in how the \S was used,
and also there were many places where it was used to refer to section numbers
but not the document they were in.

Since the tutorial now covers so many different licenses, be pedantic about
this throughout and ensure the \S is never without its document name.
1 file changed with 208 insertions and 208 deletions:
gpl-lgpl.tex
208
208
0 comments (0 inline, 0 general)
gpl-lgpl.tex
Show inline comments
...
 
@@ -326,4 +326,4 @@ software, typically governs copying, modifying, and redistributing that
 
software (For details of this in the USA, see
 
\href{http://www.copyright.gov/title17/92chap1.html#106}{\S 106} and
 
\href{http://www.copyright.gov/title17/92chap1.html#117}{\S 117} of
 
\href{http://www.copyright.gov/title17/92chap1.html#106}{\S~106} and
 
\href{http://www.copyright.gov/title17/92chap1.html#117}{\S~117} of
 
\href{http://www.law.cornell.edu/uscode/text/17}{Title 17} of the
...
 
@@ -346,3 +346,3 @@ perceived, reproduced, or otherwise communicated, either directly or with the
 
aid of a machine or device'' (as stated in
 
\href{http://www.law.cornell.edu/uscode/text/17/102}{17 USC \S 102}), is thus
 
\href{http://www.law.cornell.edu/uscode/text/17/102}{17 USC \S~102}), is thus
 
covered by the statues, and is copyrighted by default.
...
 
@@ -408,3 +408,3 @@ The best example of software known to be in the public domain is software
 
that is published exclusively produced by the USA government.  Under
 
\href{http://www.law.cornell.edu/uscode/text/17/105}{17 USC 101 \S 105}, all
 
\href{http://www.law.cornell.edu/uscode/text/17/105}{17 USC 101 \S~105}, all
 
works published by the USA Government are not copyrightable.
...
 
@@ -815,3 +815,3 @@ worth noting below the three key changes that GPLv2 brought:
 
\item Software patents and their danger are explicitly mentioned, inspiring
 
  (in part) the addition of GPLv2\S\S5--7.  (These sections are discussed in
 
  (in part) the addition of GPLv2~\S\S5--7.  (These sections are discussed in
 
  detail in \S~\ref{GPLv2s5}, \S~\ref{GPLv2s6} and \S~\ref{GPLv2s7} of this
...
 
@@ -819,10 +819,10 @@ worth noting below the three key changes that GPLv2 brought:
 

	
 
\item GPLv2\S2's copyleft terms are expanded to more explicitly discuss the
 
  issue of combined works.  (GPLv2\S2 is discussed in detail in
 
\item GPLv2~\S2's copyleft terms are expanded to more explicitly discuss the
 
  issue of combined works.  (GPLv2~\S2 is discussed in detail in
 
  \S~\ref{GPLv2s2} in this tutorial).
 

	
 
\item GPLv2\S3 includes more detailed requirements, including the phrase
 
\item GPLv2~\S3 includes more detailed requirements, including the phrase
 
 ``the scripts used to control compilation and installation of the
 
  executable'', which is a central component of current GPLv2 enforcement
 
  .  (GPLv2\S3 is discussed in detail in
 
  .  (GPLv2~\S3 is discussed in detail in
 
  \S~\ref{GPLv2s3} in this tutorial).
...
 
@@ -970,6 +970,6 @@ simplest rights that the user receives.
 

	
 
\section{GPLv2 \S 0: Freedom to Run}
 
\section{GPLv2~\S0: Freedom to Run}
 
\label{GPLv2s0}
 

	
 
\S 0, the opening section of GPLv2, sets forth that the copyright law governs
 
GPLv2~\S0, the opening section of GPLv2, sets forth that the copyright law governs
 
the work.  It specifically points out that it is the ``copyright
...
 
@@ -978,3 +978,3 @@ how the copyright holder might indicate this fact.
 

	
 
A bit more subtly, \S 0 makes an inference that copyright law is the only
 
A bit more subtly, GPLv2~\S0 makes an inference that copyright law is the only
 
system that can restrict the software.  Specifically, it states:
...
 
@@ -1017,3 +1017,3 @@ to run specifically by stating the following:
 
\end{quote}
 
Thus, users are explicitly given the freedom to run by \S 0.
 
Thus, users are explicitly given the freedom to run by GPLv2~\S0.
 

	
...
 
@@ -1021,3 +1021,3 @@ Thus, users are explicitly given the freedom to run by \S 0.
 

	
 
The bulk of \S 0 not yet discussed gives definitions for other terms used
 
The bulk of GPLv2~\S0 not yet discussed gives definitions for other terms used
 
throughout.  The only one worth discussing in detail is ``work based on
...
 
@@ -1039,6 +1039,6 @@ opinions must give us guidance to decide the border cases.
 

	
 
\section{GPLv2 \S 1: Verbatim Copying}
 
\section{GPLv2~\S1: Verbatim Copying}
 
\label{GPLv2s1}
 

	
 
GPLv2 \S 1 covers the matter of redistributing the source code of a program
 
GPLv2~\S1 covers the matter of redistributing the source code of a program
 
exactly as it was received. This section is quite straightforward.
...
 
@@ -1046,7 +1046,7 @@ However, there are a few details worth noting here.
 

	
 
The phrase ``in any medium'' is important. This, for example, gives the
 
The phrase ``in any medium'' is important.  This, for example, gives the
 
freedom to publish a book that is the printed copy of the program's source
 
code. It also allows for changes in the medium of distribution. Some
 
code.  It also allows for changes in the medium of distribution.  Some
 
vendors may ship Free Software on a CD, but others may place it right on
 
the hard drive of a pre-installed computer. Any such redistribution media
 
the hard drive of a pre-installed computer.  Any such redistribution media
 
is allowed.
...
 
@@ -1054,3 +1054,3 @@ is allowed.
 
Preservation of copyright notice and license notifications are mentioned
 
specifically in \S 1. These are in some ways the most important part of
 
specifically in GPLv2~\S1.  These are in some ways the most important part of
 
the redistribution, which is why they are mentioned by name. The GPL
...
 
@@ -1073,4 +1073,4 @@ warranty disclaimers.)
 

	
 
Note finally that \S 1 begins to set forth the important defense of
 
commercial freedom. \S 1 clearly states that in the case of verbatim
 
Note finally that GPLv2~\S1 begins to set forth the important defense of
 
commercial freedom. GPLv2~\S1 clearly states that in the case of verbatim
 
copies, one may make money. Redistributors are fully permitted to charge
...
 
@@ -1087,3 +1087,3 @@ We digress for this chapter from our discussion of GPL's exact text to
 
consider the matter of derivative works --- a concept that we must
 
understand fully before considering \S\S 2--3 of GPLv2\@. GPL, and Free
 
understand fully before considering GPLv2~\S\S2--3\@. GPL, and Free
 
Software licensing in general, relies critically on the concept of
...
 
@@ -1091,5 +1091,5 @@ Software licensing in general, relies critically on the concept of
 
``derivative'') of Free Software need not abide by the terms of the
 
applicable Free Software license. As much is required by \S 106 of the
 
Copyright Act, 17 U.S.C. \S 106 (2002), and admitted by Free Software
 
licenses, such as the GPL, which (as we have seen) states in \S 0 that ``a
 
applicable Free Software license. As much is required by \S~106 of the
 
Copyright Act, 17 U.S.C. \S~106 (2002), and admitted by Free Software
 
licenses, such as the GPL, which (as we have seen) states in GPLv2~\S0 that ``a
 
`work based on the Program' means either the Program or any derivative
...
 
@@ -1146,3 +1146,3 @@ determination of what constitutes a derivative work of a computer
 
program. Another provision of the Copyright Act that is also relevant to
 
the definition of derivative work is \S 102(b), which reads as follows:
 
the definition of derivative work is \S~102(b), which reads as follows:
 

	
...
 
@@ -1234,3 +1234,3 @@ that are not eligible for copyright protection.
 

	
 
First, as set forth in \S 102(b) of the Copyright Act, any and all ideas
 
First, as set forth in \S~102(b) of the Copyright Act, any and all ideas
 
embodied in the program are to be denied copyright protection. However,
...
 
@@ -1340,3 +1340,3 @@ The First Circuit expressly rejected the AFC test and, instead, takes a
 
much narrower view of the meaning of derivative work for software. The
 
First Circuit holds that ``method of operation,'' as used in \S 102(b) of
 
First Circuit holds that ``method of operation,'' as used in \S~102(b) of
 
the Copyright Act, refers to the means by which users operate
...
 
@@ -1351,3 +1351,3 @@ form the basis for a determination that one work is a derivative of
 
another. It is also reasonable to expect that the First Circuit will read
 
the unprotectable elements set forth in \S 102(b) broadly, and, as such,
 
the unprotectable elements set forth in \S~102(b) broadly, and, as such,
 
promulgate a definition of derivative work that is much narrower than that
...
 
@@ -1414,21 +1414,21 @@ In this chapter, we discuss the two core sections that define the rights
 
and obligations for those who modify, improve, and/or redistribute GPL'd
 
software. These sections, \S\S 2--3, define the central core rights and
 
software. These sections, GPLv2~\S\S2--3, define the central core rights and
 
requirements of GPLv2\@.
 

	
 
\section{GPLv2 \S 2: Share and Share Alike}
 
\section{GPLv2~\S2: Share and Share Alike}
 

	
 
For many, this is where the ``magic'' happens that defends software
 
freedom along the distribution chain. \S 2 is the only place in the GPL
 
freedom along the distribution chain. GPLv2~\S2 is the only place in the GPL
 
that governs the modification controls of copyright law. If someone
 
modifies a GPL'd program, she is bound in the making those changes by \S
 
2. The goal here is to ensure that the body of GPL'd software, as it
 
modifies a GPL'd program, she is bound in the making those changes by
 
GPLv2~\S2.  The goal here is to ensure that the body of GPL'd software, as it
 
continues and develops, remains Free as in freedom.
 

	
 
To achieve that goal, \S 2 first sets forth that the rights of
 
To achieve that goal, GPLv2~\S2 first sets forth that the rights of
 
redistribution of modified versions are the same as those for verbatim
 
copying, as presented in \S 1. Therefore, the details of charging,
 
keeping copyright notices intact, and other \S 1 provisions are in tact
 
copying, as presented in GPLv2~\S1. Therefore, the details of charging,
 
keeping copyright notices intact, and other GPLv2~\S1 provisions are in tact
 
here as well. However, there are three additional requirements.
 

	
 
The first (\S 2(a)) requires that modified files carry ``prominent
 
The first (GPLv2~\S2(a)) requires that modified files carry ``prominent
 
notices'' explaining what changes were made and the date of such
...
 
@@ -1436,3 +1436,3 @@ changes. The goal here is not to put forward some specific way of
 
marking changes nor controlling the process of how changes get made.
 
Primarily, \S 2(a) seeks to ensure that those receiving modified
 
Primarily, GPLv2~\S2(a) seeks to ensure that those receiving modified
 
versions know the history of changes to the software. For some users,
...
 
@@ -1442,3 +1442,3 @@ there are a few disadvantages. Users should be informed about the
 
historical context of the software version they use, so that they can
 
make proper support choices. Finally, \S 2(a) serves an academic
 
make proper support choices. Finally, GPLv2~\S2(a) serves an academic
 
purpose --- ensuring that future developers can use a diachronic
...
 
@@ -1448,8 +1448,8 @@ approach to understand the software.
 

	
 
The second requirement (\S 2(b)) contains the four short lines that embody
 
The second requirement (GPLv2~\S2(b)) contains the four short lines that embody
 
the legal details of ``share and share alike.''  These 46 words are
 
considered by some to be the most worthy of careful scrutiny because \S
 
2(b) can be a source of great confusion when not properly understood.
 
considered by some to be the most worthy of careful scrutiny because GPLv2~\S2(b)
 
can be a source of great confusion when not properly understood.
 

	
 
In considering \S 2(b), first note the qualifier: it only applies to
 
In considering GPLv2~\S2(b), first note the qualifier: it only applies to
 
derivative works that ``you distribute or publish.''  Despite years of
...
 
@@ -1457,3 +1457,3 @@ education efforts by FSF on this matter, many still believe that modifiers
 
of GPL'd software are required by the license to publish or otherwise
 
share their changes. On the contrary, \S 2(b) {\bf does not apply if} the
 
share their changes. On the contrary, GPLv2~\S2(b) {\bf does not apply if} the
 
changes are never distributed. Indeed, the freedom to make private,
...
 
@@ -1466,3 +1466,3 @@ protected and defended.\footnote{FSF does maintain that there is an {\bf
 

	
 
Next, we again encounter the same matter that appears in \S 0, in the
 
Next, we again encounter the same matter that appears in GPLv2~\S0, in the
 
following text:
...
 
@@ -1473,3 +1473,3 @@ Again, the GPL relies here on what the copyright law says is a derivative
 
work. If, under copyright law, the modified version ``contains or is
 
derived from'' the GPL'd software, then the requirements of \S 2(b)
 
derived from'' the GPL'd software, then the requirements of GPLv2~\S2(b)
 
apply. The GPL invokes its control as a copyright license over the
...
 
@@ -1478,3 +1478,3 @@ of the work.
 

	
 
The final clause of \S 2(b) describes what the licensee must do if she is
 
The final clause of GPLv2~\S2(b) describes what the licensee must do if she is
 
distributing or publishing a work that is deemed a derivative work under
...
 
@@ -1489,3 +1489,3 @@ Consider each subpart carefully.
 
The work ``as a whole'' is what is to be licensed. This is an important
 
point that \S 2 spends an entire paragraph explaining; thus this phrase is
 
point that GPLv2~\S2 spends an entire paragraph explaining; thus this phrase is
 
worthy of a lengthy discussion here. As a programmer modifies a software
...
 
@@ -1514,3 +1514,3 @@ holder of each of the two works.
 

	
 
In this case, \S 2 lays out the terms by which \gplusi{} may be
 
In this case, GPLv2~\S2 lays out the terms by which \gplusi{} may be
 
distributed and copied. By default, under copyright law, the copyright
...
 
@@ -1530,7 +1530,7 @@ say that this restriction is any way unreasonable is simply ludicrous.
 

	
 
The next phrase of note in \S 2(b) is ``licensed...at no charge.''
 
The next phrase of note in GPLv2~\S2(b) is ``licensed...at no charge.''
 
This is a source of great confusion to many. Not a month goes by that
 
FSF does not receive an email that claims to point out ``a
 
contradiction in GPL'' because \S 2 says that redistributors cannot
 
charge for modified versions of GPL'd software, but \S 1 says that
 
contradiction in GPL'' because GPLv2~\S2 says that redistributors cannot
 
charge for modified versions of GPL'd software, but GPLv2~\S1 says that
 
they can. The ``at no charge'' does not prohibit redistributors from
...
 
@@ -1546,3 +1546,3 @@ fee for the software.
 

	
 
\S 2(b) further states that the software must ``be licensed...to all
 
GPLv2~\S2(b) further states that the software must ``be licensed...to all
 
third parties.''  This too has led to some confusions, and feeds the
...
 
@@ -1553,3 +1553,3 @@ extend to anyone who might, through the distribution chain, receive a copy
 
of the software. Distribution to all third parties is not mandated here,
 
but \S 2(b) does require redistributors to license the derivative works in
 
but GPLv2~\S2(b) does require redistributors to license the derivative works in
 
a way that extends to all third parties who may ultimately receive a
...
 
@@ -1557,3 +1557,3 @@ copy of the software.
 

	
 
In summary, \S 2(b) says what terms under which the third parties must
 
In summary, GPLv2\ 2(b) says what terms under which the third parties must
 
receive this no-charge license. Namely, they receive it ``under the terms
...
 
@@ -1561,4 +1561,4 @@ of this License,'' the GPL. When an entity \emph{chooses} to redistribute
 
a derivative work of GPL'd software, the license of that whole derivative
 
work must be GPL and only GPL\@. In this manner, \S 2(b) dovetails nicely
 
with \S 6 (as discussed in Section~\ref{GPLv2s6} of this tutorial).
 
work must be GPL and only GPL\@. In this manner, GPLv2~\S2(b) dovetails nicely
 
with GPLv2~\S6 (as discussed in Section~\ref{GPLv2s6} of this tutorial).
 

	
...
 
@@ -1566,3 +1566,3 @@ with \S 6 (as discussed in Section~\ref{GPLv2s6} of this tutorial).
 

	
 
The final paragraph of \S 2 is worth special mention. It is possible and
 
The final paragraph of GPLv2~\S2 is worth special mention. It is possible and
 
quite common to aggregate various software programs together on one
...
 
@@ -1582,3 +1582,3 @@ truly GPL'd.
 

	
 
\section{GPLv2 \S 3: Producing Binaries}
 
\section{GPLv2~\S3: Producing Binaries}
 
\label{GPL-Section-3}
...
 
@@ -1614,8 +1614,8 @@ it extremely convenient to receive distribution of binary software. Such
 
distribution is the redistribution of derivative works of the software's
 
source code. \S 3 addresses the matter of creation and distribution of
 
source code. GPLv2~\S3 addresses the matter of creation and distribution of
 
binary versions.
 

	
 
Under GPLv2\S 3, binary versions may be created and distributed under the
 
terms of \S\S 1--2, so all the material previously discussed applies
 
here. However, \S 3 must go a bit further. Access to the software's
 
Under GPLv2~\S3, binary versions may be created and distributed under the
 
terms of GPLv2~\S1--2, so all the material previously discussed applies
 
here. However, GPLv2~\S3 must go a bit further. Access to the software's
 
source code is an incontestable prerequisite for the exercise of the
...
 
@@ -1623,3 +1623,3 @@ fundamental freedoms to modify and improve the software. Making even
 
the most trivial changes to a software program at the binary level is
 
effectively impossible. \S 3 must ensure that the binaries are never
 
effectively impossible. GPLv2~\S3 must ensure that the binaries are never
 
distributed without the source code, so that these freedoms are passed
...
 
@@ -1627,7 +1627,7 @@ through the distribution chain.
 

	
 
\S 3 permits distribution of binaries, and then offers three options for
 
GPLv2~\S3 permits distribution of binaries, and then offers three options for
 
distribution of source code along with binaries. The most common and the
 
least complicated is the option given under \S 3(a).
 
least complicated is the option given under GPLv2~\S3(a).
 

	
 
\S 3(a) offers the option to directly accompany the source code alongside
 
GPLv2~\S3(a) offers the option to directly accompany the source code alongside
 
the distribution of the binaries. This is by far the most convenient
...
 
@@ -1637,6 +1637,6 @@ distribution (more on that later).
 

	
 
Under \S 3(a), the source code provided must be the ``corresponding source
 
Under GPLv2~\S3(a), the source code provided must be the ``corresponding source
 
code.''  Here ``corresponding'' primarily means that the source code
 
provided must be that code used to produce the binaries being distributed.
 
That source code must also be ``complete.''  A later paragraph of \S 3
 
That source code must also be ``complete.''  A later paragraph of GPLv2~\S3
 
explains in detail what is meant by ``complete.''  In essence, it is all
...
 
@@ -1649,3 +1649,3 @@ actually directly derived from the version received.
 

	
 
Furthermore, GPLv2\S 3 is defending against a tactic that has in fact been
 
Furthermore, GPLv2~\S3 is defending against a tactic that has in fact been
 
seen in FSF's GPL enforcement. Under GPL, if you pay a high price for
...
 
@@ -1658,3 +1658,3 @@ correspond, but withhold the ``incantations'' and build plans they
 
used to make that source compile into the specialized binaries.
 
Therefore, \S 3 requires that the source code include ``meta-material'' like
 
Therefore, GPLv2~\S3 requires that the source code include ``meta-material'' like
 
scripts, interface definitions, and other material that is used to
...
 
@@ -1673,3 +1673,3 @@ GPL does provide options when such distribution is infeasible.
 

	
 
\S 3, therefore, allows source code to be provided on any physical
 
GPLv2~\S3, therefore, allows source code to be provided on any physical
 
``medium customarily used for software interchange.''  By design, this
...
 
@@ -1697,6 +1697,6 @@ useful thing to do --- is not usually sufficient.
 
Note, however, a major exception to this rule, given by the last paragraph
 
of \S 3. \emph{If} distribution of the binary files is made only on the
 
of GPLv2~\S3. \emph{If} distribution of the binary files is made only on the
 
Internet (i.e., ``from a designated place''), \emph{then} simply providing
 
the source code right alongside the binaries in the same place is
 
sufficient to comply with \S 3.
 
sufficient to comply with GPLv2~\S3.
 

	
...
 
@@ -1704,3 +1704,3 @@ sufficient to comply with \S 3.
 

	
 
As is shown above, Under \S 3(a), embedded manufacturers can put the
 
As is shown above, Under GPLv2~\S3(a), embedded manufacturers can put the
 
binaries on the device and ship the source code along on a CD\@. However,
...
 
@@ -1711,3 +1711,3 @@ prohibit using GPL'd software. For this situation and others like it, \S
 

	
 
\S 3(b) allows a distributor of binaries to instead provide a written
 
GPLv2~\S3(b) allows a distributor of binaries to instead provide a written
 
offer for source code alongside those binaries. This is useful in two
...
 
@@ -1715,3 +1715,3 @@ specific ways. First, it may turn out that most users do not request the
 
source, and thus the cost of producing the CDs is saved --- a financial
 
and environmental windfall. In addition, along with a \S 3(b) compliant
 
and environmental windfall. In addition, along with a GPLv2~\S3(b) compliant
 
offer for source, a binary distributor might choose to \emph{also} give a
...
 
@@ -1723,6 +1723,6 @@ windfalls.
 
However, note that regardless of how many users prefer to get the
 
source online, \S 3(b) does place lasting long-term obligations on the
 
source online, GPLv2~\S3(b) does place lasting long-term obligations on the
 
binary distributor. The binary distributor must be prepared to honor
 
that offer for source for three years and ship it out (just as they
 
would have had to do under \S 3(a)) at a moment's notice when they
 
would have had to do under GPLv2~\S3(a)) at a moment's notice when they
 
receive such a request. There is real organizational cost here:
...
 
@@ -1737,3 +1737,3 @@ that full public distribution of source is required. The offer for source
 
must be valid for ``any third party'' because of the freedoms of
 
redistribution granted by \S\S 1--2. A company may ship a binary image
 
redistribution granted by GPLv2~\S\S1--2. A company may ship a binary image
 
and an offer for source to only one customer. However, under GPL, that
...
 
@@ -1745,4 +1745,4 @@ source code.
 

	
 
GPLv2\S 3(c) is created to save her some trouble, because by itself \S 3(b)
 
would unfairly favor large companies. \S 3(b) allows the
 
GPLv2~\S3(c) is created to save her some trouble, because by itself GPLv2~\S3(b)
 
would unfairly favor large companies. GPLv2~\S3(b) allows the
 
separation of the binary software from the key tool that people can use
...
 
@@ -1754,13 +1754,13 @@ exercise those freedoms that require it.
 

	
 
Meanwhile, \S 3(b)'s compromise primarily benefits companies who
 
distribute binary software commercially. Without \S 3(c), that benefit
 
Meanwhile, GPLv2~\S3(b)'s compromise primarily benefits companies who
 
distribute binary software commercially. Without GPLv2~\S3(c), that benefit
 
would be at the detriment of the companies' customers; the burden of
 
source code provision would be unfairly shifted to the companies'
 
customers. A customer, who had received binaries with a \S 3(b)-compliant
 
offer, would be required under GPLv2 (sans \S 3(c)) to acquire the source,
 
merely to give a copy of the software to a friend who needed it. \S 3(c)
 
reshifts this burden to entity who benefits from \S 3(b).
 
customers. A customer, who had received binaries with a GPLv2~\S3(b)-compliant
 
offer, would be required under GPLv2 (sans GPLv2~\S3(c)) to acquire the source,
 
merely to give a copy of the software to a friend who needed it. GPLv2~\S3(c)
 
reshifts this burden to entity who benefits from GPLv2~\S3(b).
 

	
 
\S 3(c) allows those who undertake \emph{noncommercial} distribution to
 
simply pass along a \S 3(b)-compliant source code offer. The customer who
 
GPLv2~\S3(c) allows those who undertake \emph{noncommercial} distribution to
 
simply pass along a GPLv2~\S3(b)-compliant source code offer. The customer who
 
wishes to give a copy to her friend can now do so without provisioning the
...
 
@@ -1768,12 +1768,12 @@ source, as long as she gives that offer to her friend. By contrast, if
 
she wanted to go into business for herself selling CDs of that software,
 
she would have to acquire the source and either comply via \S 3(a), or
 
write her own \S 3(b)-compliant source offer.
 
she would have to acquire the source and either comply via GPLv2~\S3(a), or
 
write her own GPLv2~\S3(b)-compliant source offer.
 

	
 
This process is precisely the reason why a \S 3(b) source offer must be
 
This process is precisely the reason why a GPLv2~\S3(b) source offer must be
 
valid for all third parties. At the time the offer is made, there is no
 
way of knowing who might end up noncommercially receiving a copy of the
 
software. Companies who choose to comply via \S 3(b) must thus be
 
software. Companies who choose to comply via GPLv2~\S3(b) must thus be
 
prepared to honor all incoming source code requests. For this and the
 
many other additional necessary complications under \S\S 3(b--c), it is
 
only rarely a better option than complying via \S 3(a).
 
many other additional necessary complications under GPLv2~\S\S3(b--c), it is
 
only rarely a better option than complying via GPLv2~\S3(a).
 

	
...
 
@@ -1904,8 +1904,8 @@ implied patent license to any of its patents that cover that program.
 
Chapters~\ref{run-and-verbatim} and ~\ref{source-and-binary} presented the
 
core freedom-defending provisions of GPLv2\@, which are in \S\S 0--3. \S\S
 
4--7 of the GPLv2 are designed to ensure that \S\S 0--3 are not infringed,
 
core freedom-defending provisions of GPLv2\@, which are in GPLv2~\S\S0--3. \S\S
 
4--7 of the GPLv2 are designed to ensure that GPLv2~\S\S0--3 are not infringed,
 
are enforceable, are kept to the confines of copyright law, and are not
 
trumped by other copyright agreements or components of other entirely
 
separate legal systems. In short, while \S\S 0--3 are the parts of the
 
license that defend the freedoms of users and programmers, \S\S 4--7 are
 
separate legal systems. In short, while GPLv2~\S\S0--3 are the parts of the
 
license that defend the freedoms of users and programmers, GPLv2~\S\S4--7 are
 
the parts of the license that keep the playing field clear so that \S\S
...
 
@@ -1913,6 +1913,6 @@ the parts of the license that keep the playing field clear so that \S\S
 

	
 
\section{GPLv2 \S 4: Termination on Violation}
 
\section{GPLv2~\S4: Termination on Violation}
 
\label{GPLv2s4}
 

	
 
\S 4 is GPLv2's termination clause. Upon first examination, it seems
 
GPLv2~\S4 is GPLv2's termination clause. Upon first examination, it seems
 
strange that a license with the goal of defending users' and programmers'
...
 
@@ -1937,3 +1937,3 @@ In fact, when an entity looses their right to copy, modify and distribute
 
GPL'd software, it is because of their \emph{own actions}, not that of
 
the copyright holder. The copyright holder does not decided when \S 4
 
the copyright holder. The copyright holder does not decided when GPLv2~\S4
 
termination occurs (if ever), the actions of the licensee does.
...
 
@@ -1943,4 +1943,4 @@ the licensee to perform specific types of copying, modification, and
 
redistribution. By default, all other types of copying, modification, and
 
redistribution are prohibited. \S 4 says that if you undertake any of
 
those other types (e.g., redistributing binary-only in violation of \S 3),
 
redistribution are prohibited. GPLv2~\S4 says that if you undertake any of
 
those other types (e.g., redistributing binary-only in violation of GPLv2~\S3),
 
then all rights under the license --- even those otherwise permitted for
...
 
@@ -1948,3 +1948,3 @@ those who have not violated --- terminate automatically.
 

	
 
\S 4 gives GPLv2 teeth. If licensees fail to adhere to the license, then
 
GPLv2~\S4 gives GPLv2 teeth. If licensees fail to adhere to the license, then
 
they are stuck. They must completely cease and desist from all
...
 
@@ -1971,6 +1971,6 @@ copyright holders to proceed.
 

	
 
\section{GPLv2 \S 5: Acceptance, Copyright Style}
 
\section{GPLv2~\S5: Acceptance, Copyright Style}
 
\label{GPLv2s5}
 

	
 
\S 5 brings us to perhaps the most fundamental misconception and common
 
GPLv2~\S5 brings us to perhaps the most fundamental misconception and common
 
confusion about GPLv2\@. Because of the prevalence of proprietary software,
...
 
@@ -1995,3 +1995,3 @@ from the contractual approach taken by EULA authors.
 

	
 
An interesting side benefit to \S 5 is that the bulk of users of Free
 
An interesting side benefit to GPLv2~\S5 is that the bulk of users of Free
 
Software are not required to accept the license. Undertaking fair and
...
 
@@ -2007,12 +2007,12 @@ freedom.
 

	
 
\section{GPLv2 \S 6: GPL, My One and Only}
 
\section{GPLv2~\S6: GPL, My One and Only}
 
\label{GPLv2s6}
 

	
 
A point that was glossed over in Section~\ref{GPLv2s4}'s discussion of \S 4
 
A point that was glossed over in Section~\ref{GPLv2s4}'s discussion of GPLv2~\S4
 
was the irrevocable nature of the GPL\@. The GPLv2 is indeed irrevocable,
 
and it is made so formally by \S 6.
 
and it is made so formally by GPLv2~\S6.
 

	
 
The first sentence in \S 6 ensures that as software propagates down the
 
The first sentence in GPLv2~\S6 ensures that as software propagates down the
 
distribution chain, that each licensor can pass along the license to each
 
new licensee. Under \S 6, the act of distributing automatically grants a
 
new licensee. Under GPLv2~\S6, the act of distributing automatically grants a
 
license from the original licensor to the next recipient. This creates a
...
 
@@ -2022,3 +2022,3 @@ making sure that future licensees get no fewer rights than the licensee before.
 

	
 
The second sentence of \S 6 does the opposite; it bounds from the top. It
 
The second sentence of GPLv2~\S6 does the opposite; it bounds from the top. It
 
prohibits any licensor along the distribution chain from placing
...
 
@@ -2027,9 +2027,9 @@ requirements may trump the rights and freedoms given by GPLv2\@.
 

	
 
The final sentence of \S 6 makes it abundantly clear that no individual
 
The final sentence of GPLv2~\S6 makes it abundantly clear that no individual
 
entity in the distribution chain is responsible for the compliance of any
 
other. This is particularly important for noncommercial users who have
 
passed along a source offer under \S 3(c), as they cannot be assured that
 
the issuer of the offer will honor their \S 3 obligations.
 
passed along a source offer under GPLv2~\S3(c), as they cannot be assured that
 
the issuer of the offer will honor their GPLv2~\S3 obligations.
 

	
 
In short, \S 6 says that your license for the software is your one and
 
In short, GPLv2~\S6 says that your license for the software is your one and
 
only copyright license allowing you to copy, modify and distribute the
...
 
@@ -2037,7 +2037,7 @@ software.
 

	
 
\section{GPLv2 \S 7: ``Give Software Liberty or Give It Death!''}
 
\section{GPLv2~\S7: ``Give Software Liberty or Give It Death!''}
 
\label{GPLv2s7}
 

	
 
In essence, \S 7 is a verbosely worded way of saying for non-copyright
 
systems what \S 6 says for copyright. If there exists any reason that a
 
In essence, GPLv2~\S7 is a verbosely worded way of saying for non-copyright
 
systems what GPLv2~\S6 says for copyright. If there exists any reason that a
 
distributor knows of that would prohibit later licensees from exercising
...
 
@@ -2055,3 +2055,3 @@ in the world, have chosen the latter.
 

	
 
Thus, \S 7 rarely gives software death by stopping its distribution.
 
Thus, GPLv2~\S7 rarely gives software death by stopping its distribution.
 
Instead, it is inspiring patent holders to share their patents in the same
...
 
@@ -2059,6 +2059,6 @@ freedom-defending way that they share their copyrighted works.
 

	
 
\section{GPLv2 \S 8: Excluding Problematic Jurisdictions}
 
\section{GPLv2~\S8: Excluding Problematic Jurisdictions}
 
\label{GPLv2s8}
 

	
 
\S 8 is rarely used by copyright holders. Its intention is that if a
 
GPLv2~\S8 is rarely used by copyright holders. Its intention is that if a
 
particular country, say Unfreedonia, grants particular patents or allows
...
 
@@ -2068,3 +2068,3 @@ distribution in the countries where such controls do not exist.
 

	
 
It is a partial ``out'' from \S 7. Without \S 8, if a copyright holder
 
It is a partial ``out'' from GPLv2~\S7. Without GPLv2~\S8, if a copyright holder
 
knew of a patent in a particular country licensed in a GPL-incompatible
...
 
@@ -2074,3 +2074,3 @@ legitimately end up in the hands of citizens of Unfreedonia.
 
It is an inevitable but sad reality that some countries are freer than
 
others. \S 8 exists to permit distribution in those countries that are
 
others. GPLv2~\S8 exists to permit distribution in those countries that are
 
free without otherwise negating parts of the license.
...
 
@@ -2080,3 +2080,3 @@ free without otherwise negating parts of the license.
 

	
 
\S 0--7 constitute the freedom-defending terms of the GPLv2. The remainder
 
GPLv2~\S\S0--7 constitute the freedom-defending terms of the GPLv2. The remainder
 
of the GPLv2 handles administrivia and issues concerning warranties and
...
 
@@ -2084,3 +2084,3 @@ liability.
 

	
 
\section{GPLv2 \S 9: FSF as Stewards of GPL}
 
\section{GPLv2~\S9: FSF as Stewards of GPL}
 
\label{GPLv2s9}
...
 
@@ -2088,3 +2088,3 @@ liability.
 
FSF reserves the exclusive right to publish future versions of the GPL\@;
 
\S 9 expresses this. While the stewardship of the copyrights on the body
 
GPLv2~\S9 expresses this. While the stewardship of the copyrights on the body
 
of GPL'd software around the world is shared among thousands of
...
 
@@ -2100,6 +2100,6 @@ stakeholders' opinions under advisement.
 

	
 
\section{GPLv2 \S 10: Relicensing Permitted}
 
\section{GPLv2~\S10: Relicensing Permitted}
 
\label{GPLv2s10}
 

	
 
\S 10 reminds the licensee of what is already implied by the nature of
 
GPLv2~\S10 reminds the licensee of what is already implied by the nature of
 
copyright law. Namely, the copyright holder of a particular software
...
 
@@ -2108,3 +2108,3 @@ copyright licenses.
 

	
 
\section{GPLv2 \S 11: No Warranty}
 
\section{GPLv2~\S11: No Warranty}
 
\label{GPLv2s11}
...
 
@@ -2119,3 +2119,3 @@ to be voodoo tradition of warranty disclaimer writing.
 
Some have argued the GPL is unenforceable in some jurisdictions because
 
its disclaimer of warranties is impermissibly broad. However, \S 11
 
its disclaimer of warranties is impermissibly broad. However, GPLv2~\S11
 
contains a jurisdictional savings provision, which states that it is to be
...
 
@@ -2126,6 +2126,6 @@ permissibility of certain warranty disclaimers.
 

	
 
Finally, one important point to remember when reading \S 11 is that \S 1
 
permits the sale of warranty as an additional service, which \S 11 affirms.
 
Finally, one important point to remember when reading GPLv2~\S11 is that GPLv2~\S1
 
permits the sale of warranty as an additional service, which GPLv2~\S11 affirms.
 

	
 
\section{GPLv2 \S 12: Limitation of Liability}
 
\section{GPLv2~\S12: Limitation of Liability}
 
\label{GPLv2s12}
...
 
@@ -2134,5 +2134,5 @@ There are many types of warranties, and in some jurisdictions some of them
 
cannot be disclaimed. Therefore, usually agreements will have both a
 
warranty disclaimer and a limitation of liability, as we have in \S 12. \S
 
warranty disclaimer and a limitation of liability, as we have in GPLv2~\S12. \S
 
11 thus gets rid of all implied warranties that can legally be
 
disavowed. \S 12, in turn, limits the liability of the actor for any
 
disavowed. GPLv2~\S12, in turn, limits the liability of the actor for any
 
warranties that cannot legally be disclaimed in a particular jurisdiction.
...
 
@@ -2141,6 +2141,6 @@ Again, some have argued the GPL is unenforceable in some jurisdictions
 
because its limitation of liability is impermissibly broad. However, \S
 
12, just like its sister, \S 11, contains a jurisdictional savings
 
12, just like its sister, GPLv2~\S11, contains a jurisdictional savings
 
provision, which states that it is to be interpreted only as broadly as
 
allowed by applicable law. As stated above, such a provision ensures that
 
both \S 12, and the entire GPL, is enforceable in any jurisdiction,
 
both GPLv2~\S12, and the entire GPL, is enforceable in any jurisdiction,
 
regardless of any particular law regarding the permissibility of limiting
...
 
@@ -2156,15 +2156,15 @@ So end the terms and conditions of the GNU General Public License.
 

	
 
\section{GPLv3 \S 0: Giving In On ``Defined Terms''}
 
\section{GPLv3~\S0: Giving In On ``Defined Terms''}
 

	
 
\section{GPLv3 \S 1: Understanding CCS}
 
\section{GPLv3~\S1: Understanding CCS}
 

	
 
\section{GPLv3 \S 2: Basic Permissions}
 
\section{GPLv3~\S2: Basic Permissions}
 

	
 
\section{GPLv3 \S 3: What Hath DMCA Wrought}
 
\section{GPLv3~\S3: What Hath DMCA Wrought}
 
\label{GPLv3s3}
 
\section{GPLv3 \S 4: Verbatim Copying}
 
\section{GPLv3~\S4: Verbatim Copying}
 

	
 
\section{GPLv3 \S 5: Modified Source}
 
\section{GPLv3~\S5: Modified Source}
 

	
 
\section{GPLv3 \S 6: Non-Source and Corresponding Source}
 
\section{GPLv3~\S6: Non-Source and Corresponding Source}
 

	
...
 
@@ -2173,19 +2173,19 @@ So end the terms and conditions of the GNU General Public License.
 

	
 
\section{GPLv3 \S 7: Explicit Compatibility}
 
\section{GPLv3~\S7: Explicit Compatibility}
 

	
 
\section{GPLv3 \S 8: A Lighter Termination}
 
\section{GPLv3~\S8: A Lighter Termination}
 

	
 
\section{GPLv3 \S 9: Acceptance}
 
\section{GPLv3~\S9: Acceptance}
 

	
 
\section{GPLv3 \S 10: Explicit Downstream License}
 
\section{GPLv3~\S10: Explicit Downstream License}
 

	
 
\section{GPLv3 \S 11: Explicit Patent Licensing}
 
\section{GPLv3~\S11: Explicit Patent Licensing}
 
\label{GPLv3s11}
 
\section{GPLv3 \S 12: Familiar as GPLv2 \S 7}
 
\section{GPLv3~\S12: Familiar as GPLv2 \S 7}
 

	
 
\section{GPLv3 \S 13: The Great Affero Compromise}
 
\section{GPLv3~\S13: The Great Affero Compromise}
 

	
 
\section{GPLv3 \S 14: So, When's GPLv4?}
 
\section{GPLv3~\S14: So, When's GPLv4?}
 
\label{GPlv2s14}
 
\section{GPLv3 \S 15--17: Warranty Disclaimers and Liability Limitation}
 
\section{GPLv3~\S15--17: Warranty Disclaimers and Liability Limitation}
 

	
...
 
@@ -2295,9 +2295,9 @@ identical, or that have the minor modification changing the word
 

	
 
First, \S 1 of LGPL, the rules for verbatim copying of source, are
 
equivalent to those in GPL's \S 1.
 
First, LGPLv2.1~\S1, the rules for verbatim copying of source, are
 
equivalent to those in GPLv2~\S1.
 

	
 
Second, \S 8 of LGPL is equivalent \S 4 of GPL\@. In both licenses, this
 
Second, LGPLv2.1~\S8 is equivalent GPLv2~\S4\@. In both licenses, this
 
section handles termination in precisely the same manner.
 

	
 
\S 9 in LGPL is equivalent to \S 5 in GPL\@. Both sections assert that
 
LGPLv2.1~\S9 is equivalent to GPLv2~\S5\@. Both sections assert that
 
the license is a copyright license, and handle the acceptance of those
...
 
@@ -2305,3 +2305,3 @@ copyright terms.
 

	
 
LGPL's \S 10 is equivalent to GPL's \S 6. They both protect the
 
LGPLv2.1~\S10 is equivalent to GPLv2~\S6. They both protect the
 
distribution system of Free Software under these licenses, to ensure that
...
 
@@ -2311,3 +2311,3 @@ restrictions are imposed.
 

	
 
LGPL's \S 11 is GPL's \S 7. As discussed, it is used to ensure that
 
LGPLv2.1~\S11 is GPLv2~\S7. As discussed, it is used to ensure that
 
other claims and legal realities, such as patent licenses and court
...
 
@@ -2317,3 +2317,3 @@ known to exist.
 

	
 
LGPL's \S 12 adds the same features as GPL's \S 8. These sections are
 
LGPLv2.1~\S12 adds the same features as GPLv2~\S8. These sections are
 
used to allow original copyright holders to forbid distribution in
...
 
@@ -2322,5 +2322,5 @@ licenses.
 

	
 
LGPL's \S 13 sets up FSF as the steward of the LGPL, just as GPL's \S 9
 
does for GPL. Meanwhile, LGPL's \S 14 reminds licensees that copyright
 
holders can grant exceptions to the terms of LGPL, just as GPL's \S 10
 
LGPLv2.1~\S13 sets up FSF as the steward of the LGPL, just as GPLv2~\S9
 
does for GPL. Meanwhile, LGPLv2.1~\S14 reminds licensees that copyright
 
holders can grant exceptions to the terms of LGPL, just as GPLv2~\S10
 
reminds licensees of the same thing.
...
 
@@ -2328,3 +2328,3 @@ reminds licensees of the same thing.
 
Finally, the assertions of no warranty and limitations of liability are
 
identical; thus LGPL's \S 15 and \S 16 are the same as GPL's \S 11 and \S
 
identical; thus LGPLv2.1~\S15 and LGPLv2.1~\S16 are the same as GPLv2~\S11 and \S
 
12.
...
 
@@ -2399,5 +2399,5 @@ distinction is drawn on the bright line of binary (or runtime) derivative
 
works and source code derivatives. We will first consider the definition
 
of a ``work that uses the library,'' which is set forth in LGPL \S 5.
 
of a ``work that uses the library,'' which is set forth in LGPLv2.1~\S5.
 

	
 
We noted in our discussion of GPL \S 3 (discussed in
 
We noted in our discussion of GPLv2~\S3 (discussed in
 
Section~\ref{GPL-Section-3} of this document) that binary programs when
...
 
@@ -2407,4 +2407,4 @@ the binary is created) or at runtime (when the binary -- including library
 
and main program both -- is loaded into memory by the user). In GPL,
 
binary derivative works are controlled by the terms of the license (in GPL
 
\S 3), and distributors of such binary derivatives must release full
 
binary derivative works are controlled by the terms of the license (in GPLv2~\S3),
 
and distributors of such binary derivatives must release full
 
corresponding source\@.
...
 
@@ -2440,5 +2440,5 @@ the library,'' works as follows:
 

	
 
We will talk about the specific restrictions LGPL places on ``works
 
We will talk about the specific restrictions LGPLv2.1 places on ``works
 
that use the library'' in detail in Section~\ref{lgpl-section-6}. For
 
now, focus on the logic related to how the LGPL places requirements on
 
now, focus on the logic related to how the LGPLv2.1 places requirements on
 
the license of \lplusi{}. Note, first of all, the similarity between
...
 
@@ -2446,3 +2446,3 @@ this explanation and that in Section~\ref{separate-and-independent},
 
which discussed the combination of otherwise separate and independent
 
works with GPL'd code. Effectively, what LGPL does is say that when a
 
works with GPL'd code. Effectively, what LGPLv2.1 does is say that when a
 
new work is otherwise separate and independent, but has interface
...
 
@@ -2451,3 +2451,3 @@ uses the library.''
 

	
 
In addition, the only reason that LGPL has any control over the licensing
 
In addition, the only reason that LGPLv2.1 has any control over the licensing
 
of a ``work that uses the library'' is for the same reason that GPL has
...
 
@@ -2456,6 +2456,6 @@ because the {\em binary combination\/} (\lplusi{}) that must be created to
 
make the separate work (\worki{}) at all useful is a derivative work of
 
the LGPL'd software (\workl{}).
 
the LGPLv2.1'd software (\workl{}).
 

	
 
Thus, a two-question test that will help indicate if a particular work is
 
a ``work that uses the library'' under LGPL is as follows:
 
a ``work that uses the library'' under LGPLv2.1 is as follows:
 

	
...
 
@@ -2513,3 +2513,3 @@ based on the library'' and a ``work that uses the library.''
 

	
 
In our years of work with the LGPL, however, we have never seen a work
 
In our years of work with the LGPLv2.1, however, we have never seen a work
 
of software that was not clearly one or the other; the line is quite
...
 
@@ -2523,3 +2523,3 @@ specific set of works that were based on the library. Once such
 
distinctions are established, the licensing for each component can be
 
considered independently and the LGPL applied to each work as
 
considered independently and the LGPLv2.1 applied to each work as
 
prescribed.
...
 
@@ -2531,6 +2531,6 @@ In our discussion of the definition of ``works that use the library,'' we
 
left out a few more complex details that relate to lower-level programming
 
details. The fourth paragraph of LGPL's \S 5 covers these complexities,
 
details. The fourth paragraph of LGPLv2.1~\S5 covers these complexities,
 
and it has been a source of great confusion. Part of the confusion comes
 
because a deep understanding of how compiler programs work is nearly
 
mandatory to grasp the subtle nature of what \S 5, \P 4 seeks to
 
mandatory to grasp the subtle nature of what LGPLv2.1~\S5, \P 4 seeks to
 
cover. It helps some to note that this is a border case that we cover in
...
 
@@ -2564,3 +2564,3 @@ derivative work is created.
 

	
 
LGPL's \S 5, \P 4 is designed to handle this specific case. The intent of
 
LGPLv2.1~\S5\P4 is designed to handle this specific case. The intent of
 
the license is clearly that simply compiling software to ``make use'' of
...
 
@@ -2572,3 +2572,3 @@ separate and independent work, it would actually cause that object file to be a
 
compilation idiosyncrasy would change the requirements on the users of the
 
LGPL'd software. This paragraph removes that restriction, allowing the
 
LGPLv2.1'd software. This paragraph removes that restriction, allowing the
 
implications of the license to be the same regardless of the specific
...
 
@@ -2583,6 +2583,6 @@ primarily to quell the worries of software engineers who understand the
 
level of verbatim code copying that a compiler often does, and to help
 
them understand that the full implications of LGPL are the same regardless
 
them understand that the full implications of LGPLv2.1 are the same regardless
 
of the details of the compilation progress.
 

	
 
\section{LGPLv2 \S 6 \& LGPLv3 \S 5: Combining the Works}
 
\section{LGPLv2.1~\S6 \& LGPLv2.1~\S5: Combining the Works}
 
\label{lgpl-section-6}
...
 
@@ -2593,3 +2593,3 @@ rules for distributing these two different works.
 
The rules for distributing ``works that use the library'' are covered in
 
\S 6 of LGPL\@. \S 6 is much like GPL's \S 3, as it requires the release
 
LGPLv2.1~\S6\@. LGPLv2.1~\S6 is much like GPLv2~\S3, as it requires the release
 
of source when a binary version of the LGPL'd software is released. Of
...
 
@@ -2597,12 +2597,12 @@ course, it only requires that source code for the library itself be made
 
available. The work that ``uses'' the library need not be provided in
 
source form. However, there are also conditions in LGPL \S 6 to make sure
 
source form. However, there are also conditions in LGPLv2.1~\S6 to make sure
 
that a user who wishes to modify or update the library can do so.
 

	
 
LGPL \S 6 lists five choices with regard to supplying library source
 
LGPLv2.1~\S6 lists five choices with regard to supplying library source
 
and granting the freedom to modify that library source to users. We
 
will first consider the option given by \S 6(b), which describes the
 
most common way currently used for LGPL compliance on a ``work that
 
most common way currently used for LGPLv2.1 compliance on a ``work that
 
uses the library.''
 

	
 
\S 6(b) allows the distributor of a ``work that uses the library'' to
 
LGPLv2.1~\S6(b) allows the distributor of a ``work that uses the library'' to
 
simply use a dynamically linked, shared library mechanism to link with the
...
 
@@ -2616,7 +2616,7 @@ replace the library with interface-compatible versions and still be able
 
to use the ``work that uses the library.''  However, all modern shared
 
library mechanisms function as such, and thus \S 6(b) is the simplest
 
library mechanisms function as such, and thus LGPLv2.1~\S6(b) is the simplest
 
option, since it does not even require that the distributor of the ``work
 
based on the library'' ship copies of the library itself.
 
2based on the library'' ship copies of the library itself.
 

	
 
\S 6(a) is the option to use when, for some reason, a shared library
 
LGPLv2.1~\S6(a) is the option to use when, for some reason, a shared library
 
mechanism cannot be used. It requires that the source for the library be
...
 
@@ -2630,6 +2630,6 @@ build a new binary.
 

	
 
The remaining options in \S 6 are very similar to the other choices
 
provided by GPL \S 3. There are some additional options, but time does
 
The remaining options in LGPLv2.1~\S6 are very similar to the other choices
 
provided by GPLv2~\S3. There are some additional options, but time does
 
not permit us in this course to go into those additional options. In
 
almost all cases of distribution under LGPL, either \S 6(a) or \S 6(b) are
 
almost all cases of distribution under LGPL, either LGPLv2.1~\S6(a) or LGPLv2.1~\S6(b) are
 
exercised.
...
 
@@ -2639,4 +2639,4 @@ exercised.
 
Essentially, ``works based on the library'' must be distributed under the
 
same conditions as works under full GPL\@. In fact, we note that LGPL's
 
\S 2 is nearly identical in its terms and requirements to GPL's \S 2.
 
same conditions as works under full GPL\@. In fact, we note that 
 
LGPLv2.1~\S2 is nearly identical in its terms and requirements to GPLv2~\S2.
 
There are again subtle differences and additions, which time does not
...
 
@@ -2651,9 +2651,9 @@ conditions:
 

	
 
\item Allowing a licensing ``upgrade'' from LGPL to GPL\@ (in LGPL \S 3)
 
\item Allowing a licensing ``upgrade'' from LGPL to GPL\@ (in LGPLv2.1~\S3)
 

	
 
\item Binary distribution of the library only, covered in LGPL \S 4,
 
  which is effectively equivalent to LGPL \S 3
 
\item Binary distribution of the library only, covered in LGPLv2.1~\S4,
 
  which is effectively equivalent to LGPLv2.1~\S3
 

	
 
\item Creating aggregates of libraries that are not derivative works of
 
  each other, and distributing them as a unit (in LGPL \S 7)
 
  each other, and distributing them as a unit (in LGPLv2.1~\S7)
 

	
...
 
@@ -2663,6 +2663,6 @@ conditions:
 
Due to time constraints, we cannot cover these additional terms in detail,
 
but they are mostly straightforward. The key to understanding LGPL is
 
but they are mostly straightforward. The key to understanding LGPLv2.1 is
 
understanding the difference between a ``work based on the library'' and a
 
``work that uses the library.''  Once that distinction is clear, the
 
remainder of LGPL is close enough to GPL that the concepts discussed in
 
remainder of LGPLv2.1 is close enough to GPL that the concepts discussed in
 
our more extensive GPL unit can be directly applied.
...
 
@@ -2687,3 +2687,3 @@ license compliance activity than any known proprietary software.
 
Even if a company engages heavily in copying the software throughout the
 
enterprise, such copying is not only permitted by \S\S 1 and 3, but it is
 
enterprise, such copying is not only permitted by GPLv2~\S\S1 and 3, but it is
 
encouraged!  If the company simply deploys unmodified (or even modified)
0 comments (0 inline, 0 general)