0b3b7ecffd
Individuals act on their own behalf in this project, regardless of who sponsors it.
44 lines
1.9 KiB
Markdown
44 lines
1.9 KiB
Markdown
# 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](https://copyleft.org/guide/),
|
|
and [download a PDF of the Guide as well](http://copyleft.org/guide/comprehensive-gpl-guide.pdf).
|
|
|
|
Note the
|
|
[canonical repository for this project is on k.copyleft.org](https://k.copyleft.org/guide/files/tip/).
|
|
Typically, copies of this repository on sites other than copyleft.org 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](CONTRIBUTING.md)
|
|
for more information.
|
|
|
|
Copyleft.org may be sponsored by various organizations, and organizations may
|
|
also republish some, or all, of the output of this project under the terms of
|
|
the CC BY-SA license. However, contributors' work is their own, and thus the
|
|
opinions expressed in their contributions, IRC utterances, commit messages,
|
|
mailing list posts, and/or other fora provided by copyleft.org may not
|
|
necessarily reflect the views of the contributors' employers and/or
|
|
organizations sponsoring the project and/or organizations republishing
|
|
copyleft.org's materials. Generally speaking, unless stated otherwise,
|
|
please assume that individuals contribute to copyleft.org in their personal
|
|
capacity.
|