diff options
Diffstat (limited to 'app/wordfreqWEB.py')
-rw-r--r-- | app/wordfreqWEB.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/wordfreqWEB.py b/app/wordfreqWEB.py index 7d34ad0..7107791 100644 --- a/app/wordfreqWEB.py +++ b/app/wordfreqWEB.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.
+###########################################################################
+
#! /usr/bin/python3
# -*- coding: utf-8 -*-
|