From 9cf149c12f94c52c8f7e573b9567587a66728f43 Mon Sep 17 00:00:00 2001 From: Ralf Ramsauer Date: Sun, 18 Mar 2018 18:25:06 +0100 Subject: [PATCH] doorlockd.py: add proper license header Signed-off-by: Ralf Ramsauer --- doorlockd-new/doorlockd.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doorlockd-new/doorlockd.py b/doorlockd-new/doorlockd.py index b7a00b7..b3aad1a 100755 --- a/doorlockd-new/doorlockd.py +++ b/doorlockd-new/doorlockd.py @@ -1,5 +1,22 @@ #!/usr/bin/env python3 +""" +Doorlockd -- Binary Kitchen's smart door opener + +Copyright (c) Binary Kitchen e.V., 2018 + +Author: + Ralf Ramsauer + +This work is licensed under the terms of the GNU GPL, version 2. See +the LICENSE file in the top-level directory. + +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 General Public License for more +details. +""" + import logging import sys