Updated copyright

This commit is contained in:
2022-12-25 12:04:25 +01:00
parent 8fc3c04720
commit 48d0daabf5
47 changed files with 94 additions and 94 deletions

View File

@@ -6,7 +6,7 @@ cpl-core sh-edraft Common Python library
sh-edraft Common Python library
:copyright: (c) 2020 - 2022 sh-edraft.de
:copyright: (c) 2020 - 2023 sh-edraft.de
:license: MIT, see LICENSE for more details.
"""
@@ -14,7 +14,7 @@ sh-edraft Common Python library
__title__ = 'cpl_core.dependency_injection'
__author__ = 'Sven Heidemann'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 - 2022 sh-edraft.de'
__copyright__ = 'Copyright (c) 2020 - 2023 sh-edraft.de'
__version__ = '2022.12.1'
from collections import namedtuple