From 33d2a707cbad470f65376b0cfe71efdfa3d193ab Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 10 Nov 2012 22:19:45 +0100 Subject: fixing copyright headers --- x2go-session.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'x2go-session.in') diff --git a/x2go-session.in b/x2go-session.in index 227581c..7466509 100755 --- a/x2go-session.in +++ b/x2go-session.in @@ -1,5 +1,25 @@ #!/bin/bash +# +# Copyright © 2012 Mike Gabriel +# Copyright © 2012 Canonical Ltd. +# +# 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 warranties of +# MERCHANTABILITY, SATISFACTORY QUALITY, 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 . +# +# Author: Mike Gabriel +# Author lightdm-remote-session-freerdp (where we forked from): Ted Gould +# + if [ -e ~/.x2go-socket ]; then @libexecdir@/socket-sucker | /usr/bin/pyhoca-cli --from-stdin --add-to-known-hosts --kbd-type auto --sound pulse 2>&1 | logger -t lightdm-remote-session-x2go -- else -- cgit v1.2.3