-
-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# | ||
# Authors: Tom Kralidis <[email protected]> | ||
# | ||
# 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' | ||
|
||
|