diff options
-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 |