This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 4b87f3cd3627044220c020db87f2365a9ab73d37 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 01:17:17 2018 +0100 misc: copyright updates, but for contributors who haven't been active or requested not to be bumped. --- X2Go/Config.pm | 6 +-- X2Go/Log.pm | 6 +-- X2Go/Server.pm | 6 +-- X2Go/Server/Agent.pm | 6 +-- X2Go/Server/Agent/NX.pm | 6 +-- X2Go/Server/DB.pm | 6 +-- X2Go/Server/DB/PostgreSQL.pm | 6 +-- X2Go/Server/DB/SQLite3.pm | 6 +-- X2Go/SupeReNicer.pm | 2 +- X2Go/Utils.pm | 6 +-- debian/changelog | 2 + debian/copyright | 48 +++++++++++----------- debian/copyright.in | 46 ++++++++++----------- .../lib/libx2go-server-db-sqlite3-wrapper.pl | 6 +-- .../bin/x2goresume-desktopsharing | 6 +-- .../bin/x2gosuspend-desktopsharing | 6 +-- .../bin/x2goterminate-desktopsharing | 6 +-- .../x2goserver-desktopsharing.features | 6 +-- .../bin/x2goserver-run-extensions | 6 +-- .../x2gofeature.d/x2goserver-extensions.features | 6 +-- x2goserver-fmbindings/bin/x2gofm | 4 +- .../x2gofeature.d/x2goserver-fmbindings.features | 6 +-- x2goserver-printing/bin/x2goprint | 6 +-- .../x2gofeature.d/x2goserver-printing.features | 6 +-- .../x2gofeature.d/x2goserver-xsession.features | 6 +-- x2goserver/bin/x2gocmdexitmessage | 6 +-- x2goserver/bin/x2gofeature | 6 +-- x2goserver/bin/x2gofeaturelist | 2 +- x2goserver/bin/x2gogetapps | 6 +-- x2goserver/bin/x2gogetservers | 6 +-- x2goserver/bin/x2golistdesktops | 6 +-- x2goserver/bin/x2golistmounts | 6 +-- x2goserver/bin/x2golistsessions | 6 +-- x2goserver/bin/x2golistshadowsessions | 6 +-- x2goserver/bin/x2gomountdirs | 6 +-- x2goserver/bin/x2gopath | 6 +-- x2goserver/bin/x2goresume-session | 4 +- x2goserver/bin/x2goruncommand | 6 +-- x2goserver/bin/x2gosessionlimit | 6 +-- x2goserver/bin/x2gosetkeyboard | 6 +-- x2goserver/bin/x2gostartagent | 4 +- x2goserver/bin/x2gosuspend-session | 6 +-- x2goserver/bin/x2goterminate-session | 6 +-- x2goserver/bin/x2goumount-session | 6 +-- x2goserver/bin/x2goversion | 6 +-- x2goserver/lib/x2gochangestatus | 6 +-- x2goserver/lib/x2gocreatesession | 6 +-- x2goserver/lib/x2gocreateshadowsession | 6 +-- x2goserver/lib/x2gogetagent | 6 +-- x2goserver/lib/x2gogetagentstate | 6 +-- x2goserver/lib/x2gogetdisplays | 8 ++-- x2goserver/lib/x2gogetports | 8 ++-- x2goserver/lib/x2gogetstatus | 6 +-- x2goserver/lib/x2goinsertport | 8 ++-- x2goserver/lib/x2goinsertsession | 8 ++-- x2goserver/lib/x2goinsertshadowsession | 8 ++-- x2goserver/lib/x2golistsessions_sql | 6 +-- x2goserver/lib/x2gologlevel | 6 +-- x2goserver/lib/x2goresume | 6 +-- x2goserver/lib/x2gormforward | 6 +-- x2goserver/lib/x2gormport | 8 ++-- x2goserver/lib/x2gosuspend-agent | 6 +-- x2goserver/lib/x2gosyslog | 6 +-- x2goserver/sbin/x2gocleansessions | 6 +-- x2goserver/sbin/x2golistsessions_root | 6 +-- x2goserver/sbin/x2goshowblocks | 6 +-- x2goserver/share/x2gofeature.d/x2goserver.features | 6 +-- 67 files changed, 240 insertions(+), 238 deletions(-) diff --git a/X2Go/Config.pm b/X2Go/Config.pm index 651c365..d12b4c5 100644 --- a/X2Go/Config.pm +++ b/X2Go/Config.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/Log.pm b/X2Go/Log.pm index 70b0f31..2a6db31 100644 --- a/X2Go/Log.pm +++ b/X2Go/Log.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/Server.pm b/X2Go/Server.pm index 1159e61..e9dd109 100644 --- a/X2Go/Server.pm +++ b/X2Go/Server.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> # diff --git a/X2Go/Server/Agent.pm b/X2Go/Server/Agent.pm index 3a34d10..c23d08d 100644 --- a/X2Go/Server/Agent.pm +++ b/X2Go/Server/Agent.pm @@ -1,6 +1,6 @@ -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index d6beddf..0f59197 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -1,6 +1,6 @@ -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm index 7d893a3..9ea7b28 100644 --- a/X2Go/Server/DB.pm +++ b/X2Go/Server/DB.pm @@ -1,6 +1,6 @@ -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2017-2018 Walid Moghrabi <w.moghrabi@servicemagic.eu> # Copyright (C) 2018 Mihai Moldovan <ionic@ionic.de> # diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm index bb84cf9..e692b11 100644 --- a/X2Go/Server/DB/PostgreSQL.pm +++ b/X2Go/Server/DB/PostgreSQL.pm @@ -1,6 +1,6 @@ -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index 29f68c4..26a7710 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/X2Go/SupeReNicer.pm b/X2Go/SupeReNicer.pm index 622f1c2..e080634 100644 --- a/X2Go/SupeReNicer.pm +++ b/X2Go/SupeReNicer.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2013-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2013-2018 X2Go Project - http://wiki.x2go.org # Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> # Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm index 1439770..fa57da0 100644 --- a/X2Go/Utils.pm +++ b/X2Go/Utils.pm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2013-2015 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> # Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/debian/changelog b/debian/changelog index 53a8d83..c5ce9a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -76,6 +76,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium - x2goserver-x2goagent/etc/x2goagent.options: re-enable BIG-REQUESTS; newer nx-libs versions (3.5.99.17+) should handle this much better. Fixes: #1325. Fixes: #1321. + - misc: copyright updates, but for contributors who haven't been active or + requested not to be bumped. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/debian/copyright b/debian/copyright index ff391fd..4918039 100644 --- a/debian/copyright +++ b/debian/copyright @@ -58,14 +58,14 @@ Files: X2Go/Config.pm x2goserver/sbin/x2golistsessions_root x2goserver/sbin/x2goshowblocks x2goserver/share/x2gofeature.d/x2goserver.features -Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, X2Go Project - http:wiki.x2go.org - 2007-2017, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2017, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> 2007-2018, X2Go Project - http:wiki.x2go.org - 2011-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2011-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, X2Go Project - http:wiki.x2go.org + 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL-2+ Files: x2goserver/lib/x2gocheckport @@ -96,9 +96,9 @@ License: GPL-2+ Files: X2Go/Server.pm X2Go/Utils.pm -Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, X2Go Project - http:wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> @@ -106,24 +106,24 @@ License: GPL-2+ Files: x2goserver-extensions/bin/x2goserver-run-extensions x2goserver/bin/x2gosetkeyboard -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2011-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org + 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2011-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL-2+ Files: X2Go/SupeReNicer.pm Copyright: 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2013-2015, X2Go Project - http://wiki.x2go.org + 2013-2018, X2Go Project - http://wiki.x2go.org License: GPL-2+ Files: x2goserver/bin/x2gopath -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2012-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org + 2012-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2012-2015, Jan Engelhard <jengelh@inai.de> 2012-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2012-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL-2+ Files: libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c @@ -132,22 +132,22 @@ Copyright: 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: x2goserver/bin/x2gofeaturelist -Copyright: 2007-2015 X2Go Project - http://wiki.x2go.org +Copyright: 2007-2018 X2Go Project - http://wiki.x2go.org 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: x2goserver-fmbindings/bin/x2gofm -Copyright: 2007-2015, X2Go Project - http://wiki.x2go.org +Copyright: 2007-2018, X2Go Project - http://wiki.x2go.org 2012-2015, Milan Knížek <knizek.confy@gmail.com> - 2012-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL-2+ Files: x2goserver-desktopsharing/bin/x2goresume-desktopsharing x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing x2goserver-desktopsharing/bin/x2goterminate-desktopsharing -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2011-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2011-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org + 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ @@ -258,7 +258,7 @@ Comment: Files: debian/* Copyright: - 2005-2015, Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> + 2005-2018, Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2010-2015, Reinhard Tartler <siretart@tauware.de> License: GPL-2+ diff --git a/debian/copyright.in b/debian/copyright.in index da5b96e..a6596f4 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -182,14 +182,14 @@ Files: X2Go/Config.pm x2goserver/sbin/x2golistsessions_root x2goserver/sbin/x2goshowblocks x2goserver/share/x2gofeature.d/x2goserver.features -Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, X2Go Project - http:wiki.x2go.org - 2007-2017, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2017, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, X2Go Project - http:wiki.x2go.org + 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> 2007-2018, X2Go Project - http:wiki.x2go.org - 2011-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2011-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL (v2 or later) FIXME @@ -219,9 +219,9 @@ License: GPL (v2 or later) Files: X2Go/Server/DB.pm X2Go_in_progress_do_not_use/Server/DB/MySQL.pm x2goserver/sbin/x2godbadmin -Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, X2Go Project - http:wiki.x2go.org 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> 2007-2018, X2Go Project - http:wiki.x2go.org @@ -232,9 +232,9 @@ License: GPL (v2 or later) Files: X2Go/Server.pm X2Go/Utils.pm -Copyright: 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, X2Go Project - http:wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> @@ -243,10 +243,10 @@ License: GPL (v2 or later) Files: x2goserver-extensions/bin/x2goserver-run-extensions x2goserver/bin/x2gosetkeyboard -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2011-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org + 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2011-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL (v2 or later) FIXME @@ -266,16 +266,16 @@ License: UNKNOWN Files: X2Go/SupeReNicer.pm Copyright: 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2013-2015, X2Go Project - http:wiki.x2go.org + 2013-2018, X2Go Project - http:wiki.x2go.org License: GPL (v2 or later) FIXME Files: x2goserver/bin/x2gopath -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org - 2012-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org + 2012-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2012-2015, Jan Engelhard <jengelh@inai.de> 2012-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2012-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL (v2 or later) FIXME @@ -286,15 +286,15 @@ License: GPL (v2 or later) FIXME Files: x2goserver/bin/x2gofeaturelist -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL (v2 or later) FIXME Files: x2goserver-fmbindings/bin/x2gofm -Copyright: 2007-2015, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org 2012-2015, Milan KnÞek <knizek.confy@gmail.com> - 2012-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL (v2 or later) FIXME diff --git a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl index 8f2a87b..fec1b61 100755 --- a/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl +++ b/libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl @@ -1,8 +1,8 @@ #!/usr/bin/perl -XU -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing index c07087e..1d99479 100755 --- a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ $# -eq 1 ]; then diff --git a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing index 81639de..6cdc576 100755 --- a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ $# -eq 1 ]; then diff --git a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing index 51b5b1a..713c06a 100755 --- a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ "${#}" -eq '1' ]; then diff --git a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features index 26e2518..c4dcdf2 100755 --- a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features +++ b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH=`x2gopath libexec` diff --git a/x2goserver-extensions/bin/x2goserver-run-extensions b/x2goserver-extensions/bin/x2goserver-run-extensions index e22a333..876a272 100755 --- a/x2goserver-extensions/bin/x2goserver-run-extensions +++ b/x2goserver-extensions/bin/x2goserver-run-extensions @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify diff --git a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features index 59f2a04..684b7c7 100755 --- a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features +++ b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index cb0be5b..b348cb4 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # Copyright (C) 2012-2015 Milan Knížek <knizek.confy@gmail.com> -# Copyright (C) 2012-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features index 69cb2fd..d00e088 100755 --- a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features +++ b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index 5c07e8c..a695d9c 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features index bd0e552..be55cfd 100755 --- a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features +++ b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features index 46972fb..42a9f99 100755 --- a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features +++ b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gocmdexitmessage b/x2goserver/bin/x2gocmdexitmessage index e4d60e8..0298f8f 100755 --- a/x2goserver/bin/x2gocmdexitmessage +++ b/x2goserver/bin/x2gocmdexitmessage @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gofeature b/x2goserver/bin/x2gofeature index 319f8c1..5c4d23a 100755 --- a/x2goserver/bin/x2gofeature +++ b/x2goserver/bin/x2gofeature @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gofeaturelist b/x2goserver/bin/x2gofeaturelist index ed373e8..ad792a9 100755 --- a/x2goserver/bin/x2gofeaturelist +++ b/x2goserver/bin/x2gofeaturelist @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify diff --git a/x2goserver/bin/x2gogetapps b/x2goserver/bin/x2gogetapps index 1a2eb2d..02b9eb2 100755 --- a/x2goserver/bin/x2gogetapps +++ b/x2goserver/bin/x2gogetapps @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gogetservers b/x2goserver/bin/x2gogetservers index 278c15f..c97cb12 100755 --- a/x2goserver/bin/x2gogetservers +++ b/x2goserver/bin/x2gogetservers @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 1be3bb0..0cdc3bd 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2golistmounts b/x2goserver/bin/x2golistmounts index ce4201b..7728138 100755 --- a/x2goserver/bin/x2golistmounts +++ b/x2goserver/bin/x2golistmounts @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index 798bd40..a7a2cfd 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions index 391662a..e611a07 100755 --- a/x2goserver/bin/x2golistshadowsessions +++ b/x2goserver/bin/x2golistshadowsessions @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index 00333a8..aae7530 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gopath b/x2goserver/bin/x2gopath index cb9d83a..d5bd1c6 100755 --- a/x2goserver/bin/x2gopath +++ b/x2goserver/bin/x2gopath @@ -1,8 +1,8 @@ #!/bin/sh -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2012-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2012-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2012-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2012-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2012-2015 Jan Engelhard <jengelh@inai.de> # diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session index 86c7c8b..6130ad0 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index a3b9b48..0f23278 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gosessionlimit b/x2goserver/bin/x2gosessionlimit index 6a60ff5..9c0f5e3 100755 --- a/x2goserver/bin/x2gosessionlimit +++ b/x2goserver/bin/x2gosessionlimit @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard index 7200218..3d09aa9 100755 --- a/x2goserver/bin/x2gosetkeyboard +++ b/x2goserver/bin/x2gosetkeyboard @@ -1,9 +1,9 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 306bf44..dbafe12 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -1,8 +1,8 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2017 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2017 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session index c822ffa..53fc351 100755 --- a/x2goserver/bin/x2gosuspend-session +++ b/x2goserver/bin/x2gosuspend-session @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index 0eeb345..1515e1b 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index dbc291f..76f3b61 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/bin/x2goversion b/x2goserver/bin/x2goversion index fbe76f4..522ed1c 100755 --- a/x2goserver/bin/x2goversion +++ b/x2goserver/bin/x2goversion @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gochangestatus b/x2goserver/lib/x2gochangestatus index 5f5b3c7..8d6828f 100755 --- a/x2goserver/lib/x2gochangestatus +++ b/x2goserver/lib/x2gochangestatus @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gocreatesession b/x2goserver/lib/x2gocreatesession index d50d275..7dbe219 100755 --- a/x2goserver/lib/x2gocreatesession +++ b/x2goserver/lib/x2gocreatesession @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gocreateshadowsession b/x2goserver/lib/x2gocreateshadowsession index 9f797fa..1242fce 100755 --- a/x2goserver/lib/x2gocreateshadowsession +++ b/x2goserver/lib/x2gocreateshadowsession @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent index 32245e3..1a0cff6 100755 --- a/x2goserver/lib/x2gogetagent +++ b/x2goserver/lib/x2gogetagent @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gogetagentstate b/x2goserver/lib/x2gogetagentstate index a0ac96e..77e3bd3 100755 --- a/x2goserver/lib/x2gogetagentstate +++ b/x2goserver/lib/x2gogetagentstate @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gogetdisplays b/x2goserver/lib/x2gogetdisplays index 5ef8b83..e66f36f 100755 --- a/x2goserver/lib/x2gogetdisplays +++ b/x2goserver/lib/x2gogetdisplays @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -34,4 +34,4 @@ my $displays = join("\n", db_getdisplays($host)); print $displays; # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2gogetports b/x2goserver/lib/x2gogetports index 6c0c68f..2e6490c 100755 --- a/x2goserver/lib/x2gogetports +++ b/x2goserver/lib/x2gogetports @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -35,4 +35,4 @@ my $ports = join("\n", db_getports($host)); print $ports; # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus index c0a27a1..24261d3 100755 --- a/x2goserver/lib/x2gogetstatus +++ b/x2goserver/lib/x2gogetstatus @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2goinsertport b/x2goserver/lib/x2goinsertport index cd6cd5c..140a2c4 100755 --- a/x2goserver/lib/x2goinsertport +++ b/x2goserver/lib/x2goinsertport @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,4 +37,4 @@ db_insertport($server,$sid,$port); print "inserted"; # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2goinsertsession b/x2goserver/lib/x2goinsertsession index 6f2b107..504c434 100755 --- a/x2goserver/lib/x2goinsertsession +++ b/x2goserver/lib/x2goinsertsession @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,4 +37,4 @@ db_insertsession($display, $server, $sid); print "inserted"; # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2goinsertshadowsession b/x2goserver/lib/x2goinsertshadowsession index 151d25e..12b5c64 100755 --- a/x2goserver/lib/x2goinsertshadowsession +++ b/x2goserver/lib/x2goinsertshadowsession @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -38,4 +38,4 @@ db_insertshadowsession($display, $server, $sid, $shadreq_user); print "inserted"; # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql index b612442..1d63361 100755 --- a/x2goserver/lib/x2golistsessions_sql +++ b/x2goserver/lib/x2golistsessions_sql @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gologlevel b/x2goserver/lib/x2gologlevel index 9a4f765..2f02cb3 100755 --- a/x2goserver/lib/x2gologlevel +++ b/x2goserver/lib/x2gologlevel @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2goresume b/x2goserver/lib/x2goresume index 39651a7..2af09ec 100755 --- a/x2goserver/lib/x2goresume +++ b/x2goserver/lib/x2goresume @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gormforward b/x2goserver/lib/x2gormforward index dd09476..c2f228b 100755 --- a/x2goserver/lib/x2gormforward +++ b/x2goserver/lib/x2gormforward @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gormport b/x2goserver/lib/x2gormport index b3cc45a..031b96c 100755 --- a/x2goserver/lib/x2gormport +++ b/x2goserver/lib/x2gormport @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,4 +36,4 @@ my $port=shift or die; db_rmport($server,$sid,$port); # closing syslog -closelog; \ No newline at end of file +closelog; diff --git a/x2goserver/lib/x2gosuspend-agent b/x2goserver/lib/x2gosuspend-agent index 79c53e4..3e66b20 100755 --- a/x2goserver/lib/x2gosuspend-agent +++ b/x2goserver/lib/x2gosuspend-agent @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/lib/x2gosyslog b/x2goserver/lib/x2gosyslog index 7c63ddf..4e83e85 100755 --- a/x2goserver/lib/x2gosyslog +++ b/x2goserver/lib/x2gosyslog @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index ea84853..64d254b 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index aca374e..06e6fb1 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/sbin/x2goshowblocks b/x2goserver/sbin/x2goshowblocks index 9d2a466..aaf5605 100755 --- a/x2goserver/sbin/x2goshowblocks +++ b/x2goserver/sbin/x2goshowblocks @@ -1,8 +1,8 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/x2goserver/share/x2gofeature.d/x2goserver.features b/x2goserver/share/x2gofeature.d/x2goserver.features index 8eeffcd..d4b96b8 100755 --- a/x2goserver/share/x2gofeature.d/x2goserver.features +++ b/x2goserver/share/x2gofeature.d/x2goserver.features @@ -1,8 +1,8 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org -# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git