Skip to content

Commit 0a97833

Browse files
committed
Update year to 2023
1 parent fb2fa2c commit 0a97833

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 2021 puts a premium on memory. Gigabytes of empty
7+
The cloud-based computing of 2023 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?
@@ -387,7 +387,7 @@ Reference
387387
License
388388
-------
389389

390-
Copyright 2016-2022 Grant Jenks
390+
Copyright 2016-2023 Grant Jenks
391391

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

diskcache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
__build__ = 0x050400
6666
__author__ = 'Grant Jenks'
6767
__license__ = 'Apache 2.0'
68-
__copyright__ = 'Copyright 2016-2022 Grant Jenks'
68+
__copyright__ = 'Copyright 2016-2023 Grant Jenks'

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = 'DiskCache'
23-
copyright = '2022, Grant Jenks'
23+
copyright = '2023, Grant Jenks'
2424
author = 'Grant Jenks'
2525

2626
# The full version, including alpha/beta/rc tags

0 commit comments

Comments
 (0)