From 9479fa4f38e75a59d6a118d97aa0dc059978a5b4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 29 Jul 2018 11:40:24 +0300 Subject: Add: copyright to icklint --- icklint | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/icklint b/icklint index c24dde6..1a8f61f 100755 --- a/icklint +++ b/icklint @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# Copyright (C) 2018 Lars Wirzenius +# +# 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 itertools -- cgit v1.2.1