Copyleft and the GPL: A Comprehensive Tutorial and Guide
Find a file
Bradley M. Kuhn 8a3a8434dd Qualify "additional copies == new license" claim.
The last commit brought in text that categorically claims: "automatic
termination cannot be cured by obtaining additional copies from an
alternate supplier".  While this position is by far the overwhelming
majority position among copyleft advocates, theorists, and legal
experts, the small minority dissenting opinion is simply too strongly
sourced to ignore.

Specifically, Till Jaeger's position was central to Harald Welte's
gpl-violations.org community-oriented GPL enforcement efforts.
Therefore, this tutorial must include his position when covering the
issue of automatic license reinstatement in this tutorial.

I have told Till that I can't believe his position is possibly correct.
(I understand that many other copyleft theorists and legal experts have
done so as well.)  However, Till remains steadfast that this position is
correct, at least under German copyright law.  Speaking for myself, I
have never met a legal expert as well-versed in both copyleft and German
copyright law as Till Jaeger is, and therefore I cannot in good
conscience allow this tutorial to remain silent regarding Till's
position, lest the tutorial propagate an inappropriate bias for the
majority belief.

That said, I still feel that a footnote is the right place for the
argument.  It *is* a tiny minority position [0] among an overwhelming
consensus to the contrary, and therefore adding the point to the main
text would only serve to distract the tutorial reader.

[0] In particular, I am convinced Jaeger's argument, if true, is a
    peculiarity of German law exclusively.  For example, French lawyers
    I've spoken with believe that the standard USA legal position on
    this issue is also accurate under French copyright law.  I therefore
    conclude the minority position (if accurate) is unrelated to
    differences between civil law and common law copyright regimes, and
    is instead a unique peculiarity to German copyright law.
2014-11-12 11:51:28 -05:00
Case-Study-Ethics Remove unnecessary versions and formats of the case-studiess tutorial material. 2014-02-16 18:00:49 -05:00
css Improve CSS for code listing and quotation. 2014-11-09 16:42:17 -05:00
enforcement-case-studies_log-output Add BusyBox output/kernel log; update study FIXME 2014-11-08 12:16:45 -05:00
GPL-Business ChangeLog is a deprecated method for tracking changes, use git log now. 2014-02-16 17:17:35 -05:00
GPL-LGPL Remove deprecated LaTeX formatting scripts and commands. 2014-02-16 17:15:34 -05:00
js Hack tex4ht's overlib stuff to use jQuery tooltip 2014-11-06 12:34:18 -05:00
presentations/1hr-GPL Make the title fit. 2014-03-24 10:51:29 -04:00
.gitignore Other files that should be git ignore'd. 2014-11-06 16:19:57 -05:00
CC-By-SA-4.0.txt Creative Commons had trailing whitespace on this line. 2014-02-15 17:39:34 -05:00
compliance-guide.tex Correct CEGEO to COGEO. 2014-11-11 22:04:05 -05:00
comprehensive-gpl-guide.tex Rework two compliance guide sections in Background 2014-11-10 18:56:14 -05:00
enforcement-case-studies.tex Integrate this text and rewrite to make it work. 2014-11-11 11:40:38 -05:00
gpl-lgpl.tex Qualify "additional copies == new license" claim. 2014-11-12 11:51:28 -05:00
license-texts.tex Incorporate copyleft defn from copyleft.org site 2014-11-12 07:18:59 -05:00
Makefile Build by chapter only. 2014-11-07 02:13:36 -05:00
no-numbers-on-table-of-contents.tex Move stuff to make the ToC with now ...'s and numbers to another file, 2014-02-20 13:37:23 -05:00
README.md Commands to install right Debian packages. 2014-11-06 13:21:39 -05:00
tex4ht.usr Shorten the menu item further: s/page/pg/ 2014-11-07 10:25:31 -05:00
TODO.md Note down idea for copyleft.guide that I just had. 2014-11-07 13:18:15 -05:00
webhacks.cfg Properly format and place title everywhere. 2014-11-07 11:35:13 -05:00

Copyleft and GPL Tutorial Materials

This repository contains various tutorial materials regarding the suite of GNU General Public Licenses and copyleft (as applied to software).

The primary item of interest is an omnibus book on copyleft that is built from the comprehensive-GPL-guide.tex file.

You can build this project with the following command:

$ make

HTML output will be in the public_html directory and a PDF file will be in comprehensive-gpl-guide.pdf.

You may need to first install texlive, tex4ht and a few other things. On Debian-based systems, this command may work as root:

# aptitude install texlive-full make tex4ht

You can also download a prebuilt PDF file.

Note the canonical repository for this project is on gitorious. Copies of this repository on other sites is for informational and backup purposes only.

Contributing

Patches to this project are welcome. Please submit a merge request on Gitorious. If you cannot use that, you can email patches directly to Bradley. You can find his email address in the commit logs.