Copyleft and the GPL: A Comprehensive Tutorial and Guide
Find a file
Bradley M. Kuhn 816c59aa3d Hack to get all menus to appear in right places.
The only way I could figure out how to get different output for
monolithic and section-based versions was to do this rather odd hack,
which uses tex4ht.usr to conditionally insert specific bootstrap HTML
for the mention that will allow proper formatting.
2014-11-07 00:50:51 -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 Correct to not have body > 2014-11-06 15:14:57 -05:00
enforcement-case-studies_log-output Add log files from the build steps, mention in doc 2014-11-02 12:41:25 -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 Correction to formatting on copyright notices. 2014-11-06 21:30:53 -05:00
comprehensive-gpl-guide.tex Correction to formatting on copyright notices. 2014-11-06 21:30:53 -05:00
enforcement-case-studies.tex Correction to formatting on copyright notices. 2014-11-06 21:30:53 -05:00
gpl-lgpl.tex Correction to formatting on copyright notices. 2014-11-06 21:30:53 -05:00
license-texts.tex AGPLv3 text as downloaded from: 2014-03-20 21:53:22 -04:00
Makefile Hack to get all menus to appear in right places. 2014-11-07 00:50:51 -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 Hack to get all menus to appear in right places. 2014-11-07 00:50:51 -05:00
TODO.md Hack tex4ht's overlib stuff to use jQuery tooltip 2014-11-06 12:34:18 -05:00
webhacks.cfg Hack to get all menus to appear in right places. 2014-11-07 00:50:51 -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.