fix copyright years (#8595)

* fix copyright year in docs

* update copyright year
This commit is contained in:
Alex Gaynor 2023-03-24 16:50:08 -04:00 committed by GitHub
parent ffc10f9bb0
commit e030da4b54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -72,7 +72,7 @@ master_doc = "index"
# General information about the project.
project = "Cryptography"
copyright = "2013-2022, Individual Contributors"
copyright = "2013-2023, Individual Contributors"
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the

View file

@ -12,4 +12,4 @@ __all__ = [
__version__ = "41.0.0.dev1"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = f"Copyright 2013-2022 {__author__}"
__copyright__ = f"Copyright 2013-2023 {__author__}"