From 6c180185ecd54951f0b7eb40b1285f8b1a1aa913 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Tue, 22 Jun 2021 13:29:53 +0200 Subject: [PATCH] * Added copyright blurb to kanjidic.py. --- kanjidic.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kanjidic.py b/kanjidic.py index b04172f..c187e93 100755 --- a/kanjidic.py +++ b/kanjidic.py @@ -1,5 +1,20 @@ #!/usr/bin/env python3 +""" +kanjidic.py + +This file is part of Jiten-pai. + +Copyright (c) 2021 Urban Wallasch + +Contributors: + volpol + +Jiten-pai is distributed under the Modified ("3-clause") BSD License. +See `LICENSE` file for more information. +""" + + import io import sys import os -- 2.30.2