Skip to content

Commit 1ed759b

Browse files
committed
Update copyright years
1 parent 728dd7e commit 1ed759b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2014-2019 Grant Jenks
1+
Copyright 2014-2024 Grant Jenks
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Resources
222222
Sorted Containers License
223223
-------------------------
224224

225-
Copyright 2014-2019 Grant Jenks
225+
Copyright 2014-2024 Grant Jenks
226226

227227
Licensed under the Apache License, Version 2.0 (the "License");
228228
you may not use this file except in compliance with the License.

src/sortedcontainers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
or pre-build and distribute custom extensions. Performance is a feature and
4141
testing has 100% coverage with unit tests and hours of stress.
4242
43-
:copyright: (c) 2014-2019 by Grant Jenks.
43+
:copyright: (c) 2014-2024 by Grant Jenks.
4444
:license: Apache 2.0, see LICENSE for more details.
4545
4646
"""
@@ -70,4 +70,4 @@
7070
__build__ = 0x020400
7171
__author__ = 'Grant Jenks'
7272
__license__ = 'Apache 2.0'
73-
__copyright__ = '2014-2019, Grant Jenks'
73+
__copyright__ = '2014-2024, Grant Jenks'

0 commit comments

Comments
 (0)