diff options
Diffstat (limited to 'app/UseSqlite.py')
-rw-r--r-- | app/UseSqlite.py | 6 |
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
|