File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# The MIT License (MIT)
2
2
3
- Copyright © ; 2018-2024 pygeoapi development team
3
+ Copyright © ; 2018-2025 pygeoapi development team
4
4
5
5
* * *
6
6
Original file line number Diff line number Diff line change 2
2
#
3
3
# Authors: Tom Kralidis <tomkralidis@gmail.com>
4
4
#
5
- # Copyright (c) 2024 Tom Kralidis
5
+ # Copyright (c) 2025 Tom Kralidis
6
6
# Copyright (c) 2024 Angelos Tzotsos
7
7
#
8
8
# Permission is hereby granted, free of charge, to any person
@@ -103,7 +103,7 @@ def __getattr__(cls, name):
103
103
project = 'pygeoapi'
104
104
author = 'pygeoapi development team'
105
105
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
107
107
108
108
today_fmt = '%Y-%m-%d'
109
109
You can’t perform that action at this time.
0 commit comments