diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 15:06:40 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-10-26 15:06:40 +0200 |
commit | 5791c16f6f82eec8a11f22761583a33507659ca3 (patch) | |
tree | 613b0b26d3291b40d9349272e7ae4563f915ff91 | |
parent | 6d087e792ebe9f27efeddef9209b7a85698088bf (diff) | |
download | arctica-greeter-5791c16f6f82eec8a11f22761583a33507659ca3.tar.gz arctica-greeter-5791c16f6f82eec8a11f22761583a33507659ca3.tar.bz2 arctica-greeter-5791c16f6f82eec8a11f22761583a33507659ca3.zip |
arctica-greeter-set-keyboard-layout: Add license header and copyright holder. Assume same license as in COPYING file.
-rwxr-xr-x | arctica-greeter-set-keyboard-layout | 16 |
1 files changed, 16 insertions, 0 deletions
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 <clement.lefebvre@linuxmint.com> +# +# 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 <http://www.gnu.org/licenses/>. +# +# Authors: Clement Lefebvre <clement.lefebvre@linuxmint.com> + import sys import os import syslog |