summaryrefslogtreecommitdiff
path: root/app/wordfreqCMD.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/wordfreqCMD.py
parenta8f6a99bb3d3dba85705ed7df93145c28168d659 (diff)
python-files: add copyright notice
Diffstat (limited to 'app/wordfreqCMD.py')
-rw-r--r--app/wordfreqCMD.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/wordfreqCMD.py b/app/wordfreqCMD.py
index e45cf78..9ee7e56 100644
--- a/app/wordfreqCMD.py
+++ b/app/wordfreqCMD.py
@@ -1,3 +1,8 @@
+###########################################################################
+# Copyright 2019 (C) Hui Lan <hui.lan@cantab.net>
+# Written permission must be obtained from the author for commercial uses.
+###########################################################################
+
import collections
import string
import operator