aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 22:19:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-11-10 22:19:45 +0100
commit33d2a707cbad470f65376b0cfe71efdfa3d193ab (patch)
tree9421f9cd2379397adec96b0dbba43f5b0d4279e9
parentbd53ed8080dec20f4041629c0282131b665ae7d2 (diff)
downloadlightdm-remote-session-x2go-33d2a707cbad470f65376b0cfe71efdfa3d193ab.tar.gz
lightdm-remote-session-x2go-33d2a707cbad470f65376b0cfe71efdfa3d193ab.tar.bz2
lightdm-remote-session-x2go-33d2a707cbad470f65376b0cfe71efdfa3d193ab.zip
fixing copyright headers
-rw-r--r--debian/copyright2
-rw-r--r--socket-sucker.c2
-rw-r--r--x2go-session-wrapper.c2
-rwxr-xr-xx2go-session.in20
4 files changed, 25 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright
index 24b0bd3..086c43f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,8 +8,8 @@ License: GPL-3
Files: debian/*
Copyright:
- 2012, Canonical Ltd.
2012, Mike Gabriel (X2Go Project) <mike.gabriel@das-netzwerkteam.de>
+ 2012, Canonical Ltd.
License: GPL-3
License: GPL-3
diff --git a/socket-sucker.c b/socket-sucker.c
index 81baf15..403819b 100644
--- a/socket-sucker.c
+++ b/socket-sucker.c
@@ -1,4 +1,5 @@
/*
+ * 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
@@ -14,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Author libpam-freerdp (where we forked from): Ted Gould <ted@canonical.com>
*/
#include <stdlib.h>
diff --git a/x2go-session-wrapper.c b/x2go-session-wrapper.c
index ec453a6..2bf3576 100644
--- a/x2go-session-wrapper.c
+++ b/x2go-session-wrapper.c
@@ -1,4 +1,5 @@
/*
+ * 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
@@ -14,6 +15,7 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*
* Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
+ * Author libpam-freerdp (where we forked from): Ted Gould <ted@canonical.com>
*/
#include <stdlib.h>
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