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/wordfreqWEB.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/wordfreqWEB.py') 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 +# Written permission must be obtained from the author for commercial uses. +########################################################################### + #! /usr/bin/python3 # -*- coding: utf-8 -*- -- cgit v1.2.1