From 5791c16f6f82eec8a11f22761583a33507659ca3 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Thu, 26 Oct 2017 15:06:40 +0200 Subject: arctica-greeter-set-keyboard-layout: Add license header and copyright holder. Assume same license as in COPYING file. --- arctica-greeter-set-keyboard-layout | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'arctica-greeter-set-keyboard-layout') diff --git a/arctica-greeter-set-keyboard-layout b/arctica-greeter-set-keyboard-layout index a71cde2..2d430cc 100755 --- a/arctica-greeter-set-keyboard-layout +++ b/arctica-greeter-set-keyboard-layout @@ -1,5 +1,21 @@ #!/usr/bin/python3 +# Copyright (C) 2017 Clement Lefebvre +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License version 3 as +# published by the Free Software Foundation. +# +# 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. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# Authors: Clement Lefebvre + import sys import os import syslog -- cgit v1.2.3