diff --git a/LICENSE.txt b/LICENSE.txt index 1c4b83026..0008a6ef7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,7 +1,7 @@ The MIT License (MIT) ===================== -Copyright © 2010-2023 Tom Kralidis +Copyright © 2010-2024 Tom Kralidis Copyright © 2011-2021 Angelos Tzotsos Copyright © 2012-2015 Adam Hinz Copyright © 2015-2021 Ricardo Garcia Silva diff --git a/docs/conf.py b/docs/conf.py index 2d7c4e5d0..b9a0e1c9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -3,7 +3,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 @@ -81,7 +81,7 @@ project = u'pycsw' authors = u'Tom Kralidis' license = u'This work is licensed under a Creative Commons Attribution 4.0 International License' -copyright = u'2010-2023, ' + authors + ' ' + license +copyright = u'2010-2024, ' + authors + ' ' + license # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the