From b8bd3f62573b795622d60d533a63517fef47d737 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Fri, 1 Nov 2019 20:56:47 +0800 Subject: python-files: add copyright notice --- app/pickle_idea2.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/pickle_idea2.py') 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 +# 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. -- cgit v1.2.1