Create a README.md file.
This commit is contained in:
parent
b5b0e2403e
commit
4b49be8441
1 changed files with 25 additions and 0 deletions
25
README.md
Normal file
25
README.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# 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 likely build a PDF file from:
|
||||
|
||||
$ pdflatex comprehensive-gpl-guide.tex && pdflatex comprehensive-gpl-guide.tex && pdflatex comprehensive-gpl-guide.tex
|
||||
|
||||
You can also [download a prebuilt PDF file](http://ebb.org/bkuhn/articles/copyleft-book.pdf).
|
||||
|
||||
Note the
|
||||
[canonical repository for this project is on gitorious](https://gitorious.org/gpl-compliance-tools/tutorial/source/master:). 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](https://gitorious.org/gpl-compliance-tools/merge_requests).
|
||||
If you cannot use that, you can email patches directly to Bradley. You can
|
||||
find his email address in the commit logs.
|
Loading…
Reference in a new issue