mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix copyright years (#8595)
* fix copyright year in docs * update copyright year
This commit is contained in:
parent
ffc10f9bb0
commit
e030da4b54
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue