From b8e6f333d5f5e377b27ad561c8681d8a678e18ce Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 15:06:51 +0300 Subject: Add: copyright license declaration to all files Also, ./check verifies it's in all files. --- ick_controller.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ick_controller.py') diff --git a/ick_controller.py b/ick_controller.py index e201a40..5fc44c5 100644 --- a/ick_controller.py +++ b/ick_controller.py @@ -1,5 +1,19 @@ #!/usr/bin/python3 # Copyright (C) 2017 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 os -- cgit v1.2.1