Update documentation license info

This commit is contained in:
James R. Barlow
2018-03-24 02:33:24 -07:00
parent 6756016572
commit a2b1f54eb2
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -139,6 +139,15 @@ Press & Media
- `heise Open Source, 09/2014: Texterkennung mit
OCRmyPDF <http://heise.de/-2356670>`_
License
-------
The OCRmyPDF software is licensed under the GNU GPLv3. Certain files are covered by other licenses, as noted in their source files.
The license for each test file varies, and is noted in tests/resources/README.rst. The documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 (CC-BY-SA 4.0).
OCRmyPDF versions prior to 6.0 were licensed under the MIT License.
Disclaimer
----------
+2 -2
View File
@@ -52,7 +52,7 @@ master_doc = 'index'
# General information about the project.
project = 'ocrmypdf'
copyright = '2017, James R. Barlow'
copyright = '2018, James R. Barlow. Licensed under Creative Commons Attribution-ShareAlike 4.0.'
author = 'James R. Barlow'
# The version info for the project you're documenting, acts as replacement for
@@ -60,7 +60,7 @@ author = 'James R. Barlow'
# built documents.
#
# The short X.Y version.
from ocrmypdf import VERSION as OCRMYPDF_VERSION
from ocrmypdf import __version__ as OCRMYPDF_VERSION
_version_parts = OCRMYPDF_VERSION.split('.')