summaryrefslogtreecommitdiff
path: root/app/UseSqlite.py
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2019-11-01 20:56:47 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2019-11-01 20:56:47 +0800
commitb8bd3f62573b795622d60d533a63517fef47d737 (patch)
tree17d20ad26d185d56912f423a31d33c722bb20563 /app/UseSqlite.py
parenta8f6a99bb3d3dba85705ed7df93145c28168d659 (diff)
python-files: add copyright notice
Diffstat (limited to 'app/UseSqlite.py')
-rw-r--r--app/UseSqlite.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/UseSqlite.py b/app/UseSqlite.py
index 6849f9b..d9b3f22 100644
--- a/app/UseSqlite.py
+++ b/app/UseSqlite.py
@@ -1,3 +1,9 @@
+###########################################################################
+# Copyright 2019 (C) Hui Lan <hui.lan@cantab.net>
+# Written permission must be obtained from the author for commercial uses.
+###########################################################################
+
+
# Reference: Dusty Phillips. Python 3 Objected-oriented Programming Second Edition. Pages 326-328.
# Copyright (C) 2019 Hui Lan