Skip to content

Commit 4ed1a5b

Browse files
committed
Update copyright year.
1 parent a2ba6eb commit 4ed1a5b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2001-2023
1+
Copyright (c) 2001-2024
22
Allen Short
33
Amber Hawkie Brown
44
Andrew Bennetts

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Or, for speed, use pre-commit directly::
8888
Copyright
8989
---------
9090

91-
All of the code in this distribution is Copyright (c) 2001-2023 Twisted Matrix Laboratories.
91+
All of the code in this distribution is Copyright (c) 2001-2024 Twisted Matrix Laboratories.
9292

9393
Twisted is made available under the MIT license.
9494
The included `LICENSE <LICENSE>`_ file describes this in detail.

src/twisted/copyright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
longversion = str(_longversion)
1414

1515
copyright = """\
16-
Copyright (c) 2001-2023 Twisted Matrix Laboratories.
16+
Copyright (c) 2001-2024 Twisted Matrix Laboratories.
1717
See LICENSE for details."""
1818

1919
disclaimer = """

0 commit comments

Comments
 (0)