From 1d860aa6a419efdaf5ce0527ffd75ce1a570e0dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20Jer=C5=A1e?= Date: Mon, 7 Apr 2025 17:29:16 +0200 Subject: [PATCH] Update copyright year --- __about__.py | 4 ++-- docs/conf.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/__about__.py b/__about__.py index 61a5ff7..40c35bf 100644 --- a/__about__.py +++ b/__about__.py @@ -1,4 +1,4 @@ -# Copyright 2019 Genialis, Inc. +# Copyright 2025 Genialis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,4 +32,4 @@ __email__ = "dev-team@genialis.com" __license__ = "Apache License (2.0)" -__copyright__ = "2015-2023, " + __author__ +__copyright__ = "2015-2025, " + __author__ diff --git a/docs/conf.py b/docs/conf.py index c290b82..c003e1c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2019 Genialis, Inc. +# Copyright 2025 Genialis, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.