summaryrefslogtreecommitdiff
path: root/withsqlite.py
diff options
context:
space:
mode:
Diffstat (limited to 'withsqlite.py')
-rw-r--r--withsqlite.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/withsqlite.py b/withsqlite.py
index 606f929..fcf85c6 100644
--- a/withsqlite.py
+++ b/withsqlite.py
@@ -4,7 +4,7 @@
withsqlite - uses an sqlite db as a back end for a dict-like object,
kind of like shelve but with json and sqlite3.
-Copyright 2011 James Vasile
+Copyright 2011-2013 James Vasile
Released under the GNU General Public License, version 3 or later.
See https://www.gnu.org/licenses/gpl-3.0.html for terms.