diff --git a/LICENSE.md b/LICENSE.md index f465f23..2bbcdeb 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # The MIT License (MIT) -Copyright © 2018-2023 pygeoapi development team +Copyright © 2018-2024 pygeoapi development team * * * diff --git a/docs/source/conf.py b/docs/source/conf.py index ca58c33..ff6633c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -2,7 +2,7 @@ # # Authors: Tom Kralidis # -# 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'