Skip to content

Commit e197a93

Browse files
committed
Update 2019 date references to 2020
1 parent 83fe89c commit e197a93

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE

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

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

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DiskCache: Disk Backed Cache
44
`DiskCache`_ is an Apache2 licensed disk and file backed cache library, written
55
in pure-Python, and compatible with Django.
66

7-
The cloud-based computing of 2019 puts a premium on memory. Gigabytes of empty
7+
The cloud-based computing of 2020 puts a premium on memory. Gigabytes of empty
88
space is left on disks as processes vie for memory. Among these processes is
99
Memcached (and sometimes Redis) which is used as a cache. Wouldn't it be nice
1010
to leverage empty disk space for caching?
@@ -388,7 +388,7 @@ Reference
388388
License
389389
-------
390390

391-
Copyright 2016-2019 Grant Jenks
391+
Copyright 2016-2020 Grant Jenks
392392

393393
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
394394
this file except in compliance with the License. You may obtain a copy of the

docs/conf.py

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

5252
# General information about the project.
5353
project = u'DiskCache'
54-
copyright = u'2019, Grant Jenks'
54+
copyright = u'2020, Grant Jenks'
5555
author = u'Grant Jenks'
5656

5757
# The version info for the project you're documenting, acts as replacement for

0 commit comments

Comments
 (0)