diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2019-11-01 20:56:47 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2019-11-01 20:56:47 +0800 |
commit | b8bd3f62573b795622d60d533a63517fef47d737 (patch) | |
tree | 17d20ad26d185d56912f423a31d33c722bb20563 /app/pickle_idea2.py | |
parent | a8f6a99bb3d3dba85705ed7df93145c28168d659 (diff) |
python-files: add copyright notice
Diffstat (limited to 'app/pickle_idea2.py')
-rw-r--r-- | app/pickle_idea2.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/pickle_idea2.py b/app/pickle_idea2.py index a1557ed..91a5b11 100644 --- a/app/pickle_idea2.py +++ b/app/pickle_idea2.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. +########################################################################### + + # Purpose: dictionary & pickle as a simple means of database. # Task: incorporate the functions into wordfreqCMD.py such that it will also show cumulative frequency. # Note: unlike pick_idea.py, now the second item is not frequency, but a list of dates. |