32 lines
1.6 KiB
Markdown
32 lines
1.6 KiB
Markdown
Copyright (c) 2021-2022 Maximilian Keßler
|
|
|
|
## Available Licenses
|
|
This work is dual-licensed. It may be distributed and/or modified
|
|
|
|
1. under the LaTeX Project Public License, version 1.3c or (at your opinion) any later version and/or,
|
|
2. under the GNU General Public License, Version 3 or (at your opinion) any later version
|
|
|
|
## LaTeX Project Public License
|
|
- The latest version of the LaTeX Project Public License license is in
|
|
http://www.latex-project.org/lppl.txt
|
|
and version 1.3 or later is part of all distributions of LaTeX
|
|
version 2005/12/01 or later.
|
|
- This work consists of all source files, availabe in directory `src/`,
|
|
as well as all derived files obtained from these by formatting them
|
|
with [PyTeX](https://gitlab.com/latexci/packages/PyTeX)
|
|
- This work has the LPPL maintenance status 'maintained'.
|
|
The Current Maintainer of this work is Maximilian Keßler.
|
|
- The license is also available in `licenses/LPPL.txt`
|
|
|
|
## Gnu General Public License
|
|
- This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
- This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
- You should have received a copy of the GNU General Public License
|
|
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
- The license is also available in `licenses/GPLv3.txt`
|