From 48d0daabf51bb23e33328295a1e324a2fdaf4807 Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Sun, 25 Dec 2022 12:04:25 +0100 Subject: [PATCH] Updated copyright --- LICENSE | 2 +- src/cpl_cli/.cpl/__init__.py | 4 ++-- src/cpl_cli/__init__.py | 4 ++-- src/cpl_cli/_templates/__init__.py | 4 ++-- src/cpl_cli/_templates/build/__init__.py | 4 ++-- src/cpl_cli/_templates/publish/__init__.py | 4 ++-- src/cpl_cli/abc/__init__.py | 4 ++-- src/cpl_cli/command/__init__.py | 4 ++-- src/cpl_cli/configuration/__init__.py | 4 ++-- src/cpl_cli/helper/__init__.py | 4 ++-- src/cpl_cli/live_server/__init__.py | 4 ++-- src/cpl_cli/migrations/__init__.py | 4 ++-- src/cpl_cli/migrations/base/__init__.py | 4 ++-- src/cpl_cli/migrations/service/__init__.py | 4 ++-- src/cpl_cli/publish/__init__.py | 4 ++-- src/cpl_cli/source_creator/__init__.py | 4 ++-- src/cpl_cli/validators/__init__.py | 4 ++-- src/cpl_core/__init__.py | 4 ++-- src/cpl_core/application/__init__.py | 4 ++-- src/cpl_core/configuration/__init__.py | 4 ++-- src/cpl_core/console/__init__.py | 4 ++-- src/cpl_core/database/__init__.py | 4 ++-- src/cpl_core/database/connection/__init__.py | 4 ++-- src/cpl_core/database/context/__init__.py | 4 ++-- src/cpl_core/dependency_injection/__init__.py | 4 ++-- src/cpl_core/environment/__init__.py | 4 ++-- src/cpl_core/logging/__init__.py | 4 ++-- src/cpl_core/mailing/__init__.py | 4 ++-- src/cpl_core/pipes/__init__.py | 4 ++-- src/cpl_core/time/__init__.py | 4 ++-- src/cpl_core/utils/__init__.py | 4 ++-- src/cpl_discord/.cpl/__init__.py | 4 ++-- src/cpl_discord/__init__.py | 4 ++-- src/cpl_discord/application/__init__.py | 4 ++-- src/cpl_discord/command/__init__.py | 4 ++-- src/cpl_discord/configuration/__init__.py | 4 ++-- src/cpl_discord/container/__init__.py | 4 ++-- src/cpl_discord/cpl-discord.json | 2 +- src/cpl_discord/events/__init__.py | 4 ++-- src/cpl_discord/helper/__init__.py | 4 ++-- src/cpl_discord/service/__init__.py | 4 ++-- src/cpl_query/__init__.py | 4 ++-- src/cpl_query/base/__init__.py | 4 ++-- src/cpl_query/enumerable/__init__.py | 4 ++-- src/cpl_query/extension/__init__.py | 4 ++-- src/cpl_query/iterable/__init__.py | 4 ++-- src/cpl_translation/__init__.py | 8 ++++---- 47 files changed, 94 insertions(+), 94 deletions(-) diff --git a/LICENSE b/LICENSE index c13cc5ee..e7b78382 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -MIT License Copyright (c) 2020 - 2022 sh-edraft.de +MIT License Copyright (c) 2020 - 2023 sh-edraft.de Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/cpl_cli/.cpl/__init__.py b/src/cpl_cli/.cpl/__init__.py index 266c7d74..fd1901ed 100644 --- a/src/cpl_cli/.cpl/__init__.py +++ b/src/cpl_cli/.cpl/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli' __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 diff --git a/src/cpl_cli/__init__.py b/src/cpl_cli/__init__.py index a9bc3840..88563c33 100644 --- a/src/cpl_cli/__init__.py +++ b/src/cpl_cli/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli' __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 diff --git a/src/cpl_cli/_templates/__init__.py b/src/cpl_cli/_templates/__init__.py index 424946b8..56690313 100644 --- a/src/cpl_cli/_templates/__init__.py +++ b/src/cpl_cli/_templates/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli._templates' __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 diff --git a/src/cpl_cli/_templates/build/__init__.py b/src/cpl_cli/_templates/build/__init__.py index cc89e736..8b300e0f 100644 --- a/src/cpl_cli/_templates/build/__init__.py +++ b/src/cpl_cli/_templates/build/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli._templates.build' __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 diff --git a/src/cpl_cli/_templates/publish/__init__.py b/src/cpl_cli/_templates/publish/__init__.py index 6ab2a7cf..d8dabf44 100644 --- a/src/cpl_cli/_templates/publish/__init__.py +++ b/src/cpl_cli/_templates/publish/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli._templates.publish' __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 diff --git a/src/cpl_cli/abc/__init__.py b/src/cpl_cli/abc/__init__.py index 84ea4829..7d010963 100644 --- a/src/cpl_cli/abc/__init__.py +++ b/src/cpl_cli/abc/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.abc' __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 diff --git a/src/cpl_cli/command/__init__.py b/src/cpl_cli/command/__init__.py index 3e43a322..01e0cf59 100644 --- a/src/cpl_cli/command/__init__.py +++ b/src/cpl_cli/command/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.command' __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 diff --git a/src/cpl_cli/configuration/__init__.py b/src/cpl_cli/configuration/__init__.py index 544b8ffa..406767ad 100644 --- a/src/cpl_cli/configuration/__init__.py +++ b/src/cpl_cli/configuration/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.configuration' __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 diff --git a/src/cpl_cli/helper/__init__.py b/src/cpl_cli/helper/__init__.py index 0a3cf183..124de6fe 100644 --- a/src/cpl_cli/helper/__init__.py +++ b/src/cpl_cli/helper/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.helper' __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 diff --git a/src/cpl_cli/live_server/__init__.py b/src/cpl_cli/live_server/__init__.py index dfce0936..943290d4 100644 --- a/src/cpl_cli/live_server/__init__.py +++ b/src/cpl_cli/live_server/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.live_server' __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 diff --git a/src/cpl_cli/migrations/__init__.py b/src/cpl_cli/migrations/__init__.py index 31de9444..d1c8ff93 100644 --- a/src/cpl_cli/migrations/__init__.py +++ b/src/cpl_cli/migrations/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.migrations' __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 diff --git a/src/cpl_cli/migrations/base/__init__.py b/src/cpl_cli/migrations/base/__init__.py index f242e0f8..3c86ea88 100644 --- a/src/cpl_cli/migrations/base/__init__.py +++ b/src/cpl_cli/migrations/base/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.migrations.base' __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 diff --git a/src/cpl_cli/migrations/service/__init__.py b/src/cpl_cli/migrations/service/__init__.py index a6a73caa..d32c377e 100644 --- a/src/cpl_cli/migrations/service/__init__.py +++ b/src/cpl_cli/migrations/service/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.migrations.service' __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 diff --git a/src/cpl_cli/publish/__init__.py b/src/cpl_cli/publish/__init__.py index 5850a382..8e9f1d9a 100644 --- a/src/cpl_cli/publish/__init__.py +++ b/src/cpl_cli/publish/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.publish' __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 diff --git a/src/cpl_cli/source_creator/__init__.py b/src/cpl_cli/source_creator/__init__.py index 32622c31..5d65164f 100644 --- a/src/cpl_cli/source_creator/__init__.py +++ b/src/cpl_cli/source_creator/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.source_creator' __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 diff --git a/src/cpl_cli/validators/__init__.py b/src/cpl_cli/validators/__init__.py index cd2a3f94..d12f3ddb 100644 --- a/src/cpl_cli/validators/__init__.py +++ b/src/cpl_cli/validators/__init__.py @@ -6,7 +6,7 @@ cpl-cli sh-edraft Common Python library CLI sh-edraft Common Python library Command Line Interface -: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 Command Line Interface __title__ = 'cpl_cli.validators' __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 diff --git a/src/cpl_core/__init__.py b/src/cpl_core/__init__.py index d1080377..c3d854c2 100644 --- a/src/cpl_core/__init__.py +++ b/src/cpl_core/__init__.py @@ -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' __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 diff --git a/src/cpl_core/application/__init__.py b/src/cpl_core/application/__init__.py index 15180c85..d088dc08 100644 --- a/src/cpl_core/application/__init__.py +++ b/src/cpl_core/application/__init__.py @@ -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.application' __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 diff --git a/src/cpl_core/configuration/__init__.py b/src/cpl_core/configuration/__init__.py index aaa2768c..18ebabec 100644 --- a/src/cpl_core/configuration/__init__.py +++ b/src/cpl_core/configuration/__init__.py @@ -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.configuration' __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 diff --git a/src/cpl_core/console/__init__.py b/src/cpl_core/console/__init__.py index 03b44671..4e227f6b 100644 --- a/src/cpl_core/console/__init__.py +++ b/src/cpl_core/console/__init__.py @@ -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.console' __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 diff --git a/src/cpl_core/database/__init__.py b/src/cpl_core/database/__init__.py index d30ad22a..d3c418a4 100644 --- a/src/cpl_core/database/__init__.py +++ b/src/cpl_core/database/__init__.py @@ -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.database' __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 diff --git a/src/cpl_core/database/connection/__init__.py b/src/cpl_core/database/connection/__init__.py index 335e08ec..fcc95e63 100644 --- a/src/cpl_core/database/connection/__init__.py +++ b/src/cpl_core/database/connection/__init__.py @@ -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.database.connection' __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 diff --git a/src/cpl_core/database/context/__init__.py b/src/cpl_core/database/context/__init__.py index 939e0d39..5f819a4e 100644 --- a/src/cpl_core/database/context/__init__.py +++ b/src/cpl_core/database/context/__init__.py @@ -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.database.context' __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 diff --git a/src/cpl_core/dependency_injection/__init__.py b/src/cpl_core/dependency_injection/__init__.py index d223a051..c52c7f25 100644 --- a/src/cpl_core/dependency_injection/__init__.py +++ b/src/cpl_core/dependency_injection/__init__.py @@ -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 diff --git a/src/cpl_core/environment/__init__.py b/src/cpl_core/environment/__init__.py index b3ad91a2..b0ab6498 100644 --- a/src/cpl_core/environment/__init__.py +++ b/src/cpl_core/environment/__init__.py @@ -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.environment' __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 diff --git a/src/cpl_core/logging/__init__.py b/src/cpl_core/logging/__init__.py index eb068274..6c781e79 100644 --- a/src/cpl_core/logging/__init__.py +++ b/src/cpl_core/logging/__init__.py @@ -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.logging' __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 diff --git a/src/cpl_core/mailing/__init__.py b/src/cpl_core/mailing/__init__.py index 19343fde..2fcf2337 100644 --- a/src/cpl_core/mailing/__init__.py +++ b/src/cpl_core/mailing/__init__.py @@ -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.mailing' __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 diff --git a/src/cpl_core/pipes/__init__.py b/src/cpl_core/pipes/__init__.py index f5af0359..cff6ea21 100644 --- a/src/cpl_core/pipes/__init__.py +++ b/src/cpl_core/pipes/__init__.py @@ -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.pipes' __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 diff --git a/src/cpl_core/time/__init__.py b/src/cpl_core/time/__init__.py index 2d1ea1fa..4718504f 100644 --- a/src/cpl_core/time/__init__.py +++ b/src/cpl_core/time/__init__.py @@ -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.time' __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 diff --git a/src/cpl_core/utils/__init__.py b/src/cpl_core/utils/__init__.py index dfc4e657..3ced2335 100644 --- a/src/cpl_core/utils/__init__.py +++ b/src/cpl_core/utils/__init__.py @@ -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.utils' __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 diff --git a/src/cpl_discord/.cpl/__init__.py b/src/cpl_discord/.cpl/__init__.py index 884ce6ce..e2b391ae 100644 --- a/src/cpl_discord/.cpl/__init__.py +++ b/src/cpl_discord/.cpl/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/__init__.py b/src/cpl_discord/__init__.py index e0647003..b90ee3d0 100644 --- a/src/cpl_discord/__init__.py +++ b/src/cpl_discord/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/application/__init__.py b/src/cpl_discord/application/__init__.py index d74f2402..cdfee203 100644 --- a/src/cpl_discord/application/__init__.py +++ b/src/cpl_discord/application/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.application' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/command/__init__.py b/src/cpl_discord/command/__init__.py index 6b77db9c..f0306bd2 100644 --- a/src/cpl_discord/command/__init__.py +++ b/src/cpl_discord/command/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.command' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/configuration/__init__.py b/src/cpl_discord/configuration/__init__.py index 2b9cd955..5fcaa9a4 100644 --- a/src/cpl_discord/configuration/__init__.py +++ b/src/cpl_discord/configuration/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.configuration' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/container/__init__.py b/src/cpl_discord/container/__init__.py index 059070a2..2b27e09c 100644 --- a/src/cpl_discord/container/__init__.py +++ b/src/cpl_discord/container/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.container' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/cpl-discord.json b/src/cpl_discord/cpl-discord.json index cd3c0f9a..cd29ffcf 100644 --- a/src/cpl_discord/cpl-discord.json +++ b/src/cpl_discord/cpl-discord.json @@ -11,7 +11,7 @@ "Description": "sh-edraft Common Python library Discord", "LongDescription": "sh-edraft Common Python library link between discord.py and CPL", "URL": "https://www.sh-edraft.de", - "CopyrightDate": "2021 - 2023", + "CopyrightDate": "2022 - 2023", "CopyrightName": "sh-edraft.de", "LicenseName": "MIT", "LicenseDescription": "MIT, see LICENSE for more details.", diff --git a/src/cpl_discord/events/__init__.py b/src/cpl_discord/events/__init__.py index 78f8c43f..e5259830 100644 --- a/src/cpl_discord/events/__init__.py +++ b/src/cpl_discord/events/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.events' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/helper/__init__.py b/src/cpl_discord/helper/__init__.py index 31fecbea..dd67de1f 100644 --- a/src/cpl_discord/helper/__init__.py +++ b/src/cpl_discord/helper/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.helper' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_discord/service/__init__.py b/src/cpl_discord/service/__init__.py index 7148f2b8..110b1d4b 100644 --- a/src/cpl_discord/service/__init__.py +++ b/src/cpl_discord/service/__init__.py @@ -6,7 +6,7 @@ cpl-discord sh-edraft Common Python library Discord sh-edraft Common Python library link between discord.py and CPL -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library link between discord.py and CPL __title__ = 'cpl_discord.service' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' __version__ = '2022.12.1' from collections import namedtuple diff --git a/src/cpl_query/__init__.py b/src/cpl_query/__init__.py index 98fa7ddc..725fedf2 100644 --- a/src/cpl_query/__init__.py +++ b/src/cpl_query/__init__.py @@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query sh-edraft Common Python library Python integrated Queries -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2021 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries __title__ = 'cpl_query' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2021 - 2023 sh-edraft.de' __version__ = '2022.12.2.post1' from collections import namedtuple diff --git a/src/cpl_query/base/__init__.py b/src/cpl_query/base/__init__.py index 6051f150..137b82cb 100644 --- a/src/cpl_query/base/__init__.py +++ b/src/cpl_query/base/__init__.py @@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query sh-edraft Common Python library Python integrated Queries -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2021 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries __title__ = 'cpl_query.base' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2021 - 2023 sh-edraft.de' __version__ = '2022.12.2.post1' from collections import namedtuple diff --git a/src/cpl_query/enumerable/__init__.py b/src/cpl_query/enumerable/__init__.py index 0f2d45e6..7387ab0a 100644 --- a/src/cpl_query/enumerable/__init__.py +++ b/src/cpl_query/enumerable/__init__.py @@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query sh-edraft Common Python library Python integrated Queries -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2021 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries __title__ = 'cpl_query.enumerable' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2021 - 2023 sh-edraft.de' __version__ = '2022.12.2.post1' from collections import namedtuple diff --git a/src/cpl_query/extension/__init__.py b/src/cpl_query/extension/__init__.py index dda83ee5..a08c06a4 100644 --- a/src/cpl_query/extension/__init__.py +++ b/src/cpl_query/extension/__init__.py @@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query sh-edraft Common Python library Python integrated Queries -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2021 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries __title__ = 'cpl_query.extension' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2021 - 2023 sh-edraft.de' __version__ = '2022.12.2.post1' from collections import namedtuple diff --git a/src/cpl_query/iterable/__init__.py b/src/cpl_query/iterable/__init__.py index 9644c909..de80b4df 100644 --- a/src/cpl_query/iterable/__init__.py +++ b/src/cpl_query/iterable/__init__.py @@ -6,7 +6,7 @@ cpl-query sh-edraft Common Python library Query sh-edraft Common Python library Python integrated Queries -:copyright: (c) 2021 - 2022 sh-edraft.de +:copyright: (c) 2021 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,7 +14,7 @@ sh-edraft Common Python library Python integrated Queries __title__ = 'cpl_query.iterable' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2021 - 2022 sh-edraft.de' +__copyright__ = 'Copyright (c) 2021 - 2023 sh-edraft.de' __version__ = '2022.12.2.post1' from collections import namedtuple diff --git a/src/cpl_translation/__init__.py b/src/cpl_translation/__init__.py index f1d48614..04defac8 100644 --- a/src/cpl_translation/__init__.py +++ b/src/cpl_translation/__init__.py @@ -6,7 +6,7 @@ cpl-translation sh-edraft Common Python library Translation sh-edraft Common Python library Python Translation -:copyright: (c) 2022 sh-edraft.de +:copyright: (c) 2022 - 2023 sh-edraft.de :license: MIT, see LICENSE for more details. """ @@ -14,8 +14,8 @@ sh-edraft Common Python library Python Translation __title__ = 'cpl_translation' __author__ = 'Sven Heidemann' __license__ = 'MIT' -__copyright__ = 'Copyright (c) 2022 sh-edraft.de' -__version__ = '2022.12.0' +__copyright__ = 'Copyright (c) 2022 - 2023 sh-edraft.de' +__version__ = '2022.12.1' from collections import namedtuple @@ -51,4 +51,4 @@ init() # build-ignore-end VersionInfo = namedtuple('VersionInfo', 'major minor micro') -version_info = VersionInfo(major='2022', minor='12', micro='0') +version_info = VersionInfo(major='2022', minor='12', micro='1')