Skip to content

Commit d127cdd

Browse files
committed
Update copyright to 2019
1 parent fe3d690 commit d127cdd

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-2018 Grant Jenks
1+
Copyright 2014-2019 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
@@ -221,7 +221,7 @@ Resources
221221
Sorted Containers License
222222
-------------------------
223223

224-
Copyright 2014-2018 Grant Jenks
224+
Copyright 2014-2019 Grant Jenks
225225

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

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-2018 by Grant Jenks.
43+
:copyright: (c) 2014-2019 by Grant Jenks.
4444
:license: Apache 2.0, see LICENSE for more details.
4545
4646
"""
@@ -71,4 +71,4 @@
7171
__build__ = 0x020100
7272
__author__ = 'Grant Jenks'
7373
__license__ = 'Apache 2.0'
74-
__copyright__ = '2014-2018, Grant Jenks'
74+
__copyright__ = '2014-2019, Grant Jenks'

0 commit comments

Comments
 (0)