summaryrefslogtreecommitdiff
path: root/app/main.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/main.py
parenta8f6a99bb3d3dba85705ed7df93145c28168d659 (diff)
python-files: add copyright notice
Diffstat (limited to 'app/main.py')
-rw-r--r--app/main.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/main.py b/app/main.py
index c3fb28b..38250b3 100644
--- a/app/main.py
+++ b/app/main.py
@@ -1,6 +1,11 @@
#! /usr/bin/python3
# -*- coding: utf-8 -*-
+###########################################################################
+# Copyright 2019 (C) Hui Lan <hui.lan@cantab.net>
+# Written permission must be obtained from the author for commercial uses.
+###########################################################################
+
from WordFreq import WordFreq
from wordfreqCMD import youdao_link, sort_in_descending_order
from UseSqlite import InsertQuery, RecordQuery