From f0aa94d5496ac6e4ae0ac686f1f1752e4860dfbf Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Wed, 1 Jan 2025 08:17:44 -0500 Subject: [PATCH] update copyright year (#1894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Happy New Year! 🎉 * Happy New Year! 🎉 --- LICENSE.md | 2 +- docs/source/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 2bbcdeb6f..02edb4e5f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright © 2018-2024 pygeoapi development team +Copyright © 2018-2025 pygeoapi development team * * * diff --git a/docs/source/conf.py b/docs/source/conf.py index 6a9e11d61..84f3a0c30 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,7 @@ # # Authors: Tom Kralidis # -# Copyright (c) 2024 Tom Kralidis +# Copyright (c) 2025 Tom Kralidis # Copyright (c) 2024 Angelos Tzotsos # # Permission is hereby granted, free of charge, to any person @@ -103,7 +103,7 @@ def __getattr__(cls, name): project = 'pygeoapi' author = 'pygeoapi development team' license = 'This work is licensed under a Creative Commons Attribution 4.0 International License' # noqa -copyright = '2018-2024, ' + author + ' ' + license +copyright = '2018-2025, ' + author + ' ' + license today_fmt = '%Y-%m-%d'