Skip to content

Commit f0aa94d

Browse files
authored
update copyright year (#1894)
* Happy New Year! 🎉 * Happy New Year! 🎉
1 parent 5628529 commit f0aa94d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright © 2018-2024 pygeoapi development team
3+
Copyright © 2018-2025 pygeoapi development team
44

55
* * *
66

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Authors: Tom Kralidis <tomkralidis@gmail.com>
44
#
5-
# Copyright (c) 2024 Tom Kralidis
5+
# Copyright (c) 2025 Tom Kralidis
66
# Copyright (c) 2024 Angelos Tzotsos
77
#
88
# Permission is hereby granted, free of charge, to any person
@@ -103,7 +103,7 @@ def __getattr__(cls, name):
103103
project = 'pygeoapi'
104104
author = 'pygeoapi development team'
105105
license = 'This work is licensed under a Creative Commons Attribution 4.0 International License' # noqa
106-
copyright = '2018-2024, ' + author + ' ' + license
106+
copyright = '2018-2025, ' + author + ' ' + license
107107

108108
today_fmt = '%Y-%m-%d'
109109

0 commit comments

Comments
 (0)