Skip to content

Commit ee16483

Browse files
alexclaude
andauthored
Update copyright year from 2025 to 2026 (#14081)
Update copyright statements in project-owned files to reflect the new year. Co-authored-by: Claude <[email protected]>
1 parent 4cca7da commit ee16483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
# General information about the project.
7474
project = "Cryptography"
75-
copyright = "2013-2025, Individual Contributors"
75+
copyright = "2013-2026, Individual Contributors"
7676

7777
# The version info for the project you're documenting, acts as replacement for
7878
# |version| and |release|, also used in various other places throughout the

src/cryptography/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515

1616
__author__ = "The Python Cryptographic Authority and individual contributors"
17-
__copyright__ = f"Copyright 2013-2025 {__author__}"
17+
__copyright__ = f"Copyright 2013-2026 {__author__}"

0 commit comments

Comments
 (0)