Files @ 1f6399f54ece
Branch filter:

Location: Copyleft/guide/README.md

bkuhn
Rework & expand discussion: express patent license

Upon consultation with Richard Fontana, we drafted together this rewrite
of the original paragraph discussing this issue.

The original paragraph was tersely written and indeed accurate.
However, it was likely comprehensible only to those already familiar
with patent licensing regimes and systems. As such, it fit poorly in
the tutorial, which is designed for all policy makers who care about
copyleft, who may in fact be new to patent policy and licensing.

Please note: Richard Fontana <fontana@sharpeleven.org> dictated to me
some of this text, and therefore he is likely a copyright and
"creator" (per CC-BY-SA 4.0) of some of this text. In fact, since we
wrote it collaboratively, I suspect Fontana and I are co-copyright
holders and co-creators of this commit.
# 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 gitorious](https://gitorious.org/copyleft-org/tutorial/source/master:).
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](CONTRIBUTING.md)
for more information.