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