From 5441c828080548a959a74b60e691bde615b4b8fe Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 3 Jan 2024 20:05:10 +0100 Subject: [PATCH] Updated copyright year for BSD licensed files --- npbackup/path_helper.py | 4 ++-- npbackup/restic_metrics/__init__.py | 2 +- tests/test_restic_metrics.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/npbackup/path_helper.py b/npbackup/path_helper.py index 2ef0ec1..237cb8f 100644 --- a/npbackup/path_helper.py +++ b/npbackup/path_helper.py @@ -5,8 +5,8 @@ __intname__ = "npbackup.path_helper" __author__ = "Orsiris de Jong" -__copyright__ = "Copyright (C) 2023 NetInvent" -__license__ = "GPL-3.0-only" +__copyright__ = "Copyright (C) 2023-2024 NetInvent" +__license__ = "BSD-3-Clause" __build__ = "2023012201" diff --git a/npbackup/restic_metrics/__init__.py b/npbackup/restic_metrics/__init__.py index f26c4aa..7814c31 100644 --- a/npbackup/restic_metrics/__init__.py +++ b/npbackup/restic_metrics/__init__.py @@ -4,7 +4,7 @@ __intname__ = "restic_metrics" __author__ = "Orsiris de Jong" -__copyright__ = "Copyright (C) 2022-2024 Orsiris de Jong - NetInvent" +__copyright__ = "Copyright (C) 2022-2024 NetInvent" __licence__ = "BSD-3-Clause" __version__ = "2.0.0" __build__ = "2024010101" diff --git a/tests/test_restic_metrics.py b/tests/test_restic_metrics.py index 6039327..c6ad7ca 100644 --- a/tests/test_restic_metrics.py +++ b/tests/test_restic_metrics.py @@ -4,8 +4,8 @@ __intname__ = "restic_metrics_tests" __author__ = "Orsiris de Jong" -__copyright__ = "Copyright (C) 2022-2024 Orsiris de Jong - NetInvent SASU" -__licence__ = "NetInvent CSE" +__copyright__ = "Copyright (C) 2022-2024 NetInvent" +__licence__ = "BSD-3-Clause" __build__ = "2024010101" __description__ = "Converts restic command line output to a text file node_exporter can scrape" __compat__ = "python3.6+"