diff options
Diffstat (limited to 'app/pickle_idea.py')
-rw-r--r-- | app/pickle_idea.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/pickle_idea.py b/app/pickle_idea.py index 725aebc..2061d7c 100644 --- a/app/pickle_idea.py +++ b/app/pickle_idea.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. +########################################################################### + # Purpose: dictionary & pickle as a simple means of database. # Task: incorporate the functions into wordfreqCMD.py such that it will also show cumulative frequency. |