guide/README.md
Mike Linksvayer 5ffc615320 Reword mind-reading statements.
Merge requested proposed by @mlinksva has been changed slightly by
@bkuhn because there were changes to the README.md file since the
merge request was submitted that made some of the changes moot.
2014-11-16 11:01:54 -05:00

1.3 KiB

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

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