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