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 --- debian/copyright | 2 +- socket-sucker.c | 2 ++ x2go-session-wrapper.c | 2 ++ x2go-session.in | 20 ++++++++++++++++++++ 4 files changed, 25 insertions(+), 1 deletion(-) 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) + 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 * 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 . * * Author: Mike Gabriel + * Author libpam-freerdp (where we forked from): Ted Gould */ #include 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 * 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 . * * Author: Mike Gabriel + * Author libpam-freerdp (where we forked from): Ted Gould */ #include 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