From 7ee3b48c0a2e68736e1a22c579b999945b342b1a Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Wed, 1 Jan 2025 12:21:40 +0900 Subject: [PATCH] Update copyright years Signed-off-by: Tsuyoshi Hombashi --- LICENSE | 2 +- pathvalidate_cli/__version__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index fda803a..5729378 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2024 Tsuyoshi Hombashi +Copyright (c) 2023-2025 Tsuyoshi Hombashi 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/pathvalidate_cli/__version__.py b/pathvalidate_cli/__version__.py index ba2024e..6c5a1b6 100644 --- a/pathvalidate_cli/__version__.py +++ b/pathvalidate_cli/__version__.py @@ -2,7 +2,7 @@ __author__: Final = "Tsuyoshi Hombashi" -__copyright__: Final = f"Copyright 2023-2024, {__author__}" +__copyright__: Final = f"Copyright 2023-2025, {__author__}" __license__: Final = "MIT License" __version__ = "0.1.0" __maintainer__: Final = __author__