79c5b890eb
Historically, this project used (more-or-less) a file-by-file copyright inventory. This commit ends that practice. The project now has a single toplevel copyright inventory, stored exclusively in comprehensive-gpl-guide.tex (so that it appears also in compiled versions of the Guide as well). The side-effect of this commit is that the parts may no longer be easily publishable separably without (at least) the additional work of copyright notice reconstruction. This may in particular create a challenge for the FSF, who has historically selectively published sections of this Guide as materials for its CLE classes. However, without this change, this Guide will eventually suffer from the inherent problems in maintaining file-by-file copyright inventory. Circumstances simply dictate a single, top-level copyright and license notice for the entire Guide. In addition to consolidation of copyright notices, I've also herein updated my historical copyright notices to properly credit me for my own work done in 2003 through 2005. I've also updated the license notice to reflect the changes made by the previous commit and related issues. |
||
---|---|---|
Case-Study-Ethics | ||
css | ||
enforcement-case-studies_log-output | ||
GPL-Business | ||
GPL-LGPL | ||
js | ||
presentations/1hr-GPL | ||
.gitignore | ||
CC-By-SA-4.0.txt | ||
compliance-guide.tex | ||
comprehensive-gpl-guide.tex | ||
CONTRIBUTING.md | ||
enforcement-case-studies.tex | ||
gpl-lgpl.tex | ||
license-texts.tex | ||
Makefile | ||
no-numbers-on-table-of-contents.tex | ||
README.md | ||
tex4ht.usr | ||
third-party-citations.tex | ||
TODO.md | ||
webhacks.cfg |
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.