Changed copyright date

This commit is contained in:
2021-03-08 20:40:54 +01:00
parent 3e33a8a773
commit f931ccb7dd
19 changed files with 44 additions and 44 deletions

View File

@@ -6,7 +6,7 @@ sh_cpl sh-edraft Common Python library
sh-edraft Common Python library
:copyright: (c) 2020 sh-edraft.de
:copyright: (c) 2020 - 2021 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,7 +14,7 @@ sh-edraft Common Python library
__title__ = 'cpl_cli.publish'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 sh-edraft.de'
__copyright__ = 'Copyright (c) 2020 - 2021 sh-edraft.de'
__version__ = '2021.4.1'
from collections import namedtuple