From a2b1f54eb2ca13d30df0a4a308f965ee4c23765e Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Wed, 14 Mar 2018 15:15:06 -0700 Subject: [PATCH] Update documentation license info --- README.rst | 9 +++++++++ docs/conf.py | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 8f945787..bf323c21 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,15 @@ Press & Media - `heise Open Source, 09/2014: Texterkennung mit OCRmyPDF `_ +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 ---------- diff --git a/docs/conf.py b/docs/conf.py index 7008e313..eda8c9dc 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -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('.')