blob: aa5781dd17b2a3f23b4767917b13b6f27f9fa8e0 (
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
35
36
|
Licenses for the Beamer class
=============================
Different parts of the Beamer class 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 beamer package. The two options are:
1. You can use the GNU General Public License, Version 2 or any later version
published by the Free Software Foundation.
2. You can use the LaTeX Project Public License, version 1.3c or (at your
option) any later version.
2. The documentation of the package is also dual-license. Again, you can choose
between two options:
1. You can use the GNU Free Documentation License, Version 1.3 or any later
version published by the Free Software Foundation.
2. You can use the LaTeX Project Public License, version 1.3c or (at your
option) any later version.
The 'documentation of the package' refers to all files in the subdirectory
doc of the beamer package. A detailed listing can be found in the file
doc/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/licenses/manifest-code.txt
You will find the licenses in the manual and also as plain text versions in the
directory
doc/licenses
|