aboutsummaryrefslogtreecommitdiff
path: root/x2go-session.in
diff options
context:
space:
mode:
Diffstat (limited to 'x2go-session.in')
-rwxr-xr-xx2go-session.in20
1 files changed, 20 insertions, 0 deletions
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 <mike.gabriel@das-netzwerkteam.de>
+# 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 <http://www.gnu.org/licenses/>.
+#
+# Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+# Author lightdm-remote-session-freerdp (where we forked from): Ted Gould <ted@canonical.com>
+#
+
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