From b62d336c07347507706079c5b89fbbaf783a765a Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 24 May 2024 12:12:54 +0200 Subject: [PATCH] Fixing copright year --- setup.py | 4 ++-- test/general.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 7384d15..320c911 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ @author: Frank Brehm @contact: frank.brehm@pixelpark.com @license: LGPL3+ -@copyright: © 2019 Frank Brehm, Berlin +@copyright: © 2024 Frank Brehm, Berlin @summary: A Tool for creating a terraform project based on a YAML file for provisioning virtual machines. """ @@ -59,7 +59,7 @@ __packet_name__ = 'create_terraform' __author__ = 'Frank Brehm' __contact__ = 'frank.brehm@pixelpark.com' -__copyright__ = '(C) 2019 Frank Brehm, Pixelpark GmbH, Berlin' +__copyright__ = '(C) 2024 Frank Brehm, Pixelpark GmbH, Berlin' __license__ = 'LGPL3+' __url__ = 'https://git.pixelpark.com/ppadmin/create-terraform' diff --git a/test/general.py b/test/general.py index 2d97845..31d9f74 100644 --- a/test/general.py +++ b/test/general.py @@ -3,7 +3,7 @@ """ @author: Frank Brehm @contact: frank@brehm-online.com -@copyright: © 2019 Frank Brehm, Berlin +@copyright: © 2024 Frank Brehm, Berlin @license: GPL3 @summary: general used functions an objects used for unit tests on the base python modules -- 2.39.5