diff --git a/LICENSE.txt b/LICENSE.txt index 19b4dc6ce4c2fa27aee6890785b40187a2453ce5..b3b7a211d9d4e9364d1d3106e6f64e07966c490f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The conservancy_beancount package and associated tests: -Copyright © 2020 Brett Smith +Copyright © 2020, 2021 Brett Smith Copyright © 2020 Martin Michlmayr Copyright © 2020 Bradley M. Kuhn diff --git a/README.rst b/README.rst index ef089039aca62e559fcb93319c416f7c8dfa4fa6..6dc9a766be9d29a46e72d4eca04be74a8845b38b 100644 --- a/README.rst +++ b/README.rst @@ -38,4 +38,4 @@ This is expected to pass just like the unit tests. Legal ----- -Copyright © 2020 Brett Smith and others. Licensed under the GNU Affero General Public License, either version 3 of the License, or (at your option) any later version; with an additional permission. Refer to ``LICENSE.txt`` for details. +Copyright © 2020, 2021 Brett Smith and others. Licensed under the GNU Affero General Public License, either version 3 of the License, or (at your option) any later version; with an additional permission. Refer to ``LICENSE.txt`` for details. diff --git a/conservancy_beancount/cliutil.py b/conservancy_beancount/cliutil.py index 346a11b169f33ca3bebb64acc7e1755ffad7a97c..40d8ab9c8a8cd76b3c16e16d3f96892819dc3680 100644 --- a/conservancy_beancount/cliutil.py +++ b/conservancy_beancount/cliutil.py @@ -1,7 +1,7 @@ """cliutil - Utilities for CLI tools""" PKGNAME = 'conservancy_beancount' LICENSE = """ -Copyright © 2020 Brett Smith and other contributors +Copyright © 2020, 2021 Brett Smith and other contributors This program is free software: you can redistribute it and/or modify it. Refer to the LICENSE.txt that came with the software for details. diff --git a/setup.py b/setup.py index 651db3e4fce4f7465fd42269f4671445ee923188..9b070f960dff5727ab71ee49de13a69c7232d2fd 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='conservancy_beancount', description="Plugin, library, and reports for reading Conservancy's books", - version='1.14.3', + version='1.15.0', author='Software Freedom Conservancy', author_email='info@sfconservancy.org', license='GNU AGPLv3+',