Copyleft and the GPL: A Comprehensive Tutorial and Guide
Find a file
Bradley M. Kuhn ce9168a9af Citations of third-party works in appendix only.
As alluded to in 2ea19b71d4 's commit
message on 2014-12-17 19:52:15 -0500, keeping any information on a
part-by-part basis is difficult and error-prone, since there exists no
reliable way to auto-generate such information accurately.

Therefore, citations to third-party works, in addition to remaining
fully documented in the commit log as they always have been, are now
placed in specifically one location in the body of the text itself: a
single appendix specifically designed for that purpose.

In this manner, contributors have no house-keeping work regarding
citations.  Contributors need only list third party works and links in
one place: third-party-citations.tex.

Documentation in CONTRIBUTING.md for making contributions of third-party
works is left as a TODO.
2014-12-22 16:30:00 -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 In-page anchor links vs. bootstrap's fixed navbar 2014-11-16 10:23:08 -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 In-page anchor links vs. bootstrap's fixed navbar 2014-11-16 10:23:08 -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 Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
comprehensive-gpl-guide.tex Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
CONTRIBUTING.md Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
enforcement-case-studies.tex Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
gpl-lgpl.tex Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
license-texts.tex Citations of third-party works in appendix only. 2014-12-22 16:30:00 -05:00
Makefile Citations of third-party works in appendix only. 2014-12-22 16:30:00 -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 CONTRIBUTING.md now canonical such information. 2014-12-20 19:31:57 -05:00
tex4ht.usr Provide additional href link command. 2014-12-17 23:11:56 -05:00
third-party-citations.tex Citations of third-party works in appendix only. 2014-12-22 16:30:00 -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 may also browse the current version of the guide on copyleft.org, and download a PDF of the Guide as well.

Note the canonical repository for this project is on gitorious. Typically, copies of this repository on sites other than gitorious are for informational and backup purposes only.

Contributing

Improvements of all kinds and manner are welcome. Please review the instructions and details regarding making contributions for more information.