From 9c4eecb0a347c49e05935f8cc7fff3ef5455235f Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Sat, 17 Apr 2021 14:35:44 -0700 Subject: [PATCH] Add copyright notice --- yaclog_ksp/__main__.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/yaclog_ksp/__main__.py b/yaclog_ksp/__main__.py index a98fca6..cbe1e04 100644 --- a/yaclog_ksp/__main__.py +++ b/yaclog_ksp/__main__.py @@ -1,3 +1,19 @@ +# yaclog-ksp: yet another changelog tool +# Copyright (c) 2021. Andrew Cassidy +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . + import click import os.path import yaclog