This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goserver. from 665ee6c x2goserver/bin/x2goruncommand: Support IceWM as desktop session type. new 4b87f3c misc: copyright updates, but for contributors who haven't been active or requested not to be bumped. new 7f685cf debian/copyright{,.in}: merge copyright entries. new 95d26f9 debian/copyright{,.in}: fix links to our wiki and update to HTTPS. new 746ab2e misc: switch to HTTPS-based URLs where appropriate. new 38933b8 misc: update Oleksandr's email address. new 7c2ace6 misc manpages: pre-release date update. new d44ab9c libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp wrapper, alike to what was done in x2gobroker. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: INSTALL | 6 +-- README.i18n | 2 +- README.md | 4 +- 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 +-- X2Go_in_progress_do_not_use/Server/DB/MySQL.pm | 4 +- debian/README.md | 2 +- debian/changelog | 10 +++++ debian/control | 2 +- debian/copyright | 48 +++++++++------------ debian/copyright.in | 50 +++++++++------------- debian/libx2go-server-db-perl.postinst | 2 +- debian/libx2go-server-db-perl.postrm | 2 +- debian/libx2go-server-db-perl.prerm | 2 +- debian/po/da.po | 2 +- debian/po/de.po | 2 +- debian/po/fi.po | 2 +- debian/x2goserver-common.postinst | 2 +- debian/x2goserver-common.postrm | 2 +- debian/x2goserver-common.preinst | 2 +- debian/x2goserver-desktopsharing.postinst | 2 +- debian/x2goserver-desktopsharing.postrm | 2 +- debian/x2goserver-fmbindings.postinst | 2 +- debian/x2goserver-fmbindings.postrm | 2 +- debian/x2goserver-printing.postinst | 2 +- debian/x2goserver-x2goagent.postinst | 2 +- debian/x2goserver-x2goagent.preinst | 2 +- debian/x2goserver-xsession.postinst | 2 +- debian/x2goserver-xsession.postrm | 2 +- debian/x2goserver-xsession.preinst | 2 +- debian/x2goserver.postinst | 2 +- debian/x2goserver.preinst | 2 +- debian/x2goserver.prerm | 2 +- .../lib/libx2go-server-db-sqlite3-wrapper.pl | 6 +-- .../src/libx2go-server-db-sqlite3-wrapper.c | 25 ++++++++--- x2goserver-common/man/man5/x2goserver.conf.5 | 4 +- .../bin/x2goresume-desktopsharing | 6 +-- .../bin/x2gosuspend-desktopsharing | 6 +-- .../bin/x2goterminate-desktopsharing | 6 +-- .../man/man8/x2goresume-desktopsharing.8 | 4 +- .../man/man8/x2gosuspend-desktopsharing.8 | 4 +- .../man/man8/x2goterminate-desktopsharing.8 | 4 +- .../x2goserver-desktopsharing.features | 6 +-- .../bin/x2goserver-run-extensions | 6 +-- .../man/man8/x2goserver-run-extensions.8 | 4 +- .../x2gofeature.d/x2goserver-extensions.features | 6 +-- x2goserver-fmbindings/bin/x2gofm | 4 +- x2goserver-fmbindings/man/man8/x2gofm.8 | 4 +- .../x2gofeature.d/x2goserver-fmbindings.features | 6 +-- x2goserver-printing/bin/x2goprint | 6 +-- x2goserver-printing/man/man8/x2goprint.8 | 6 +-- .../x2gofeature.d/x2goserver-printing.features | 6 +-- x2goserver-x2goagent/man/man1/x2goagent.1 | 2 +- .../x2gofeature.d/x2goserver-xsession.features | 6 +-- x2goserver.spec | 4 +- 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 | 6 +-- x2goserver/bin/x2goruncommand | 6 +-- x2goserver/bin/x2gosessionlimit | 6 +-- x2goserver/bin/x2gosetkeyboard | 6 +-- x2goserver/bin/x2gostartagent | 6 +-- 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/man/man5/x2goserver.conf.5 | 4 +- x2goserver/man/man8/x2gobasepath.8 | 4 +- x2goserver/man/man8/x2gocmdexitmessage.8 | 4 +- x2goserver/man/man8/x2godbadmin.8 | 4 +- x2goserver/man/man8/x2gofeature.8 | 4 +- x2goserver/man/man8/x2gofeaturelist.8 | 4 +- x2goserver/man/man8/x2gogetapps.8 | 4 +- x2goserver/man/man8/x2gogetservers.8 | 4 +- x2goserver/man/man8/x2golistdesktops.8 | 4 +- x2goserver/man/man8/x2golistmounts.8 | 4 +- x2goserver/man/man8/x2golistsessions.8 | 4 +- x2goserver/man/man8/x2golistsessions_root.8 | 4 +- x2goserver/man/man8/x2golistshadowsessions.8 | 4 +- x2goserver/man/man8/x2gomountdirs.8 | 4 +- x2goserver/man/man8/x2gopath.8 | 2 +- x2goserver/man/man8/x2goresume-session.8 | 4 +- x2goserver/man/man8/x2goruncommand.8 | 4 +- x2goserver/man/man8/x2gosessionlimit.8 | 4 +- x2goserver/man/man8/x2gosetkeyboard.8 | 4 +- x2goserver/man/man8/x2goshowblocks.8 | 4 +- x2goserver/man/man8/x2gostartagent.8 | 4 +- x2goserver/man/man8/x2gosuspend-session.8 | 4 +- x2goserver/man/man8/x2goterminate-session.8 | 4 +- x2goserver/man/man8/x2goumount-session.8 | 4 +- x2goserver/man/man8/x2goversion.8 | 4 +- x2goserver/sbin/x2gocleansessions | 8 ++-- x2goserver/sbin/x2godbadmin | 6 +-- x2goserver/sbin/x2golistsessions_root | 6 +-- x2goserver/sbin/x2goshowblocks | 6 +-- x2goserver/share/x2gofeature.d/x2goserver.features | 6 +-- 131 files changed, 366 insertions(+), 359 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 7f685cf889d694ef0cc9e82ebc68578486259986 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 01:25:22 2018 +0100 debian/copyright{,.in}: merge copyright entries. --- debian/changelog | 2 ++ debian/copyright | 8 -------- debian/copyright.in | 10 ---------- 3 files changed, 2 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index c5ce9a3..f608b7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -96,6 +96,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium + More curly braces, quotes etc. * debian/control: + Bump nxagent dependency up to 3.5.99.17+. + * debian/copyright{,.in}: + + Merge copyright entries. [ Orion Poplawski ] * New upstream version (4.1.0.3): diff --git a/debian/copyright b/debian/copyright index 4918039..a589bfb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -61,11 +61,6 @@ Files: X2Go/Config.pm 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-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 @@ -80,8 +75,6 @@ Files: Makefile.docupload x2goserver-x2goagent/bin/.keep x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features Copyright: 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2012-2016, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Comment: File header of x2goserver-x2goagent/bin/x2goagent says GPL-3+, but... @@ -101,7 +94,6 @@ Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@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> License: GPL-2+ Files: x2goserver-extensions/bin/x2goserver-run-extensions diff --git a/debian/copyright.in b/debian/copyright.in index a6596f4..90f3372 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -185,11 +185,6 @@ Files: X2Go/Config.pm 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-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 @@ -222,9 +217,6 @@ Files: X2Go/Server/DB.pm 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 2017-2018, Walid Moghrabi <w.moghrabi@servicemagic.eu> 2018, Mihai Moldovan <ionic@ionic.de> License: GPL (v2 or later) @@ -237,7 +229,6 @@ Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@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> License: GPL (v2 or later) FIXME @@ -253,7 +244,6 @@ License: GPL (v2 or later) Files: Makefile.docupload x2goserver-x2goagent/share/x2go/x2gofeature.d/x2goserver-x2goagent.features Copyright: 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL (v2 or later) FIXME -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 95d26f9b4c557d4fd33e4d3b46793bf4a7314650 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 01:29:18 2018 +0100 debian/copyright{,.in}: fix links to our wiki and update to HTTPS. --- debian/changelog | 1 + debian/copyright | 16 ++++++++-------- debian/copyright.in | 18 +++++++++--------- 3 files changed, 18 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index f608b7f..41c7291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -98,6 +98,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium + Bump nxagent dependency up to 3.5.99.17+. * debian/copyright{,.in}: + Merge copyright entries. + + Fix links to our wiki and update to HTTPS. [ Orion Poplawski ] * New upstream version (4.1.0.3): diff --git a/debian/copyright b/debian/copyright index a589bfb..9682c43 100644 --- a/debian/copyright +++ b/debian/copyright @@ -60,7 +60,7 @@ Files: X2Go/Config.pm x2goserver/share/x2gofeature.d/x2goserver.features 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, X2Go Project - https://wiki.x2go.org License: GPL-2+ Files: x2goserver/lib/x2gocheckport @@ -91,14 +91,14 @@ Files: X2Go/Server.pm X2Go/Utils.pm 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, X2Go Project - https://wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> License: GPL-2+ Files: x2goserver-extensions/bin/x2goserver-run-extensions x2goserver/bin/x2gosetkeyboard -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> @@ -107,11 +107,11 @@ 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-2018, X2Go Project - http://wiki.x2go.org + 2013-2018, X2Go Project - https://wiki.x2go.org License: GPL-2+ Files: x2goserver/bin/x2gopath -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://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> @@ -124,12 +124,12 @@ Copyright: 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: x2goserver/bin/x2gofeaturelist -Copyright: 2007-2018 X2Go Project - http://wiki.x2go.org +Copyright: 2007-2018 X2Go Project - https://wiki.x2go.org 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: x2goserver-fmbindings/bin/x2gofm -Copyright: 2007-2018, X2Go Project - http://wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2012-2015, Milan Knížek <knizek.confy@gmail.com> 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL-2+ @@ -137,7 +137,7 @@ License: GPL-2+ Files: x2goserver-desktopsharing/bin/x2goresume-desktopsharing x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing x2goserver-desktopsharing/bin/x2goterminate-desktopsharing -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://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> diff --git a/debian/copyright.in b/debian/copyright.in index 90f3372..48930db 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME @@ -184,7 +184,7 @@ Files: X2Go/Config.pm x2goserver/share/x2gofeature.d/x2goserver.features 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, X2Go Project - https://wiki.x2go.org License: GPL (v2 or later) FIXME @@ -216,7 +216,7 @@ Files: X2Go/Server/DB.pm x2goserver/sbin/x2godbadmin 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, X2Go Project - https://wiki.x2go.org 2017-2018, Walid Moghrabi <w.moghrabi@servicemagic.eu> 2018, Mihai Moldovan <ionic@ionic.de> License: GPL (v2 or later) @@ -226,7 +226,7 @@ Files: X2Go/Server.pm X2Go/Utils.pm 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, X2Go Project - https://wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> License: GPL (v2 or later) @@ -234,7 +234,7 @@ License: GPL (v2 or later) Files: x2goserver-extensions/bin/x2goserver-run-extensions x2goserver/bin/x2gosetkeyboard -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> @@ -256,12 +256,12 @@ 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-2018, X2Go Project - http:wiki.x2go.org + 2013-2018, X2Go Project - https://wiki.x2go.org License: GPL (v2 or later) FIXME Files: x2goserver/bin/x2gopath -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://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> @@ -276,13 +276,13 @@ License: GPL (v2 or later) FIXME Files: x2goserver/bin/x2gofeaturelist -Copyright: 2007-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://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-2018, X2Go Project - http:wiki.x2go.org +Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2012-2015, Milan KnÞek <knizek.confy@gmail.com> 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> License: GPL (v2 or later) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 746ab2ea5ad1208ebce21ba3d5ca99e08f59ab18 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 02:03:49 2018 +0100 misc: switch to HTTPS-based URLs where appropriate. --- INSTALL | 6 +++--- README.i18n | 2 +- README.md | 4 ++-- X2Go/Config.pm | 2 +- X2Go/Log.pm | 2 +- X2Go/Server.pm | 2 +- X2Go/Server/Agent.pm | 2 +- X2Go/Server/Agent/NX.pm | 2 +- X2Go/Server/DB.pm | 2 +- X2Go/Server/DB/PostgreSQL.pm | 2 +- X2Go/Server/DB/SQLite3.pm | 2 +- X2Go/SupeReNicer.pm | 2 +- X2Go/Utils.pm | 2 +- X2Go_in_progress_do_not_use/Server/DB/MySQL.pm | 2 +- debian/README.md | 2 +- debian/changelog | 1 + debian/libx2go-server-db-perl.postinst | 2 +- debian/libx2go-server-db-perl.postrm | 2 +- debian/libx2go-server-db-perl.prerm | 2 +- debian/po/da.po | 2 +- debian/po/de.po | 2 +- debian/po/fi.po | 2 +- debian/x2goserver-common.postinst | 2 +- debian/x2goserver-common.postrm | 2 +- debian/x2goserver-common.preinst | 2 +- debian/x2goserver-desktopsharing.postinst | 2 +- debian/x2goserver-desktopsharing.postrm | 2 +- debian/x2goserver-fmbindings.postinst | 2 +- debian/x2goserver-fmbindings.postrm | 2 +- debian/x2goserver-printing.postinst | 2 +- debian/x2goserver-x2goagent.postinst | 2 +- debian/x2goserver-x2goagent.preinst | 2 +- debian/x2goserver-xsession.postinst | 2 +- debian/x2goserver-xsession.postrm | 2 +- debian/x2goserver-xsession.preinst | 2 +- debian/x2goserver.postinst | 2 +- debian/x2goserver.preinst | 2 +- debian/x2goserver.prerm | 2 +- libx2go-server-db-perl/lib/libx2go-server-db-sqlite3-wrapper.pl | 2 +- libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c | 2 +- x2goserver-common/man/man5/x2goserver.conf.5 | 2 +- x2goserver-desktopsharing/bin/x2goresume-desktopsharing | 2 +- x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing | 2 +- x2goserver-desktopsharing/bin/x2goterminate-desktopsharing | 2 +- x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 | 2 +- x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 | 2 +- x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 | 2 +- .../share/x2gofeature.d/x2goserver-desktopsharing.features | 2 +- x2goserver-extensions/bin/x2goserver-run-extensions | 2 +- x2goserver-extensions/man/man8/x2goserver-run-extensions.8 | 2 +- .../share/x2gofeature.d/x2goserver-extensions.features | 2 +- x2goserver-fmbindings/bin/x2gofm | 2 +- x2goserver-fmbindings/man/man8/x2gofm.8 | 2 +- .../share/x2go/x2gofeature.d/x2goserver-fmbindings.features | 2 +- x2goserver-printing/bin/x2goprint | 2 +- x2goserver-printing/man/man8/x2goprint.8 | 4 ++-- .../share/x2gofeature.d/x2goserver-printing.features | 2 +- x2goserver-x2goagent/man/man1/x2goagent.1 | 2 +- .../share/x2gofeature.d/x2goserver-xsession.features | 2 +- x2goserver.spec | 4 ++-- x2goserver/bin/x2gocmdexitmessage | 2 +- x2goserver/bin/x2gofeature | 2 +- x2goserver/bin/x2gofeaturelist | 2 +- x2goserver/bin/x2gogetapps | 2 +- x2goserver/bin/x2gogetservers | 2 +- x2goserver/bin/x2golistdesktops | 2 +- x2goserver/bin/x2golistmounts | 2 +- x2goserver/bin/x2golistsessions | 2 +- x2goserver/bin/x2golistshadowsessions | 2 +- x2goserver/bin/x2gomountdirs | 2 +- x2goserver/bin/x2gopath | 2 +- x2goserver/bin/x2goresume-session | 2 +- x2goserver/bin/x2goruncommand | 2 +- x2goserver/bin/x2gosessionlimit | 2 +- x2goserver/bin/x2gosetkeyboard | 2 +- x2goserver/bin/x2gostartagent | 2 +- x2goserver/bin/x2gosuspend-session | 2 +- x2goserver/bin/x2goterminate-session | 2 +- x2goserver/bin/x2goumount-session | 2 +- x2goserver/bin/x2goversion | 2 +- x2goserver/lib/x2gochangestatus | 2 +- x2goserver/lib/x2gocreatesession | 2 +- x2goserver/lib/x2gocreateshadowsession | 2 +- x2goserver/lib/x2gogetagent | 2 +- x2goserver/lib/x2gogetagentstate | 2 +- x2goserver/lib/x2gogetdisplays | 2 +- x2goserver/lib/x2gogetports | 2 +- x2goserver/lib/x2gogetstatus | 2 +- x2goserver/lib/x2goinsertport | 2 +- x2goserver/lib/x2goinsertsession | 2 +- x2goserver/lib/x2goinsertshadowsession | 2 +- x2goserver/lib/x2golistsessions_sql | 2 +- x2goserver/lib/x2gologlevel | 2 +- x2goserver/lib/x2goresume | 2 +- x2goserver/lib/x2gormforward | 2 +- x2goserver/lib/x2gormport | 2 +- x2goserver/lib/x2gosuspend-agent | 2 +- x2goserver/lib/x2gosyslog | 2 +- x2goserver/man/man5/x2goserver.conf.5 | 2 +- x2goserver/man/man8/x2gobasepath.8 | 2 +- x2goserver/man/man8/x2gocmdexitmessage.8 | 2 +- x2goserver/man/man8/x2godbadmin.8 | 2 +- x2goserver/man/man8/x2gofeature.8 | 2 +- x2goserver/man/man8/x2gofeaturelist.8 | 2 +- x2goserver/man/man8/x2gogetapps.8 | 2 +- x2goserver/man/man8/x2gogetservers.8 | 2 +- x2goserver/man/man8/x2golistdesktops.8 | 2 +- x2goserver/man/man8/x2golistmounts.8 | 2 +- x2goserver/man/man8/x2golistsessions.8 | 2 +- x2goserver/man/man8/x2golistsessions_root.8 | 2 +- x2goserver/man/man8/x2golistshadowsessions.8 | 2 +- x2goserver/man/man8/x2gomountdirs.8 | 2 +- x2goserver/man/man8/x2goresume-session.8 | 2 +- x2goserver/man/man8/x2goruncommand.8 | 2 +- x2goserver/man/man8/x2gosessionlimit.8 | 2 +- x2goserver/man/man8/x2gosetkeyboard.8 | 2 +- x2goserver/man/man8/x2goshowblocks.8 | 2 +- x2goserver/man/man8/x2gostartagent.8 | 2 +- x2goserver/man/man8/x2gosuspend-session.8 | 2 +- x2goserver/man/man8/x2goterminate-session.8 | 2 +- x2goserver/man/man8/x2goumount-session.8 | 2 +- x2goserver/man/man8/x2goversion.8 | 2 +- x2goserver/sbin/x2gocleansessions | 4 ++-- x2goserver/sbin/x2godbadmin | 4 ++-- x2goserver/sbin/x2golistsessions_root | 2 +- x2goserver/sbin/x2goshowblocks | 2 +- x2goserver/share/x2gofeature.d/x2goserver.features | 2 +- 127 files changed, 134 insertions(+), 133 deletions(-) diff --git a/INSTALL b/INSTALL index f530afb..fe61ed1 100644 --- a/INSTALL +++ b/INSTALL @@ -69,8 +69,8 @@ members of the server-side ,,fuse'' group (see above). As X2Go printing setups can be rather versatile, details on X2Go printing are explained in the project's wiki: -http://www.x2go.org/doku.php/wiki:components:printing -http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-printing +https://www.x2go.org/doku.php/wiki:components:printing +https://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-printing 7.) DATABASE SETUP (SQLite3 only) @@ -94,5 +94,5 @@ are already resent for this setup. If not, please report it as a bug. This variant is for a setup of x2goserver that uses a PostgreSQL database backend... The exact installation of x2goserver with PostgreSQL support is described here: -http://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql +https://www.x2go.org/doku.php/wiki:advanced:multi-node:x2goserver-pgsql diff --git a/README.i18n b/README.i18n index cf15ae2..5714413 100644 --- a/README.i18n +++ b/README.i18n @@ -21,7 +21,7 @@ THANKS!!! for the time you give to the X2Go project. And, if you are new to the team and language files for the language you want to feel responsible for do not yet exist, please subscribe to this mailing list first: - http://lists.x2go.org/listinfo/x2go-i18n + https://lists.x2go.org/listinfo/x2go-i18n Once you are subscribed, send an email to diff --git a/README.md b/README.md index 0963ebe..ce09b60 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ interact. * Makefile - This file is used by [http://www.gnu.org/software/make/manual/make.html](make) to build and install the code with the appropriate compiler. + This file is used by [https://www.gnu.org/software/make/manual/make.html](make) to build and install the code with the appropriate compiler. * Makefile.docupload - This file is used by [http://www.gnu.org/software/make/manual/make.html](make) to build and upload the x2goserver documentation. + This file is used by [https://www.gnu.org/software/make/manual/make.html](make) to build and upload the x2goserver documentation. * UNINSTALL diff --git a/X2Go/Config.pm b/X2Go/Config.pm index d12b4c5..1ee4880 100644 --- a/X2Go/Config.pm +++ b/X2Go/Config.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/Log.pm b/X2Go/Log.pm index 2a6db31..b5ee017 100644 --- a/X2Go/Log.pm +++ b/X2Go/Log.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/Server.pm b/X2Go/Server.pm index e9dd109..d036877 100644 --- a/X2Go/Server.pm +++ b/X2Go/Server.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/X2Go/Server/Agent.pm b/X2Go/Server/Agent.pm index c23d08d..6e01116 100644 --- a/X2Go/Server/Agent.pm +++ b/X2Go/Server/Agent.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index 0f59197..ed11d14 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm index 9ea7b28..4e60776 100644 --- a/X2Go/Server/DB.pm +++ b/X2Go/Server/DB.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm index e692b11..9cf639e 100644 --- a/X2Go/Server/DB/PostgreSQL.pm +++ b/X2Go/Server/DB/PostgreSQL.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index 26a7710..ebb1ea9 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/X2Go/SupeReNicer.pm b/X2Go/SupeReNicer.pm index e080634..cca3b8b 100644 --- a/X2Go/SupeReNicer.pm +++ b/X2Go/SupeReNicer.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2013-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2013-2018 X2Go Project - https://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 fa57da0..060da3b 100644 --- a/X2Go/Utils.pm +++ b/X2Go/Utils.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm index ece1f64..67d5869 100644 --- a/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm +++ b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/debian/README.md b/debian/README.md index fa3d8db..046c14d 100644 --- a/debian/README.md +++ b/debian/README.md @@ -1,7 +1,7 @@ # debuild folder This folder is used to be able to build the x2goserver component with ```debuild -us -uc```. All files and folders in here are specific to how debuild works. Have a look at the tools -[http://manpages.ubuntu.com/manpages/hardy/man1/debuild.1.html](man page) or go with the +[https://manpages.ubuntu.com/manpages/hardy/man1/debuild.1.html](man page) or go with the [https://wiki.ubuntu.com/PackagingGuide/HandsOn](community documentation). diff --git a/debian/changelog b/debian/changelog index 41c7291..a6643d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -78,6 +78,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium Fixes: #1325. Fixes: #1321. - misc: copyright updates, but for contributors who haven't been active or requested not to be bumped. + - misc: switch to HTTPS-based URLs where appropriate. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/debian/libx2go-server-db-perl.postinst b/debian/libx2go-server-db-perl.postinst index c3425c0..acc0168 100755 --- a/debian/libx2go-server-db-perl.postinst +++ b/debian/libx2go-server-db-perl.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/debian/libx2go-server-db-perl.postrm b/debian/libx2go-server-db-perl.postrm index dca978f..ff82df7 100755 --- a/debian/libx2go-server-db-perl.postrm +++ b/debian/libx2go-server-db-perl.postrm @@ -13,7 +13,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/debian/libx2go-server-db-perl.prerm b/debian/libx2go-server-db-perl.prerm index d1ce62f..8aa768b 100755 --- a/debian/libx2go-server-db-perl.prerm +++ b/debian/libx2go-server-db-perl.prerm @@ -10,7 +10,7 @@ # * <deconfigured's-prerm> `deconfigure' `in-favour' # <package-being-installed> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package set -e diff --git a/debian/po/da.po b/debian/po/da.po index c7664e2..413d767 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -7,7 +7,7 @@ # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# or https://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # diff --git a/debian/po/de.po b/debian/po/de.po index 4c35981..d09bbf4 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -7,7 +7,7 @@ # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# or https://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # diff --git a/debian/po/fi.po b/debian/po/fi.po index af943f7..bc5ab80 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -7,7 +7,7 @@ # # Some information specific to po-debconf are available at # /usr/share/doc/po-debconf/README-trans -# or http://www.debian.org/intl/l10n/po-debconf/README-trans +# or https://www.debian.org/intl/l10n/po-debconf/README-trans # # Developers do not need to manually edit POT or PO files. # diff --git a/debian/x2goserver-common.postinst b/debian/x2goserver-common.postinst index 3fc3216..525c23a 100755 --- a/debian/x2goserver-common.postinst +++ b/debian/x2goserver-common.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package dpkg-maintscript-helper 'rm_conffile' \ diff --git a/debian/x2goserver-common.postrm b/debian/x2goserver-common.postrm index 23a245c..03128b5 100755 --- a/debian/x2goserver-common.postrm +++ b/debian/x2goserver-common.postrm @@ -13,7 +13,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package set -e diff --git a/debian/x2goserver-common.preinst b/debian/x2goserver-common.preinst index ac334ea..fef3e4f 100755 --- a/debian/x2goserver-common.preinst +++ b/debian/x2goserver-common.preinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package dpkg-maintscript-helper 'rm_conffile' \ diff --git a/debian/x2goserver-desktopsharing.postinst b/debian/x2goserver-desktopsharing.postinst index 3ece3d4..1fdc8a1 100755 --- a/debian/x2goserver-desktopsharing.postinst +++ b/debian/x2goserver-desktopsharing.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package # Source debconf library. diff --git a/debian/x2goserver-desktopsharing.postrm b/debian/x2goserver-desktopsharing.postrm index 6eb1902..d84d941 100755 --- a/debian/x2goserver-desktopsharing.postrm +++ b/debian/x2goserver-desktopsharing.postrm @@ -13,7 +13,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package # Source debconf library. diff --git a/debian/x2goserver-fmbindings.postinst b/debian/x2goserver-fmbindings.postinst index 647a3a6..c36a076 100755 --- a/debian/x2goserver-fmbindings.postinst +++ b/debian/x2goserver-fmbindings.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package case "${1}" in diff --git a/debian/x2goserver-fmbindings.postrm b/debian/x2goserver-fmbindings.postrm index 7880810..6948e09 100755 --- a/debian/x2goserver-fmbindings.postrm +++ b/debian/x2goserver-fmbindings.postrm @@ -15,7 +15,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package case "${1}" in diff --git a/debian/x2goserver-printing.postinst b/debian/x2goserver-printing.postinst index 66b70ea..af47b4a 100755 --- a/debian/x2goserver-printing.postinst +++ b/debian/x2goserver-printing.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package case "${1}" in diff --git a/debian/x2goserver-x2goagent.postinst b/debian/x2goserver-x2goagent.postinst index 318da93..0c46ab1 100755 --- a/debian/x2goserver-x2goagent.postinst +++ b/debian/x2goserver-x2goagent.postinst @@ -13,7 +13,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package dpkg-maintscript-helper 'rm_conffile' \ diff --git a/debian/x2goserver-x2goagent.preinst b/debian/x2goserver-x2goagent.preinst index ef6a7e0..0402151 100755 --- a/debian/x2goserver-x2goagent.preinst +++ b/debian/x2goserver-x2goagent.preinst @@ -10,7 +10,7 @@ set -e # * <new-preinst> `upgrade' <old-version> # * <old-preinst> `abort-upgrade' <new-version> # -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package diff --git a/debian/x2goserver-xsession.postinst b/debian/x2goserver-xsession.postinst index 7ca425b..932f485 100755 --- a/debian/x2goserver-xsession.postinst +++ b/debian/x2goserver-xsession.postinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package if dpkg --compare-versions -- "${DPKG_RUNNING_VERSION}" ge '1.17.14'; then diff --git a/debian/x2goserver-xsession.postrm b/debian/x2goserver-xsession.postrm index afe1535..c5836ac 100755 --- a/debian/x2goserver-xsession.postrm +++ b/debian/x2goserver-xsession.postrm @@ -13,7 +13,7 @@ set -e # * <new-postrm> `abort-upgrade' <old-version> # * <disappearer's-postrm> `disappear' <overwriter> # <overwriter-version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package set -e diff --git a/debian/x2goserver-xsession.preinst b/debian/x2goserver-xsession.preinst index e4e5198..1d928ff 100755 --- a/debian/x2goserver-xsession.preinst +++ b/debian/x2goserver-xsession.preinst @@ -14,7 +14,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package if dpkg --compare-versions -- "${DPKG_RUNNING_VERSION}" ge '1.17.14'; then diff --git a/debian/x2goserver.postinst b/debian/x2goserver.postinst index 79a8e85..1e75c45 100755 --- a/debian/x2goserver.postinst +++ b/debian/x2goserver.postinst @@ -17,7 +17,7 @@ set -e # * <deconfigured's-postinst> `abort-deconfigure' `in-favour' # <failed-install-package> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package # Source debconf library. diff --git a/debian/x2goserver.preinst b/debian/x2goserver.preinst index ba90aa2..0f24eb0 100755 --- a/debian/x2goserver.preinst +++ b/debian/x2goserver.preinst @@ -11,7 +11,7 @@ set -e # * <new-preinst> `upgrade' <old-version> # * <old-preinst> `abort-upgrade' <new-version> # -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package case "${1}" in diff --git a/debian/x2goserver.prerm b/debian/x2goserver.prerm index 0bb6e91..2f53c27 100755 --- a/debian/x2goserver.prerm +++ b/debian/x2goserver.prerm @@ -12,7 +12,7 @@ set -e # * <deconfigured's-prerm> `deconfigure' `in-favour' # <package-being-installed> <version> `removing' # <conflicting-package> <version> -# for details, see http://www.debian.org/doc/debian-policy/ or +# for details, see https://www.debian.org/doc/debian-policy/ or # the debian-policy package case "${1}" in 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 fec1b61..584a465 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,6 +1,6 @@ #!/usr/bin/perl -XU -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c index 927addf..2016833 100644 --- a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c +++ b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c @@ -1,5 +1,5 @@ /* - * This file is part of the X2Go Project - http://www.x2go.org + * This file is part of the X2Go Project - https://www.x2go.org * Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * Copyright (C) 2011-2015 Moritz 'Morty' Strübe <morty@gmx.net> * diff --git a/x2goserver-common/man/man5/x2goserver.conf.5 b/x2goserver-common/man/man5/x2goserver.conf.5 index 1bf5486..1c1465a 100644 --- a/x2goserver-common/man/man5/x2goserver.conf.5 +++ b/x2goserver-common/man/man5/x2goserver.conf.5 @@ -70,4 +70,4 @@ The below configuration file is the default after installation of X2Go Server: .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing index 1d99479..c2899b0 100755 --- a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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 diff --git a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing index 6cdc576..c07ca0d 100755 --- a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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 diff --git a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing index 713c06a..0aac864 100755 --- a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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 diff --git a/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 index 8b84fe6..521c01d 100644 --- a/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 @@ -25,4 +25,4 @@ As exitcode \fBx2goresume\-desktopsharing\fR always returns 0. x2godesktopsharing(1), x2goresume\-session(8), x2gosuspend\-desktopsharing(8), x2goterminate\-desktopsharing(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 index 78c4272..9e851e8 100644 --- a/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 @@ -34,4 +34,4 @@ As exitcode \fBx2gosuspend\-desktopsharing\fR always returns 0. x2godesktopsharing(1), x2gosuspend\-session(8), x2goterminate\-desktopsharing(8), x2goresume\-desktopsharing(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 index 9841bb5..b0acb7d 100644 --- a/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 @@ -27,4 +27,4 @@ and terminated. If not, the exit code is \-1. x2godesktopsharing(1), x2goteminate\-session(8), x2gosuspend\-desktopsharing(8), x2goresume\-desktopsharing(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das\-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features index c4dcdf2..8b6a17e 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-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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 diff --git a/x2goserver-extensions/bin/x2goserver-run-extensions b/x2goserver-extensions/bin/x2goserver-run-extensions index 876a272..eeeb511 100755 --- a/x2goserver-extensions/bin/x2goserver-run-extensions +++ b/x2goserver-extensions/bin/x2goserver-run-extensions @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 index f60361e..d7e09a8 100644 --- a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 +++ b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 @@ -89,4 +89,4 @@ For example: \fBx2gostartagent(8)\fR, \fBx2goruncommand(8)\fR, \fBx2goresume-session(8)\fR, \fBx2gosuspend-session(8)\fR and \fBx2goterminate-session(8)\fR. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features index 684b7c7..481c2af 100755 --- a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features +++ b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index b348cb4..3e75c3b 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2012-2015 Milan Knížek <knizek.confy@gmail.com> # Copyright (C) 2012-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> # diff --git a/x2goserver-fmbindings/man/man8/x2gofm.8 b/x2goserver-fmbindings/man/man8/x2gofm.8 index 82872f2..e80f817 100644 --- a/x2goserver-fmbindings/man/man8/x2gofm.8 +++ b/x2goserver-fmbindings/man/man8/x2gofm.8 @@ -23,4 +23,4 @@ The default file browser is defined by the freedesktop.org specification of the environment. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features index d00e088..6e1d256 100755 --- a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features +++ b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index a695d9c..edbe9ed 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver-printing/man/man8/x2goprint.8 b/x2goserver-printing/man/man8/x2goprint.8 index 1db67db..5b3b566 100644 --- a/x2goserver-printing/man/man8/x2goprint.8 +++ b/x2goserver-printing/man/man8/x2goprint.8 @@ -51,7 +51,7 @@ If X2Go server and CUPS server are the same machine, no further setup for X2Go p However, if X2Go server and CUPS server are hosted on separate machines then a special setup of sudo and SSH is required on X2Go server(s) and the central CUPS server. .PP -Refer to http://wiki.x2go.org/installing_x2go_printing_debian_ubuntu for further information. +Refer to https://wiki.x2go.org/installing_x2go_printing_debian_ubuntu for further information. .PP .SH RETURN VALUES By \fBx2goprint\fR nothing is reported on stdout or stderr. @@ -61,4 +61,4 @@ called by a non-root user or with the wrong number of command line arguments, a returned. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features index be55cfd..4641b6d 100755 --- a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features +++ b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver-x2goagent/man/man1/x2goagent.1 b/x2goserver-x2goagent/man/man1/x2goagent.1 index 241b639..dfb3fc9 100644 --- a/x2goserver-x2goagent/man/man1/x2goagent.1 +++ b/x2goserver-x2goagent/man/man1/x2goagent.1 @@ -28,7 +28,7 @@ Python X2Go API). Lists all others options that are not listed here. .SH FURTHER READINGS -Information on X2Go: http://wiki.x2go.org +Information on X2Go: https://wiki.x2go.org .PP Information on NX: https://github.com/ArcticaProject/nx-libs diff --git a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features index 42a9f99..f63a180 100755 --- a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features +++ b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver.spec b/x2goserver.spec index 49dd238..c9ccc13 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -11,8 +11,8 @@ Group: Productivity/Networking/Remote Desktop License: GPL-2.0+ %endif -URL: http://www.x2go.org -Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz +URL: https://www.x2go.org +Source0: https://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.service Source2: %{name}.init Source3: %{name}-rpmlintrc diff --git a/x2goserver/bin/x2gocmdexitmessage b/x2goserver/bin/x2gocmdexitmessage index 0298f8f..17e3e63 100755 --- a/x2goserver/bin/x2gocmdexitmessage +++ b/x2goserver/bin/x2gocmdexitmessage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gofeature b/x2goserver/bin/x2gofeature index 5c4d23a..6662b7d 100755 --- a/x2goserver/bin/x2gofeature +++ b/x2goserver/bin/x2gofeature @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gofeaturelist b/x2goserver/bin/x2gofeaturelist index ad792a9..1bba310 100755 --- a/x2goserver/bin/x2gofeaturelist +++ b/x2goserver/bin/x2gofeaturelist @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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 02b9eb2..30b77c4 100755 --- a/x2goserver/bin/x2gogetapps +++ b/x2goserver/bin/x2gogetapps @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gogetservers b/x2goserver/bin/x2gogetservers index c97cb12..8b13c10 100755 --- a/x2goserver/bin/x2gogetservers +++ b/x2goserver/bin/x2gogetservers @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 0cdc3bd..f5d78ce 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2golistmounts b/x2goserver/bin/x2golistmounts index 7728138..3d50a4e 100755 --- a/x2goserver/bin/x2golistmounts +++ b/x2goserver/bin/x2golistmounts @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index a7a2cfd..e698a41 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions index e611a07..cf162bc 100755 --- a/x2goserver/bin/x2golistshadowsessions +++ b/x2goserver/bin/x2golistshadowsessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index aae7530..f670333 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gopath b/x2goserver/bin/x2gopath index d5bd1c6..a6d0b44 100755 --- a/x2goserver/bin/x2gopath +++ b/x2goserver/bin/x2gopath @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session index 6130ad0..8990e49 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 0f23278..10e9496 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gosessionlimit b/x2goserver/bin/x2gosessionlimit index 9c0f5e3..39f9e48 100755 --- a/x2goserver/bin/x2gosessionlimit +++ b/x2goserver/bin/x2gosessionlimit @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard index 3d09aa9..293fcce 100755 --- a/x2goserver/bin/x2gosetkeyboard +++ b/x2goserver/bin/x2gosetkeyboard @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.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> diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index dbafe12..a7a813d 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session index 53fc351..3c7da6d 100755 --- a/x2goserver/bin/x2gosuspend-session +++ b/x2goserver/bin/x2gosuspend-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index 1515e1b..0696b05 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index 76f3b61..d3ecd45 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/bin/x2goversion b/x2goserver/bin/x2goversion index 522ed1c..0d79499 100755 --- a/x2goserver/bin/x2goversion +++ b/x2goserver/bin/x2goversion @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gochangestatus b/x2goserver/lib/x2gochangestatus index 8d6828f..8bf2e27 100755 --- a/x2goserver/lib/x2gochangestatus +++ b/x2goserver/lib/x2gochangestatus @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gocreatesession b/x2goserver/lib/x2gocreatesession index 7dbe219..6cab3f3 100755 --- a/x2goserver/lib/x2gocreatesession +++ b/x2goserver/lib/x2gocreatesession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gocreateshadowsession b/x2goserver/lib/x2gocreateshadowsession index 1242fce..801ff0f 100755 --- a/x2goserver/lib/x2gocreateshadowsession +++ b/x2goserver/lib/x2gocreateshadowsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent index 1a0cff6..a1180e7 100755 --- a/x2goserver/lib/x2gogetagent +++ b/x2goserver/lib/x2gogetagent @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gogetagentstate b/x2goserver/lib/x2gogetagentstate index 77e3bd3..b27058d 100755 --- a/x2goserver/lib/x2gogetagentstate +++ b/x2goserver/lib/x2gogetagentstate @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gogetdisplays b/x2goserver/lib/x2gogetdisplays index e66f36f..4152b73 100755 --- a/x2goserver/lib/x2gogetdisplays +++ b/x2goserver/lib/x2gogetdisplays @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gogetports b/x2goserver/lib/x2gogetports index 2e6490c..9b595ce 100755 --- a/x2goserver/lib/x2gogetports +++ b/x2goserver/lib/x2gogetports @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus index 24261d3..f95c636 100755 --- a/x2goserver/lib/x2gogetstatus +++ b/x2goserver/lib/x2gogetstatus @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2goinsertport b/x2goserver/lib/x2goinsertport index 140a2c4..b642392 100755 --- a/x2goserver/lib/x2goinsertport +++ b/x2goserver/lib/x2goinsertport @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2goinsertsession b/x2goserver/lib/x2goinsertsession index 504c434..309204e 100755 --- a/x2goserver/lib/x2goinsertsession +++ b/x2goserver/lib/x2goinsertsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2goinsertshadowsession b/x2goserver/lib/x2goinsertshadowsession index 12b5c64..9ead196 100755 --- a/x2goserver/lib/x2goinsertshadowsession +++ b/x2goserver/lib/x2goinsertshadowsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql index 1d63361..c2976dc 100755 --- a/x2goserver/lib/x2golistsessions_sql +++ b/x2goserver/lib/x2golistsessions_sql @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gologlevel b/x2goserver/lib/x2gologlevel index 2f02cb3..9eb0918 100755 --- a/x2goserver/lib/x2gologlevel +++ b/x2goserver/lib/x2gologlevel @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2goresume b/x2goserver/lib/x2goresume index 2af09ec..c382e1d 100755 --- a/x2goserver/lib/x2goresume +++ b/x2goserver/lib/x2goresume @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gormforward b/x2goserver/lib/x2gormforward index c2f228b..cdac829 100755 --- a/x2goserver/lib/x2gormforward +++ b/x2goserver/lib/x2gormforward @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gormport b/x2goserver/lib/x2gormport index 031b96c..617876c 100755 --- a/x2goserver/lib/x2gormport +++ b/x2goserver/lib/x2gormport @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gosuspend-agent b/x2goserver/lib/x2gosuspend-agent index 3e66b20..319ffc8 100755 --- a/x2goserver/lib/x2gosuspend-agent +++ b/x2goserver/lib/x2gosuspend-agent @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/lib/x2gosyslog b/x2goserver/lib/x2gosyslog index 4e83e85..81baea2 100755 --- a/x2goserver/lib/x2gosyslog +++ b/x2goserver/lib/x2gosyslog @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/man/man5/x2goserver.conf.5 b/x2goserver/man/man5/x2goserver.conf.5 index 1bf5486..1c1465a 100644 --- a/x2goserver/man/man5/x2goserver.conf.5 +++ b/x2goserver/man/man5/x2goserver.conf.5 @@ -70,4 +70,4 @@ The below configuration file is the default after installation of X2Go Server: .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gobasepath.8 b/x2goserver/man/man8/x2gobasepath.8 index c6b2bd3..d66577d 100644 --- a/x2goserver/man/man8/x2gobasepath.8 +++ b/x2goserver/man/man8/x2gobasepath.8 @@ -20,4 +20,4 @@ x2gobasepath \fBx2gobasepath\fR can be run with user privileges. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gocmdexitmessage.8 b/x2goserver/man/man8/x2gocmdexitmessage.8 index 97bb54c..1bbb86e 100644 --- a/x2goserver/man/man8/x2gocmdexitmessage.8 +++ b/x2goserver/man/man8/x2gocmdexitmessage.8 @@ -25,4 +25,4 @@ x2gocmdexitmessage \fI<session_id>\fR As exitcode \fBx2gocmdexitmessage\fR always returns 0. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2godbadmin.8 b/x2goserver/man/man8/x2godbadmin.8 index cbe014a..e25ad66 100644 --- a/x2goserver/man/man8/x2godbadmin.8 +++ b/x2goserver/man/man8/x2godbadmin.8 @@ -21,4 +21,4 @@ maintenance tasks on the X2Go server's database. \fBx2godbadmin\fR must be run with root privileges. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gofeature.8 b/x2goserver/man/man8/x2gofeature.8 index 01e8316..6dd0945 100644 --- a/x2goserver/man/man8/x2gofeature.8 +++ b/x2goserver/man/man8/x2gofeature.8 @@ -27,4 +27,4 @@ Otherwise the expression ,,not available'' is written to stdout. x2gofeaturelist(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gofeaturelist.8 b/x2goserver/man/man8/x2gofeaturelist.8 index c6b8cb1..9633561 100644 --- a/x2goserver/man/man8/x2gofeaturelist.8 +++ b/x2goserver/man/man8/x2gofeaturelist.8 @@ -27,4 +27,4 @@ List of X2Go feature names. x2gofeature(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gogetapps.8 b/x2goserver/man/man8/x2gogetapps.8 index 90bb43a..a310544 100644 --- a/x2goserver/man/man8/x2gogetapps.8 +++ b/x2goserver/man/man8/x2gogetapps.8 @@ -55,4 +55,4 @@ not a member of the group specified for the application. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gogetservers.8 b/x2goserver/man/man8/x2gogetservers.8 index 6eeaf0a..ba1e1dc 100644 --- a/x2goserver/man/man8/x2gogetservers.8 +++ b/x2goserver/man/man8/x2gogetservers.8 @@ -23,4 +23,4 @@ The \fBx2gogetservers\fR is run with X2Go user privileges. .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2golistdesktops.8 b/x2goserver/man/man8/x2golistdesktops.8 index 4b7d12d..83567d4 100644 --- a/x2goserver/man/man8/x2golistdesktops.8 +++ b/x2goserver/man/man8/x2golistdesktops.8 @@ -33,4 +33,4 @@ As exitcode \fBx2golistdesktop\fR always returns 0. x2godesktopsharing(1) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2golistmounts.8 b/x2goserver/man/man8/x2golistmounts.8 index c33641b..86f31a3 100644 --- a/x2goserver/man/man8/x2golistmounts.8 +++ b/x2goserver/man/man8/x2golistmounts.8 @@ -38,4 +38,4 @@ As exitcode \fBx2golistmounts\fR always returns 0. x2gomountdirs(8), x2goumount-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2golistsessions.8 b/x2goserver/man/man8/x2golistsessions.8 index 00dd9c2..15bdc79 100644 --- a/x2goserver/man/man8/x2golistsessions.8 +++ b/x2goserver/man/man8/x2golistsessions.8 @@ -53,4 +53,4 @@ As exitcode \fBx2golistsessions\fR always returns 0. x2golistsessions_root(8), x2golistdesktops(8), x2goresume-session(8), x2gosuspend-session(8), x2goterminate-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2golistsessions_root.8 b/x2goserver/man/man8/x2golistsessions_root.8 index c134d1c..ccb2b8f 100644 --- a/x2goserver/man/man8/x2golistsessions_root.8 +++ b/x2goserver/man/man8/x2golistsessions_root.8 @@ -26,4 +26,4 @@ Same as explained in x2golistsessions(8). x2golistsessions(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2golistshadowsessions.8 b/x2goserver/man/man8/x2golistshadowsessions.8 index d581cce..943c1db 100644 --- a/x2goserver/man/man8/x2golistshadowsessions.8 +++ b/x2goserver/man/man8/x2golistshadowsessions.8 @@ -52,4 +52,4 @@ As exitcode \fBx2golistshadowsessions\fR always returns 0. x2golistsessions(8), x2golistdesktops(8), x2goresume-session(8), x2gosuspend-session(8), x2goterminate-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gomountdirs.8 b/x2goserver/man/man8/x2gomountdirs.8 index 2939737..72c718b 100644 --- a/x2goserver/man/man8/x2gomountdirs.8 +++ b/x2goserver/man/man8/x2gomountdirs.8 @@ -64,5 +64,5 @@ As exitcode \fBx2gomoundirs\fR always returns 0. x2goumount-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goresume-session.8 b/x2goserver/man/man8/x2goresume-session.8 index 66bdfa3..f4e9aa1 100644 --- a/x2goserver/man/man8/x2goresume-session.8 +++ b/x2goserver/man/man8/x2goresume-session.8 @@ -76,4 +76,4 @@ As exitcode \fBx2goresume-session\fR always returns 0. x2gostartagent(8), x2goruncommand(8), x2gosuspend-session(8), x2goterminate-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goruncommand.8 b/x2goserver/man/man8/x2goruncommand.8 index 43a184f..46d8ae2 100644 --- a/x2goserver/man/man8/x2goruncommand.8 +++ b/x2goserver/man/man8/x2goruncommand.8 @@ -47,4 +47,4 @@ As exitcode \fBx2goruncommand\fR always returns 0. x2gostartagent(8), x2goresume-session(8), x2gosuspend-session(8), x2goterminate-sessions(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gosessionlimit.8 b/x2goserver/man/man8/x2gosessionlimit.8 index 094695a..46a1325 100644 --- a/x2goserver/man/man8/x2gosessionlimit.8 +++ b/x2goserver/man/man8/x2gosessionlimit.8 @@ -18,4 +18,4 @@ x2gosessionlimit \fBx2gosessionlimit\fR is not yet documented as a man page... TODO! .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gosetkeyboard.8 b/x2goserver/man/man8/x2gosetkeyboard.8 index 1ea1312..54a6904 100644 --- a/x2goserver/man/man8/x2gosetkeyboard.8 +++ b/x2goserver/man/man8/x2gosetkeyboard.8 @@ -31,4 +31,4 @@ ${HOME}/.x2go/C-${X2GO_SESSION}/keyboard .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goshowblocks.8 b/x2goserver/man/man8/x2goshowblocks.8 index 9516b54..a7f779f 100644 --- a/x2goserver/man/man8/x2goshowblocks.8 +++ b/x2goserver/man/man8/x2goshowblocks.8 @@ -23,4 +23,4 @@ The \fBx2goshowblocks\fR must be run with root privileges. x2gomountdirs(8), x2goumount-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gostartagent.8 b/x2goserver/man/man8/x2gostartagent.8 index c8d99a5..6c59672 100644 --- a/x2goserver/man/man8/x2gostartagent.8 +++ b/x2goserver/man/man8/x2gostartagent.8 @@ -98,4 +98,4 @@ rfb-hextile, rfb-tight, rfb-tight-compressed x2goruncommand(8), x2goresume-session(8), x2gosuspend-session(8), x2goterminate-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2gosuspend-session.8 b/x2goserver/man/man8/x2gosuspend-session.8 index 760bd08..9787ae2 100644 --- a/x2goserver/man/man8/x2gosuspend-session.8 +++ b/x2goserver/man/man8/x2gosuspend-session.8 @@ -28,4 +28,4 @@ As exitcode \fBx2gosuspend-session\fR always returns 0. x2gostartagent(8), x2goruncommand(8), x2goresume-session(8), x2goterminate-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goterminate-session.8 b/x2goserver/man/man8/x2goterminate-session.8 index c92850d..6f02e4e 100644 --- a/x2goserver/man/man8/x2goterminate-session.8 +++ b/x2goserver/man/man8/x2goterminate-session.8 @@ -26,4 +26,4 @@ As exitcode \fBx2goterminate-session\fR always returns 0. x2gostartagent(8), x2goruncommand(8), x2goresume-session(8), x2gosuspend-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goumount-session.8 b/x2goserver/man/man8/x2goumount-session.8 index dc5311f..03b2eed 100644 --- a/x2goserver/man/man8/x2goumount-session.8 +++ b/x2goserver/man/man8/x2goumount-session.8 @@ -39,4 +39,4 @@ unmounting a shared folder a non-zero exit code is returned. x2gomountdirs(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/man/man8/x2goversion.8 b/x2goserver/man/man8/x2goversion.8 index ab04510..7cd6be6 100644 --- a/x2goserver/man/man8/x2goversion.8 +++ b/x2goserver/man/man8/x2goversion.8 @@ -35,4 +35,4 @@ As exitcode \fBx2goversion\fR always returns 0. .PP .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project -(http://www.x2go.org). +(https://www.x2go.org). diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 64d254b..c61e728 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # @@ -408,6 +408,6 @@ B<x2gocleansessions> must be run (as a service) with root privileges. =head1 AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -for the X2Go project (http://www.x2go.org). +for the X2Go project (https://www.x2go.org). =cut diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin index 308fe13..1e039db 100755 --- a/x2goserver/sbin/x2godbadmin +++ b/x2goserver/sbin/x2godbadmin @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> @@ -221,7 +221,7 @@ if ($Config->param("backend") eq 'sqlite') $sth->finish(); # undef $dbh should be preferred to $dbh->disconnect(), see - # http://www.perlmonks.org/?node_id=665714 + # https://www.perlmonks.org/?node_id=665714 undef $dbh; chmod(0770, "$dir"); chown('root',$pgid,"$dir"); diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index 06e6fb1..9d03ca6 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/sbin/x2goshowblocks b/x2goserver/sbin/x2goshowblocks index aaf5605..49d9060 100755 --- a/x2goserver/sbin/x2goshowblocks +++ b/x2goserver/sbin/x2goshowblocks @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # diff --git a/x2goserver/share/x2gofeature.d/x2goserver.features b/x2goserver/share/x2gofeature.d/x2goserver.features index d4b96b8..f5d6d0a 100755 --- a/x2goserver/share/x2gofeature.d/x2goserver.features +++ b/x2goserver/share/x2gofeature.d/x2goserver.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - https://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> # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 38933b8692709c24307e07b3cf96517d4f8ba22a Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 02:08:50 2018 +0100 misc: update Oleksandr's email address. --- X2Go/Config.pm | 2 +- X2Go/Log.pm | 2 +- X2Go/Server.pm | 2 +- X2Go/Server/Agent.pm | 2 +- X2Go/Server/Agent/NX.pm | 2 +- X2Go/Server/DB.pm | 2 +- X2Go/Server/DB/PostgreSQL.pm | 2 +- X2Go/Server/DB/SQLite3.pm | 2 +- X2Go/Utils.pm | 2 +- X2Go_in_progress_do_not_use/Server/DB/MySQL.pm | 2 +- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 12 ++++++------ debian/copyright.in | 12 ++++++------ .../lib/libx2go-server-db-sqlite3-wrapper.pl | 2 +- x2goserver-desktopsharing/bin/x2goresume-desktopsharing | 2 +- x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing | 2 +- x2goserver-desktopsharing/bin/x2goterminate-desktopsharing | 2 +- .../share/x2gofeature.d/x2goserver-desktopsharing.features | 2 +- x2goserver-extensions/bin/x2goserver-run-extensions | 2 +- .../share/x2gofeature.d/x2goserver-extensions.features | 2 +- x2goserver-fmbindings/bin/x2gofm | 2 +- .../share/x2go/x2gofeature.d/x2goserver-fmbindings.features | 2 +- x2goserver-printing/bin/x2goprint | 2 +- .../share/x2gofeature.d/x2goserver-printing.features | 2 +- .../share/x2gofeature.d/x2goserver-xsession.features | 2 +- x2goserver/bin/x2gocmdexitmessage | 2 +- x2goserver/bin/x2gofeature | 2 +- x2goserver/bin/x2gogetapps | 2 +- x2goserver/bin/x2gogetservers | 2 +- x2goserver/bin/x2golistdesktops | 2 +- x2goserver/bin/x2golistmounts | 2 +- x2goserver/bin/x2golistsessions | 2 +- x2goserver/bin/x2golistshadowsessions | 2 +- x2goserver/bin/x2gomountdirs | 2 +- x2goserver/bin/x2gopath | 2 +- x2goserver/bin/x2goresume-session | 2 +- x2goserver/bin/x2goruncommand | 2 +- x2goserver/bin/x2gosessionlimit | 2 +- x2goserver/bin/x2gosetkeyboard | 2 +- x2goserver/bin/x2gostartagent | 2 +- x2goserver/bin/x2gosuspend-session | 2 +- x2goserver/bin/x2goterminate-session | 2 +- x2goserver/bin/x2goumount-session | 2 +- x2goserver/bin/x2goversion | 2 +- x2goserver/lib/x2gochangestatus | 2 +- x2goserver/lib/x2gocreatesession | 2 +- x2goserver/lib/x2gocreateshadowsession | 2 +- x2goserver/lib/x2gogetagent | 2 +- x2goserver/lib/x2gogetagentstate | 2 +- x2goserver/lib/x2gogetdisplays | 2 +- x2goserver/lib/x2gogetports | 2 +- x2goserver/lib/x2gogetstatus | 2 +- x2goserver/lib/x2goinsertport | 2 +- x2goserver/lib/x2goinsertsession | 2 +- x2goserver/lib/x2goinsertshadowsession | 2 +- x2goserver/lib/x2golistsessions_sql | 2 +- x2goserver/lib/x2gologlevel | 2 +- x2goserver/lib/x2goresume | 2 +- x2goserver/lib/x2gormforward | 2 +- x2goserver/lib/x2gormport | 2 +- x2goserver/lib/x2gosuspend-agent | 2 +- x2goserver/lib/x2gosyslog | 2 +- x2goserver/sbin/x2gocleansessions | 2 +- x2goserver/sbin/x2godbadmin | 2 +- x2goserver/sbin/x2golistsessions_root | 2 +- x2goserver/sbin/x2goshowblocks | 2 +- x2goserver/share/x2gofeature.d/x2goserver.features | 2 +- 68 files changed, 78 insertions(+), 77 deletions(-) diff --git a/X2Go/Config.pm b/X2Go/Config.pm index 1ee4880..c4c115a 100644 --- a/X2Go/Config.pm +++ b/X2Go/Config.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Log.pm b/X2Go/Log.pm index b5ee017..11ce459 100644 --- a/X2Go/Log.pm +++ b/X2Go/Log.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Server.pm b/X2Go/Server.pm index d036877..95f312b 100644 --- a/X2Go/Server.pm +++ b/X2Go/Server.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 6e01116..feda710 100644 --- a/X2Go/Server/Agent.pm +++ b/X2Go/Server/Agent.pm @@ -1,5 +1,5 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index ed11d14..06fe610 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -1,5 +1,5 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm index 4e60776..0a6ecce 100644 --- a/X2Go/Server/DB.pm +++ b/X2Go/Server/DB.pm @@ -1,5 +1,5 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 9cf639e..b29a339 100644 --- a/X2Go/Server/DB/PostgreSQL.pm +++ b/X2Go/Server/DB/PostgreSQL.pm @@ -1,5 +1,5 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index ebb1ea9..3dc1853 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm index 060da3b..5fd1483 100644 --- a/X2Go/Utils.pm +++ b/X2Go/Utils.pm @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm index 67d5869..a06b437 100644 --- a/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm +++ b/X2Go_in_progress_do_not_use/Server/DB/MySQL.pm @@ -1,5 +1,5 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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/debian/changelog b/debian/changelog index a6643d0..dac3d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,6 +79,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium - misc: copyright updates, but for contributors who haven't been active or requested not to be bumped. - misc: switch to HTTPS-based URLs where appropriate. + - misc: update Oleksandr's email address. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/debian/control b/debian/control index 1f27e3f..fff5215 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: X2Go Developers <x2go-dev@lists.x2go.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, - Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, + Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>, Reinhard Tartler <siretart@tauware.de>, Mihai Moldovan <ionic@ionic.de>, Build-Depends: diff --git a/debian/copyright b/debian/copyright index 9682c43..dc72518 100644 --- a/debian/copyright +++ b/debian/copyright @@ -59,7 +59,7 @@ Files: X2Go/Config.pm x2goserver/sbin/x2goshowblocks x2goserver/share/x2gofeature.d/x2goserver.features Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2007-2018, X2Go Project - https://wiki.x2go.org License: GPL-2+ @@ -90,7 +90,7 @@ License: GPL-2+ Files: X2Go/Server.pm X2Go/Utils.pm Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2007-2018, X2Go Project - https://wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> @@ -101,7 +101,7 @@ Files: x2goserver-extensions/bin/x2goserver-run-extensions Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL-2+ Files: X2Go/SupeReNicer.pm @@ -115,7 +115,7 @@ Copyright: 2007-2018, X2Go Project - https://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-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL-2+ Files: libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c @@ -131,14 +131,14 @@ License: GPL-2+ Files: x2goserver-fmbindings/bin/x2gofm Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2012-2015, Milan Knížek <knizek.confy@gmail.com> - 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL-2+ Files: x2goserver-desktopsharing/bin/x2goresume-desktopsharing x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing x2goserver-desktopsharing/bin/x2goterminate-desktopsharing Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org - 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ diff --git a/debian/copyright.in b/debian/copyright.in index 48930db..47745ce 100644 --- a/debian/copyright.in +++ b/debian/copyright.in @@ -183,7 +183,7 @@ Files: X2Go/Config.pm x2goserver/sbin/x2goshowblocks x2goserver/share/x2gofeature.d/x2goserver.features Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2007-2018, X2Go Project - https://wiki.x2go.org License: GPL (v2 or later) FIXME @@ -215,7 +215,7 @@ Files: X2Go/Server/DB.pm X2Go_in_progress_do_not_use/Server/DB/MySQL.pm x2goserver/sbin/x2godbadmin Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2007-2018, X2Go Project - https://wiki.x2go.org 2017-2018, Walid Moghrabi <w.moghrabi@servicemagic.eu> 2018, Mihai Moldovan <ionic@ionic.de> @@ -225,7 +225,7 @@ License: GPL (v2 or later) Files: X2Go/Server.pm X2Go/Utils.pm Copyright: 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> 2007-2018, X2Go Project - https://wiki.x2go.org 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2013-2015, Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> @@ -237,7 +237,7 @@ Files: x2goserver-extensions/bin/x2goserver-run-extensions Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2011-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2011-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2011-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2011-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL (v2 or later) FIXME @@ -265,7 +265,7 @@ Copyright: 2007-2018, X2Go Project - https://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-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> License: GPL (v2 or later) FIXME @@ -284,7 +284,7 @@ License: GPL (v2 or later) Files: x2goserver-fmbindings/bin/x2gofm Copyright: 2007-2018, X2Go Project - https://wiki.x2go.org 2012-2015, Milan KnÞek <knizek.confy@gmail.com> - 2012-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2012-2018, Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 584a465..7e5aeb0 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,7 +1,7 @@ #!/usr/bin/perl -XU # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing index c2899b0..cdb8bf1 100755 --- a/x2goserver-desktopsharing/bin/x2goresume-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goresume-desktopsharing @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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> diff --git a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing index c07ca0d..e04bc24 100755 --- a/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2gosuspend-desktopsharing @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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> diff --git a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing index 0aac864..2a63b32 100755 --- a/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing +++ b/x2goserver-desktopsharing/bin/x2goterminate-desktopsharing @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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> diff --git a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features index 8b6a17e..3bcd5eb 100755 --- a/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features +++ b/x2goserver-desktopsharing/share/x2gofeature.d/x2goserver-desktopsharing.features @@ -17,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 eeeb511..cf185c2 100755 --- a/x2goserver-extensions/bin/x2goserver-run-extensions +++ b/x2goserver-extensions/bin/x2goserver-run-extensions @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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> # diff --git a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features index 481c2af..80f18f8 100755 --- a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features +++ b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index 3e75c3b..4dc0c06 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -2,7 +2,7 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2012-2015 Milan Knížek <knizek.confy@gmail.com> -# Copyright (C) 2012-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 6e1d256..9cad01e 100755 --- a/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features +++ b/x2goserver-fmbindings/share/x2go/x2gofeature.d/x2goserver-fmbindings.features @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index edbe9ed..9c0ce37 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features index 4641b6d..4d3bd89 100755 --- a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features +++ b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features index f63a180..0d26965 100755 --- a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features +++ b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gocmdexitmessage b/x2goserver/bin/x2gocmdexitmessage index 17e3e63..f4fcdd3 100755 --- a/x2goserver/bin/x2gocmdexitmessage +++ b/x2goserver/bin/x2gocmdexitmessage @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gofeature b/x2goserver/bin/x2gofeature index 6662b7d..6e72d74 100755 --- a/x2goserver/bin/x2gofeature +++ b/x2goserver/bin/x2gofeature @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gogetapps b/x2goserver/bin/x2gogetapps index 30b77c4..dee0a1e 100755 --- a/x2goserver/bin/x2gogetapps +++ b/x2goserver/bin/x2gogetapps @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gogetservers b/x2goserver/bin/x2gogetservers index 8b13c10..666cce3 100755 --- a/x2goserver/bin/x2gogetservers +++ b/x2goserver/bin/x2gogetservers @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index f5d78ce..cda122a 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2golistmounts b/x2goserver/bin/x2golistmounts index 3d50a4e..8271f46 100755 --- a/x2goserver/bin/x2golistmounts +++ b/x2goserver/bin/x2golistmounts @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index e698a41..89719a4 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions index cf162bc..08a6f86 100755 --- a/x2goserver/bin/x2golistshadowsessions +++ b/x2goserver/bin/x2golistshadowsessions @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index f670333..4fca100 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gopath b/x2goserver/bin/x2gopath index a6d0b44..eda166c 100755 --- a/x2goserver/bin/x2gopath +++ b/x2goserver/bin/x2gopath @@ -1,7 +1,7 @@ #!/bin/sh # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2012-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 8990e49..491618f 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index 10e9496..f25e772 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gosessionlimit b/x2goserver/bin/x2gosessionlimit index 39f9e48..f5bf969 100755 --- a/x2goserver/bin/x2gosessionlimit +++ b/x2goserver/bin/x2gosessionlimit @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard index 293fcce..3118cc5 100755 --- a/x2goserver/bin/x2gosetkeyboard +++ b/x2goserver/bin/x2gosetkeyboard @@ -2,7 +2,7 @@ # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index a7a813d..8dc6e16 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session index 3c7da6d..18fb4c6 100755 --- a/x2goserver/bin/x2gosuspend-session +++ b/x2goserver/bin/x2gosuspend-session @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index 0696b05..6412543 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index d3ecd45..e68bafb 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/bin/x2goversion b/x2goserver/bin/x2goversion index 0d79499..aa960a2 100755 --- a/x2goserver/bin/x2goversion +++ b/x2goserver/bin/x2goversion @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gochangestatus b/x2goserver/lib/x2gochangestatus index 8bf2e27..915ab0d 100755 --- a/x2goserver/lib/x2gochangestatus +++ b/x2goserver/lib/x2gochangestatus @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gocreatesession b/x2goserver/lib/x2gocreatesession index 6cab3f3..551c63c 100755 --- a/x2goserver/lib/x2gocreatesession +++ b/x2goserver/lib/x2gocreatesession @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gocreateshadowsession b/x2goserver/lib/x2gocreateshadowsession index 801ff0f..b3c15bc 100755 --- a/x2goserver/lib/x2gocreateshadowsession +++ b/x2goserver/lib/x2gocreateshadowsession @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent index a1180e7..37854ae 100755 --- a/x2goserver/lib/x2gogetagent +++ b/x2goserver/lib/x2gogetagent @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gogetagentstate b/x2goserver/lib/x2gogetagentstate index b27058d..aed0145 100755 --- a/x2goserver/lib/x2gogetagentstate +++ b/x2goserver/lib/x2gogetagentstate @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gogetdisplays b/x2goserver/lib/x2gogetdisplays index 4152b73..bd1bd25 100755 --- a/x2goserver/lib/x2gogetdisplays +++ b/x2goserver/lib/x2gogetdisplays @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gogetports b/x2goserver/lib/x2gogetports index 9b595ce..f009998 100755 --- a/x2goserver/lib/x2gogetports +++ b/x2goserver/lib/x2gogetports @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus index f95c636..9cc1032 100755 --- a/x2goserver/lib/x2gogetstatus +++ b/x2goserver/lib/x2gogetstatus @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2goinsertport b/x2goserver/lib/x2goinsertport index b642392..43bb0dc 100755 --- a/x2goserver/lib/x2goinsertport +++ b/x2goserver/lib/x2goinsertport @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2goinsertsession b/x2goserver/lib/x2goinsertsession index 309204e..9743a43 100755 --- a/x2goserver/lib/x2goinsertsession +++ b/x2goserver/lib/x2goinsertsession @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2goinsertshadowsession b/x2goserver/lib/x2goinsertshadowsession index 9ead196..8aad70f 100755 --- a/x2goserver/lib/x2goinsertshadowsession +++ b/x2goserver/lib/x2goinsertshadowsession @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql index c2976dc..fab464c 100755 --- a/x2goserver/lib/x2golistsessions_sql +++ b/x2goserver/lib/x2golistsessions_sql @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gologlevel b/x2goserver/lib/x2gologlevel index 9eb0918..e8fb18d 100755 --- a/x2goserver/lib/x2gologlevel +++ b/x2goserver/lib/x2gologlevel @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2goresume b/x2goserver/lib/x2goresume index c382e1d..14ac2ae 100755 --- a/x2goserver/lib/x2goresume +++ b/x2goserver/lib/x2goresume @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gormforward b/x2goserver/lib/x2gormforward index cdac829..66f37e0 100755 --- a/x2goserver/lib/x2gormforward +++ b/x2goserver/lib/x2gormforward @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gormport b/x2goserver/lib/x2gormport index 617876c..f382c31 100755 --- a/x2goserver/lib/x2gormport +++ b/x2goserver/lib/x2gormport @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gosuspend-agent b/x2goserver/lib/x2gosuspend-agent index 319ffc8..e15baa1 100755 --- a/x2goserver/lib/x2gosuspend-agent +++ b/x2goserver/lib/x2gosuspend-agent @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/lib/x2gosyslog b/x2goserver/lib/x2gosyslog index 81baea2..450480e 100755 --- a/x2goserver/lib/x2gosyslog +++ b/x2goserver/lib/x2gosyslog @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index c61e728..e78f677 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin index 1e039db..76043bb 100755 --- a/x2goserver/sbin/x2godbadmin +++ b/x2goserver/sbin/x2godbadmin @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index 9d03ca6..d4b4b1e 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/sbin/x2goshowblocks b/x2goserver/sbin/x2goshowblocks index 49d9060..2513972 100755 --- a/x2goserver/sbin/x2goshowblocks +++ b/x2goserver/sbin/x2goshowblocks @@ -1,7 +1,7 @@ #!/usr/bin/perl # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 diff --git a/x2goserver/share/x2gofeature.d/x2goserver.features b/x2goserver/share/x2gofeature.d/x2goserver.features index f5d6d0a..8995ac3 100755 --- a/x2goserver/share/x2gofeature.d/x2goserver.features +++ b/x2goserver/share/x2gofeature.d/x2goserver.features @@ -1,7 +1,7 @@ #!/bin/bash # Copyright (C) 2007-2018 X2Go Project - https://wiki.x2go.org -# Copyright (C) 2011-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2018 Oleksandr Shneyder <o.shneyder@phoca-gmbh.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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 7c2ace671b29f769668903682149e958cfc9392b Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 02:17:05 2018 +0100 misc manpages: pre-release date update. --- debian/changelog | 1 + x2goserver-common/man/man5/x2goserver.conf.5 | 2 +- x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 | 2 +- x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 | 2 +- x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 | 2 +- x2goserver-extensions/man/man8/x2goserver-run-extensions.8 | 2 +- x2goserver-fmbindings/man/man8/x2gofm.8 | 2 +- x2goserver-printing/man/man8/x2goprint.8 | 2 +- x2goserver/man/man5/x2goserver.conf.5 | 2 +- x2goserver/man/man8/x2gobasepath.8 | 2 +- x2goserver/man/man8/x2gocmdexitmessage.8 | 2 +- x2goserver/man/man8/x2godbadmin.8 | 2 +- x2goserver/man/man8/x2gofeature.8 | 2 +- x2goserver/man/man8/x2gofeaturelist.8 | 2 +- x2goserver/man/man8/x2gogetapps.8 | 2 +- x2goserver/man/man8/x2gogetservers.8 | 2 +- x2goserver/man/man8/x2golistdesktops.8 | 2 +- x2goserver/man/man8/x2golistmounts.8 | 2 +- x2goserver/man/man8/x2golistsessions.8 | 2 +- x2goserver/man/man8/x2golistsessions_root.8 | 2 +- x2goserver/man/man8/x2golistshadowsessions.8 | 2 +- x2goserver/man/man8/x2gomountdirs.8 | 2 +- x2goserver/man/man8/x2gopath.8 | 2 +- x2goserver/man/man8/x2goresume-session.8 | 2 +- x2goserver/man/man8/x2goruncommand.8 | 2 +- x2goserver/man/man8/x2gosessionlimit.8 | 2 +- x2goserver/man/man8/x2gosetkeyboard.8 | 2 +- x2goserver/man/man8/x2goshowblocks.8 | 2 +- x2goserver/man/man8/x2gostartagent.8 | 2 +- x2goserver/man/man8/x2gosuspend-session.8 | 2 +- x2goserver/man/man8/x2goterminate-session.8 | 2 +- x2goserver/man/man8/x2goumount-session.8 | 2 +- x2goserver/man/man8/x2goversion.8 | 2 +- 33 files changed, 33 insertions(+), 32 deletions(-) diff --git a/debian/changelog b/debian/changelog index dac3d85..c03f2eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -80,6 +80,7 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium requested not to be bumped. - misc: switch to HTTPS-based URLs where appropriate. - misc: update Oleksandr's email address. + - misc manpages: pre-release date update. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/x2goserver-common/man/man5/x2goserver.conf.5 b/x2goserver-common/man/man5/x2goserver.conf.5 index 1c1465a..7a1ae4a 100644 --- a/x2goserver-common/man/man5/x2goserver.conf.5 +++ b/x2goserver-common/man/man5/x2goserver.conf.5 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goserver.conf 5 "Aug 2018" "Version 4.1.0.3" "X2Go Server Configuration" +.TH x2goserver.conf 5 "Nov 2018" "Version 4.1.0.3" "X2Go Server Configuration" .SH NAME x2goserver.conf \- X2Go Server Main Configuration File .SH SYNOPSIS diff --git a/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 index 521c01d..0426cc1 100644 --- a/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2goresume-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goresume\-desktopsharing 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Script" +.TH x2goresume\-desktopsharing 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Script" .SH NAME x2goresume\-desktopsharing \- Resume Desktop Sharing Applet for a given X2Go Session .SH SYNOPSIS diff --git a/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 index 9e851e8..3fd73d5 100644 --- a/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2gosuspend-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gosuspend-desktopsharing 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Script" +.TH x2gosuspend-desktopsharing 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Script" .SH NAME x2gosuspend-desktopsharing \- Suspend Desktop Sharing for a given X2Go Session .SH SYNOPSIS diff --git a/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 b/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 index b0acb7d..42b78e6 100644 --- a/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 +++ b/x2goserver-desktopsharing/man/man8/x2goterminate-desktopsharing.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goterminate\-desktopsharing 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goterminate\-desktopsharing 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goterminate\-desktopsharing \- Cleanly Terminate Desktop Sharing for a given X2Go Session .SH SYNOPSIS diff --git a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 index d7e09a8..034fcb5 100644 --- a/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 +++ b/x2goserver-extensions/man/man8/x2goserver-run-extensions.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goserver-run-extensions 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goserver-run-extensions 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goserver-run-extensions \- Run X2Go Server Extensions .SH SYNOPSIS diff --git a/x2goserver-fmbindings/man/man8/x2gofm.8 b/x2goserver-fmbindings/man/man8/x2gofm.8 index e80f817..eee3bda 100644 --- a/x2goserver-fmbindings/man/man8/x2gofm.8 +++ b/x2goserver-fmbindings/man/man8/x2gofm.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gofm 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server" +.TH x2gofm 8 "Nox 2018" "Version 4.1.0.3" "X2Go Server" .SH NAME x2gofm \- X2Go wrapper for Browsing X2Go Shared Folders .SH SYNOPSIS diff --git a/x2goserver-printing/man/man8/x2goprint.8 b/x2goserver-printing/man/man8/x2goprint.8 index 5b3b566..59ebff2 100644 --- a/x2goserver-printing/man/man8/x2goprint.8 +++ b/x2goserver-printing/man/man8/x2goprint.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goprint 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goprint 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goprint \- Process X2Go Print Job .SH SYNOPSIS diff --git a/x2goserver/man/man5/x2goserver.conf.5 b/x2goserver/man/man5/x2goserver.conf.5 index 1c1465a..7a1ae4a 100644 --- a/x2goserver/man/man5/x2goserver.conf.5 +++ b/x2goserver/man/man5/x2goserver.conf.5 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goserver.conf 5 "Aug 2018" "Version 4.1.0.3" "X2Go Server Configuration" +.TH x2goserver.conf 5 "Nov 2018" "Version 4.1.0.3" "X2Go Server Configuration" .SH NAME x2goserver.conf \- X2Go Server Main Configuration File .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gobasepath.8 b/x2goserver/man/man8/x2gobasepath.8 index d66577d..9bf7ca0 100644 --- a/x2goserver/man/man8/x2gobasepath.8 +++ b/x2goserver/man/man8/x2gobasepath.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobasepath 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gobasepath 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gobasepath \- Detect Base Path of X2Go Server Installation .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gocmdexitmessage.8 b/x2goserver/man/man8/x2gocmdexitmessage.8 index 1bbb86e..740b672 100644 --- a/x2goserver/man/man8/x2gocmdexitmessage.8 +++ b/x2goserver/man/man8/x2gocmdexitmessage.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gocmdexitmessage 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gocmdexitmessage 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gocmdexitmessage \- Exit Message of X2Go Command .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2godbadmin.8 b/x2goserver/man/man8/x2godbadmin.8 index e25ad66..921abf3 100644 --- a/x2goserver/man/man8/x2godbadmin.8 +++ b/x2goserver/man/man8/x2godbadmin.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2godbadmin 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Admin Tool" +.TH x2godbadmin 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Admin Tool" .SH NAME x2godbadmin \- X2Go Server Database Administrator .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gofeature.8 b/x2goserver/man/man8/x2gofeature.8 index 6dd0945..1a6e4f9 100644 --- a/x2goserver/man/man8/x2gofeature.8 +++ b/x2goserver/man/man8/x2gofeature.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gofeature 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gofeature 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gofeature \- Query X2Go Feature Availability on X2Go Server .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gofeaturelist.8 b/x2goserver/man/man8/x2gofeaturelist.8 index 9633561..74b12b1 100644 --- a/x2goserver/man/man8/x2gofeaturelist.8 +++ b/x2goserver/man/man8/x2gofeaturelist.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gofeaturelist 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gofeaturelist 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gofeaturelist \- Query X2Go Feature List for X2Go Server .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gogetapps.8 b/x2goserver/man/man8/x2gogetapps.8 index a310544..c7a7d09 100644 --- a/x2goserver/man/man8/x2gogetapps.8 +++ b/x2goserver/man/man8/x2gogetapps.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gogetapps 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gogetapps 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gogetapps \- Generate list of Published Applications .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gogetservers.8 b/x2goserver/man/man8/x2gogetservers.8 index ba1e1dc..f4da29f 100644 --- a/x2goserver/man/man8/x2gogetservers.8 +++ b/x2goserver/man/man8/x2gogetservers.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gogetservers 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gogetservers 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gogetservers \- Retrieve list of available X2Go servers .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2golistdesktops.8 b/x2goserver/man/man8/x2golistdesktops.8 index 83567d4..fb512a1 100644 --- a/x2goserver/man/man8/x2golistdesktops.8 +++ b/x2goserver/man/man8/x2golistdesktops.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2golistdesktops 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2golistdesktops 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2golistdesktops \- List Available X Desktops .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2golistmounts.8 b/x2goserver/man/man8/x2golistmounts.8 index 86f31a3..25f23cc 100644 --- a/x2goserver/man/man8/x2golistmounts.8 +++ b/x2goserver/man/man8/x2golistmounts.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2golistmounts 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2golistmounts 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2golistmounts \- List Mounted Shares for an X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2golistsessions.8 b/x2goserver/man/man8/x2golistsessions.8 index 15bdc79..4997b46 100644 --- a/x2goserver/man/man8/x2golistsessions.8 +++ b/x2goserver/man/man8/x2golistsessions.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2golistsessions 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2golistsessions 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2golistsessions \- List Available X2Go Sessions for User .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2golistsessions_root.8 b/x2goserver/man/man8/x2golistsessions_root.8 index ccb2b8f..72df648 100644 --- a/x2goserver/man/man8/x2golistsessions_root.8 +++ b/x2goserver/man/man8/x2golistsessions_root.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2golistsessions_root 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Admin Tool" +.TH x2golistsessions_root 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Admin Tool" .SH NAME x2golistsessions_root \- List X2Go Sessions for System .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2golistshadowsessions.8 b/x2goserver/man/man8/x2golistshadowsessions.8 index 943c1db..3ee8d6d 100644 --- a/x2goserver/man/man8/x2golistshadowsessions.8 +++ b/x2goserver/man/man8/x2golistshadowsessions.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2golistshadowsessions 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2golistshadowsessions 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2golistshadowsessions \- List Available X2Go Shadow Sessions for User .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gomountdirs.8 b/x2goserver/man/man8/x2gomountdirs.8 index 72c718b..e4288a4 100644 --- a/x2goserver/man/man8/x2gomountdirs.8 +++ b/x2goserver/man/man8/x2gomountdirs.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gomountdirs 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gomountdirs 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gomountdirs \- Share Client-Side Folder with X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gopath.8 b/x2goserver/man/man8/x2gopath.8 index 9269044..05a612c 100644 --- a/x2goserver/man/man8/x2gopath.8 +++ b/x2goserver/man/man8/x2gopath.8 @@ -1,4 +1,4 @@ -.TH x2gopath 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gopath 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH Name .PP x2gopath - Show X2Go Server installation paths diff --git a/x2goserver/man/man8/x2goresume-session.8 b/x2goserver/man/man8/x2goresume-session.8 index f4e9aa1..0c8dae7 100644 --- a/x2goserver/man/man8/x2goresume-session.8 +++ b/x2goserver/man/man8/x2goresume-session.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goresume-session 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goresume-session 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goresume-session \- Resume X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2goruncommand.8 b/x2goserver/man/man8/x2goruncommand.8 index 46d8ae2..e86a87f 100644 --- a/x2goserver/man/man8/x2goruncommand.8 +++ b/x2goserver/man/man8/x2goruncommand.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goruncommand 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goruncommand 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goruncommand \- Launch Command inside an X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gosessionlimit.8 b/x2goserver/man/man8/x2gosessionlimit.8 index 46a1325..95240bf 100644 --- a/x2goserver/man/man8/x2gosessionlimit.8 +++ b/x2goserver/man/man8/x2gosessionlimit.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gosessionlimit 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gosessionlimit 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gosessionlimit \- Detect Session Limit for User or Group .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gosetkeyboard.8 b/x2goserver/man/man8/x2gosetkeyboard.8 index 54a6904..a431cd8 100644 --- a/x2goserver/man/man8/x2gosetkeyboard.8 +++ b/x2goserver/man/man8/x2gosetkeyboard.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gosetkeyboard 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool (PyHoca)" +.TH x2gosetkeyboard 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool (PyHoca)" .SH NAME x2gosetkeyboard \- Allow server-side Keyboard Setting Updates issued by X2Go Client .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2goshowblocks.8 b/x2goserver/man/man8/x2goshowblocks.8 index a7f779f..9e5bb39 100644 --- a/x2goserver/man/man8/x2goshowblocks.8 +++ b/x2goserver/man/man8/x2goshowblocks.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goshowblocks 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goshowblocks 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goshowblocks \- Show X2Go-Mounted Block Devices .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gostartagent.8 b/x2goserver/man/man8/x2gostartagent.8 index 6c59672..53714cc 100644 --- a/x2goserver/man/man8/x2gostartagent.8 +++ b/x2goserver/man/man8/x2gostartagent.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gostartagent 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gostartagent 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gostartagent \- Start a New X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2gosuspend-session.8 b/x2goserver/man/man8/x2gosuspend-session.8 index 9787ae2..64f4758 100644 --- a/x2goserver/man/man8/x2gosuspend-session.8 +++ b/x2goserver/man/man8/x2gosuspend-session.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gosuspend-session 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2gosuspend-session 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2gosuspend-session \- Suspend an X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2goterminate-session.8 b/x2goserver/man/man8/x2goterminate-session.8 index 6f02e4e..b648146 100644 --- a/x2goserver/man/man8/x2goterminate-session.8 +++ b/x2goserver/man/man8/x2goterminate-session.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goterminate-session 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goterminate-session 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goterminate-session \- Terminate an X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2goumount-session.8 b/x2goserver/man/man8/x2goumount-session.8 index 03b2eed..55799b1 100644 --- a/x2goserver/man/man8/x2goumount-session.8 +++ b/x2goserver/man/man8/x2goumount-session.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goumount-session 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goumount-session 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goumount-session \- Unshare mounted Folders from X2Go Session .SH SYNOPSIS diff --git a/x2goserver/man/man8/x2goversion.8 b/x2goserver/man/man8/x2goversion.8 index 7cd6be6..5ea56ad 100644 --- a/x2goserver/man/man8/x2goversion.8 +++ b/x2goserver/man/man8/x2goversion.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2goversion 8 "Aug 2018" "Version 4.1.0.3" "X2Go Server Tool" +.TH x2goversion 8 "Nov 2018" "Version 4.1.0.3" "X2Go Server Tool" .SH NAME x2goversion \- Retrieve Code Versions of X2Go Server Components .SH SYNOPSIS -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit d44ab9c2302a4d5eb8aa1ad0ff02e28f4bfc8cfa Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 29 02:22:25 2018 +0100 libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp wrapper, alike to what was done in x2gobroker. --- debian/changelog | 2 ++ .../src/libx2go-server-db-sqlite3-wrapper.c | 23 ++++++++++++++++++---- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c03f2eb..c377869 100644 --- a/debian/changelog +++ b/debian/changelog @@ -81,6 +81,8 @@ x2goserver (4.1.0.3-0x2go1) UNRELEASED; urgency=medium - misc: switch to HTTPS-based URLs where appropriate. - misc: update Oleksandr's email address. - misc manpages: pre-release date update. + - libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c: revamp + wrapper, alike to what was done in x2gobroker. * x2goserver.spec: + Pull in openSUSE-release manually on OpenSuSE Tumbleweed to work around a bug. diff --git a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c index 2016833..d7351a7 100644 --- a/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c +++ b/libx2go-server-db-perl/src/libx2go-server-db-sqlite3-wrapper.c @@ -21,13 +21,28 @@ */ #include <unistd.h> +#include <stdlib.h> +#include <errno.h> +#include <stdio.h> +#include <string.h> -int main( int argc, char *argv[] ) { - - char x2gosqlitewrapper[] = TRUSTED_BINARY; +int main(int argc, char **argv) { + const char *x2gosqlitewrapper = TRUSTED_BINARY; argv[0] = "libx2go-server-db-sqlite3-wrapper.pl"; // execute the script, running with user-rights of this binary - return execv(x2gosqlitewrapper, argv); + int ret = execv(x2gosqlitewrapper, argv); + int saved_errno = errno; + + if (ret) { + fprintf (stderr, "unable to execute script '"); + fprintf (stderr, "%s", TRUSTED_BINARY); + fprintf (stderr, "': "); + fprintf (stderr, "%s", strerror (saved_errno)); + + return (EXIT_FAILURE); + } + /* Should not be reached. */ + return (EXIT_SUCCESS); } -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git