blob: 293753aff8b8376708b8e68772ca8df66bde0581 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Licenses for the PGF package
============================
Different parts of the PGF package are distributed under
different licenses:
1. The code of the package is dual-license. This means that
you can decide which license you wish to use when using the
pgf package. The two options are:
a) You can use the GNU Public License, version 2.
b) You can use the LaTeX Project Public License, version 1.3c.
2. The documentation of the package is also dual-license. Again,
you can choose between two options:
a) You can use the GNU Free Documentation License, version 1.2.
b) You can use the LaTeX Project Public License, version 1.3c.
The ``documentation of the package'' refers to all files in the
subdirectory doc of the pgf package. A detailed listing can be
found in the file
doc/generic/pgf/licenses/manifest-documentation.txt
All files in other directories are part of the ``code of the
package.'' A detailed listing can be found in the file
doc/generic/pgf/licenses/manifest-code.txt
You will find the licenses in the manual and also as plain text
versions in the directory
doc/generic/pgf/licenses
|