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
+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('.')