Happy New Year! 🎉

This commit is contained in:
Tom Kralidis
2024-01-01 08:34:50 -05:00
parent 2a5bdae3a3
commit 05965a2982
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# The MIT License (MIT)
Copyright © 2018-2023 pygeoapi development team
Copyright © 2018-2024 pygeoapi development team
* * *
+2 -2
View File
@@ -2,7 +2,7 @@
#
# Authors: Tom Kralidis <tomkralidis@gmail.com>
#
# Copyright (c) 2023 Tom Kralidis
# Copyright (c) 2024 Tom Kralidis
#
# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation
@@ -102,7 +102,7 @@ master_doc = 'index'
project = 'pygeoapi'
author = 'pygeoapi development team'
license = 'This work is licensed under a Creative Commons Attribution 4.0 International License' # noqa
copyright = '2018-2023, ' + author + ' ' + license
copyright = '2018-2024, ' + author + ' ' + license
today_fmt = '%Y-%m-%d'