The branch, master has been updated via 0d06c86bfa42500ba353b39abc4385cd720a1700 (commit) from 80085fe20087941b552abc54bed6fcae1eb50029 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0d06c86bfa42500ba353b39abc4385cd720a1700 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jan 7 16:08:20 2014 +0100 happy new year ----------------------------------------------------------------------- Summary of changes: 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 | 6 +++--- X2Go/Utils.pm | 10 +++++----- debian/copyright | 8 ++++---- .../lib/libx2go-server-db-sqlite3-wrapper.pl | 6 +++--- .../src/libx2go-server-db-sqlite3-wrapper.c | 4 ++-- .../bin/x2goserver-run-extensions | 8 ++++---- .../x2gofeature.d/x2goserver-extensions.features | 6 +++--- x2goserver-fmbindings/bin/x2gofm | 6 +++--- x2goserver-printing/bin/x2goprint | 6 +++--- .../x2gofeature.d/x2goserver-printing.features | 6 +++--- .../x2gofeature.d/x2goserver-xsession.features | 6 +++--- x2goserver.spec | 2 +- x2goserver/bin/x2gocmdexitmessage | 6 +++--- x2goserver/bin/x2gofeature | 6 +++--- x2goserver/bin/x2gofeaturelist | 4 ++-- 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 | 10 +++++----- x2goserver/bin/x2goresume-session | 6 +++--- x2goserver/bin/x2goruncommand | 6 +++--- x2goserver/bin/x2gosessionlimit | 6 +++--- x2goserver/bin/x2gosetkeyboard | 8 ++++---- 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/x2gogetdisplays | 6 +++--- x2goserver/lib/x2gogetports | 6 +++--- x2goserver/lib/x2gogetstatus | 6 +++--- x2goserver/lib/x2goinsertport | 6 +++--- x2goserver/lib/x2goinsertsession | 6 +++--- x2goserver/lib/x2goinsertshadowsession | 6 +++--- x2goserver/lib/x2golistsessions_sql | 6 +++--- x2goserver/lib/x2gologlevel | 6 +++--- x2goserver/lib/x2goresume | 6 +++--- x2goserver/lib/x2gormport | 6 +++--- x2goserver/lib/x2gosuspend-agent | 6 +++--- x2goserver/lib/x2gosyslog | 6 +++--- x2goserver/sbin/x2gocleansessions | 6 +++--- x2goserver/sbin/x2godbadmin | 6 +++--- x2goserver/sbin/x2golistsessions_root | 6 +++--- x2goserver/sbin/x2goshowblocks | 6 +++--- x2goserver/share/x2gofeature.d/x2goserver.features | 6 +++--- 61 files changed, 186 insertions(+), 186 deletions(-) The diff of changes is: diff --git a/X2Go/Config.pm b/X2Go/Config.pm index d058753..6aa8f21 100644 --- a/X2Go/Config.pm +++ b/X2Go/Config.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Config; diff --git a/X2Go/Log.pm b/X2Go/Log.pm index e4b9281..826d4ad 100644 --- a/X2Go/Log.pm +++ b/X2Go/Log.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Log; diff --git a/X2Go/Server.pm b/X2Go/Server.pm index bbbbdf0..ac47d4e 100644 --- a/X2Go/Server.pm +++ b/X2Go/Server.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server; diff --git a/X2Go/Server/Agent.pm b/X2Go/Server/Agent.pm index 8e9b00f..b6fb14d 100644 --- a/X2Go/Server/Agent.pm +++ b/X2Go/Server/Agent.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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 @@ -15,8 +15,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server::Agent; diff --git a/X2Go/Server/Agent/NX.pm b/X2Go/Server/Agent/NX.pm index c696919..3dd9a0d 100644 --- a/X2Go/Server/Agent/NX.pm +++ b/X2Go/Server/Agent/NX.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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 @@ -15,8 +15,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server::Agent; diff --git a/X2Go/Server/DB.pm b/X2Go/Server/DB.pm index bf00fb1..274d54b 100644 --- a/X2Go/Server/DB.pm +++ b/X2Go/Server/DB.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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 @@ -15,8 +15,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server::DB; diff --git a/X2Go/Server/DB/PostgreSQL.pm b/X2Go/Server/DB/PostgreSQL.pm index e500791..880fbac 100644 --- a/X2Go/Server/DB/PostgreSQL.pm +++ b/X2Go/Server/DB/PostgreSQL.pm @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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 @@ -15,8 +15,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server::DB::PostgreSQL; diff --git a/X2Go/Server/DB/SQLite3.pm b/X2Go/Server/DB/SQLite3.pm index e1d2a50..15125a9 100644 --- a/X2Go/Server/DB/SQLite3.pm +++ b/X2Go/Server/DB/SQLite3.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> package X2Go::Server::DB::SQLite3; diff --git a/X2Go/SupeReNicer.pm b/X2Go/SupeReNicer.pm index afda624..64ae0dc 100644 --- a/X2Go/SupeReNicer.pm +++ b/X2Go/SupeReNicer.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2013-2014 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) 2013 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> -# Copyright (C) 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2013-2014 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> +# Copyright (C) 2013-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> package X2Go::SupeReNicer; diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm index 9da44f4..a9afe19 100644 --- a/X2Go/Utils.pm +++ b/X2Go/Utils.pm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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,10 +17,10 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2013 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> -# Copyright (C) 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2013-2014 Guangzhou Nianguan Electronics Technology Co.Ltd. <opensource@gznianguan.com> +# Copyright (C) 2013-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> package X2Go::Utils; diff --git a/debian/copyright b/debian/copyright index 2871fda..741423e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,7 +3,7 @@ Upstream Authors: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Heinz-M. Graesing <heinz-m.graesing@obviously-nice.de> -Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +Copyright (C) 2007-2014 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 @@ -20,10 +20,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. -Copyright (C) 2007-2013 Oleksandr Shneyder +Copyright (C) 2007-2014 Oleksandr Shneyder oleksandr.shneyder@obviously-nice.de -Copyright (C) 2007-2013 Heinz-Markus Graesing +Copyright (C) 2007-2014 Heinz-Markus Graesing heinz-m.graesing@obviously-nice.de Upstream contributors to x2goserver-extensions: @@ -35,5 +35,5 @@ Mike Gabriel <mike.gabriel@das-netzwerkteam.de>: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. -The Debian packaging is (C) 2007-2013, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> and +The Debian packaging is (C) 2007-2014, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> and is licensed under the GPL, see above. 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 b89cde3..9184dba 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-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Switch; 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 2acc0e7..fd03268 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,7 +1,7 @@ /* * This file is part of the X2Go Project - http://www.x2go.org - * Copyright (C) 2011-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - * Copyright (C) 2011-2013 Moritz 'Morty' Strübe <morty@gmx.net> + * Copyright (C) 2011-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2011-2014 Moritz 'Morty' Strübe <morty@gmx.net> * * 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 e003fd6..2855425 100755 --- a/x2goserver-extensions/bin/x2goserver-run-extensions +++ b/x2goserver-extensions/bin/x2goserver-run-extensions @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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,9 +17,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2011-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> set -e diff --git a/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features b/x2goserver-extensions/share/x2gofeature.d/x2goserver-extensions.features index 10a9795..cdd4d42 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-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver-fmbindings/bin/x2gofm b/x2goserver-fmbindings/bin/x2gofm index 7666d8c..8434db1 100755 --- a/x2goserver-fmbindings/bin/x2gofm +++ b/x2goserver-fmbindings/bin/x2gofm @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2012-2013 Milan Knížek <knizek.confy@gmail.com> -# Copyright (C) 2012-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2014 Milan Knížek <knizek.confy@gmail.com> +# Copyright (C) 2012-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> use strict; diff --git a/x2goserver-printing/bin/x2goprint b/x2goserver-printing/bin/x2goprint index 779bc6d..647d842 100755 --- a/x2goserver-printing/bin/x2goprint +++ b/x2goserver-printing/bin/x2goprint @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use File::Basename; diff --git a/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features b/x2goserver-printing/share/x2gofeature.d/x2goserver-printing.features index faebdd6..6de5084 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-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features b/x2goserver-xsession/share/x2gofeature.d/x2goserver-xsession.features index e88bbbf..d91c852 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-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver.spec b/x2goserver.spec index 1d0928a..13fb795 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -10,7 +10,7 @@ URL: http://www.x2go.org Source0: http://code.x2go.org/releases/source/%{name}/%{name}-%{version}.tar.gz # git clone git://code.x2go.org/x2goserver # cd x2goserver -# git archive --prefix=x2goserver-4.1.0.0-20130722git65169c9/ 65169c9d65b117802e50631be0bbd719163d969e | gzip > ../x2goserver-4.1.0.0-20130722git65169c9.tar.gz +# git archive --prefix=x2goserver-4.1.0.0-20140722git65169c9/ 65169c9d65b117802e50631be0bbd719163d969e | gzip > ../x2goserver-4.1.0.0-20140722git65169c9.tar.gz #Source0: %{name}/%{name}-%{version}-%{checkout}.tar.gz Source1: x2goserver.service Source2: x2goserver.init diff --git a/x2goserver/bin/x2gocmdexitmessage b/x2goserver/bin/x2gocmdexitmessage index b5a2170..f55ba17 100755 --- a/x2goserver/bin/x2gocmdexitmessage +++ b/x2goserver/bin/x2gocmdexitmessage @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; X2GO_ROOT="${HOME}/.x2go" diff --git a/x2goserver/bin/x2gofeature b/x2goserver/bin/x2gofeature index ab0e848..2cc9af8 100755 --- a/x2goserver/bin/x2gofeature +++ b/x2goserver/bin/x2gofeature @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> [ -z $1 ] && { echo usage: "$(basename $0) <X2GO_FEATURE_NAME>"; exit -2; } diff --git a/x2goserver/bin/x2gofeaturelist b/x2goserver/bin/x2gofeaturelist index 9c74960..a6f0d4a 100755 --- a/x2goserver/bin/x2gofeaturelist +++ b/x2goserver/bin/x2gofeaturelist @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> X2GO_LIB_PATH="$(x2gopath libexec)"; X2GO_SHARE_PATH="$(x2gopath share)"; diff --git a/x2goserver/bin/x2gogetapps b/x2goserver/bin/x2gogetapps index 39cafa2..1e12ae9 100755 --- a/x2goserver/bin/x2gogetapps +++ b/x2goserver/bin/x2gogetapps @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/bin/x2gogetservers b/x2goserver/bin/x2gogetservers index 5f19025..5171e58 100755 --- a/x2goserver/bin/x2gogetservers +++ b/x2goserver/bin/x2gogetservers @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/bin/x2golistdesktops b/x2goserver/bin/x2golistdesktops index 44cc1f9..f600885 100755 --- a/x2goserver/bin/x2golistdesktops +++ b/x2goserver/bin/x2golistdesktops @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Hostname; diff --git a/x2goserver/bin/x2golistmounts b/x2goserver/bin/x2golistmounts index 2262a80..56d3f5f 100755 --- a/x2goserver/bin/x2golistmounts +++ b/x2goserver/bin/x2golistmounts @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/bin/x2golistsessions b/x2goserver/bin/x2golistsessions index 1b8b6fc..e3900b0 100755 --- a/x2goserver/bin/x2golistsessions +++ b/x2goserver/bin/x2golistsessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Hostname; diff --git a/x2goserver/bin/x2golistshadowsessions b/x2goserver/bin/x2golistshadowsessions index c24873d..2f36f26 100755 --- a/x2goserver/bin/x2golistshadowsessions +++ b/x2goserver/bin/x2golistshadowsessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Hostname; diff --git a/x2goserver/bin/x2gomountdirs b/x2goserver/bin/x2gomountdirs index a921460..e17fc84 100755 --- a/x2goserver/bin/x2gomountdirs +++ b/x2goserver/bin/x2gomountdirs @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/bin/x2gopath b/x2goserver/bin/x2gopath index 9647836..f6d686a 100755 --- a/x2goserver/bin/x2gopath +++ b/x2goserver/bin/x2gopath @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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,10 +17,10 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2012-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2012-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2012-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2012-2013 Jan Engelhard <jengelh@inai.de> +# Copyright (C) 2012-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2012-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2012-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2014 Jan Engelhard <jengelh@inai.de> base="${0%/*}"; if test "$base" = "$0"; then diff --git a/x2goserver/bin/x2goresume-session b/x2goserver/bin/x2goresume-session index a513631..77a7459 100755 --- a/x2goserver/bin/x2goresume-session +++ b/x2goserver/bin/x2goresume-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> SESSION_NAME="$1" X2GO_GEOMETRY="$2" diff --git a/x2goserver/bin/x2goruncommand b/x2goserver/bin/x2goruncommand index e5f52a1..73c23dc 100755 --- a/x2goserver/bin/x2goruncommand +++ b/x2goserver/bin/x2goruncommand @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> DISPLAY=":$1" X2GO_AGENT_PID="$2" diff --git a/x2goserver/bin/x2gosessionlimit b/x2goserver/bin/x2gosessionlimit index 4f5217e..077b5e0 100755 --- a/x2goserver/bin/x2gosessionlimit +++ b/x2goserver/bin/x2gosessionlimit @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/bin/x2gosetkeyboard b/x2goserver/bin/x2gosetkeyboard index 7c2a6ee..66591a2 100755 --- a/x2goserver/bin/x2gosetkeyboard +++ b/x2goserver/bin/x2gosetkeyboard @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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,9 +17,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011-2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2011-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver/bin/x2gostartagent b/x2goserver/bin/x2gostartagent index 820b5c4..b897ee7 100755 --- a/x2goserver/bin/x2gostartagent +++ b/x2goserver/bin/x2gostartagent @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver/bin/x2gosuspend-session b/x2goserver/bin/x2gosuspend-session index 60d913b..bb7f4ae 100755 --- a/x2goserver/bin/x2gosuspend-session +++ b/x2goserver/bin/x2gosuspend-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> usage() { echo "$(basename $0): needs <X2GO-SESSION> as first argument. Alternatively, you can set \$X2GO_SESSION with the correct session name" 1>&2 diff --git a/x2goserver/bin/x2goterminate-session b/x2goserver/bin/x2goterminate-session index 190c55f..dc87682 100755 --- a/x2goserver/bin/x2goterminate-session +++ b/x2goserver/bin/x2goterminate-session @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> usage() { echo "$(basename $0): needs <X2GO-SESSION> as first argument. Alternatively, you can set \$X2GO_SESSION with the correct session name" 1>&2 diff --git a/x2goserver/bin/x2goumount-session b/x2goserver/bin/x2goumount-session index b7218c0..d3e30b8 100755 --- a/x2goserver/bin/x2goumount-session +++ b/x2goserver/bin/x2goumount-session @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Hostname; diff --git a/x2goserver/bin/x2goversion b/x2goserver/bin/x2goversion index b948d87..468aa0d 100755 --- a/x2goserver/bin/x2goversion +++ b/x2goserver/bin/x2goversion @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; diff --git a/x2goserver/lib/x2gochangestatus b/x2goserver/lib/x2gochangestatus index 1d2c01e..07f6c29 100755 --- a/x2goserver/lib/x2gochangestatus +++ b/x2goserver/lib/x2gochangestatus @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gocreatesession b/x2goserver/lib/x2gocreatesession index 27d3d2d..51e422c 100755 --- a/x2goserver/lib/x2gocreatesession +++ b/x2goserver/lib/x2gocreatesession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gocreateshadowsession b/x2goserver/lib/x2gocreateshadowsession index 7149b81..b6e6e24 100755 --- a/x2goserver/lib/x2gocreateshadowsession +++ b/x2goserver/lib/x2gocreateshadowsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gogetagent b/x2goserver/lib/x2gogetagent index 90169bb..804dfe2 100755 --- a/x2goserver/lib/x2gogetagent +++ b/x2goserver/lib/x2gogetagent @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gogetdisplays b/x2goserver/lib/x2gogetdisplays index 44e66c9..671fc04 100755 --- a/x2goserver/lib/x2gogetdisplays +++ b/x2goserver/lib/x2gogetdisplays @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gogetports b/x2goserver/lib/x2gogetports index 33d3428..0f57729 100755 --- a/x2goserver/lib/x2gogetports +++ b/x2goserver/lib/x2gogetports @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gogetstatus b/x2goserver/lib/x2gogetstatus index 98072b0..25f53db 100755 --- a/x2goserver/lib/x2gogetstatus +++ b/x2goserver/lib/x2gogetstatus @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2goinsertport b/x2goserver/lib/x2goinsertport index 4019675..c4d647d 100755 --- a/x2goserver/lib/x2goinsertport +++ b/x2goserver/lib/x2goinsertport @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2goinsertsession b/x2goserver/lib/x2goinsertsession index 94deece..c2dbc6b 100755 --- a/x2goserver/lib/x2goinsertsession +++ b/x2goserver/lib/x2goinsertsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2goinsertshadowsession b/x2goserver/lib/x2goinsertshadowsession index 44cc336..e28a7fb 100755 --- a/x2goserver/lib/x2goinsertshadowsession +++ b/x2goserver/lib/x2goinsertshadowsession @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2golistsessions_sql b/x2goserver/lib/x2golistsessions_sql index 3a2d029..23b4724 100755 --- a/x2goserver/lib/x2golistsessions_sql +++ b/x2goserver/lib/x2golistsessions_sql @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gologlevel b/x2goserver/lib/x2gologlevel index 7bc1c2f..5542771 100755 --- a/x2goserver/lib/x2gologlevel +++ b/x2goserver/lib/x2gologlevel @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; diff --git a/x2goserver/lib/x2goresume b/x2goserver/lib/x2goresume index 7111896..5157cc3 100755 --- a/x2goserver/lib/x2goresume +++ b/x2goserver/lib/x2goresume @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gormport b/x2goserver/lib/x2gormport index 53ac3b2..1e37986 100755 --- a/x2goserver/lib/x2gormport +++ b/x2goserver/lib/x2gormport @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gosuspend-agent b/x2goserver/lib/x2gosuspend-agent index 21cdc0c..5c36fbe 100755 --- a/x2goserver/lib/x2gosuspend-agent +++ b/x2goserver/lib/x2gosuspend-agent @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/lib/x2gosyslog b/x2goserver/lib/x2gosyslog index b6451d5..37a0167 100755 --- a/x2goserver/lib/x2gosyslog +++ b/x2goserver/lib/x2gosyslog @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/sbin/x2gocleansessions b/x2goserver/sbin/x2gocleansessions index 8480a15..1203aa0 100755 --- a/x2goserver/sbin/x2gocleansessions +++ b/x2goserver/sbin/x2gocleansessions @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; diff --git a/x2goserver/sbin/x2godbadmin b/x2goserver/sbin/x2godbadmin index a31bf51..537ff8c 100755 --- a/x2goserver/sbin/x2godbadmin +++ b/x2goserver/sbin/x2godbadmin @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/sbin/x2golistsessions_root b/x2goserver/sbin/x2golistsessions_root index ce8c786..f9b0d57 100755 --- a/x2goserver/sbin/x2golistsessions_root +++ b/x2goserver/sbin/x2golistsessions_root @@ -1,5 +1,5 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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 @@ -16,8 +16,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Hostname; diff --git a/x2goserver/sbin/x2goshowblocks b/x2goserver/sbin/x2goshowblocks index 482f4e6..9913251 100755 --- a/x2goserver/sbin/x2goshowblocks +++ b/x2goserver/sbin/x2goshowblocks @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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) 2007-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> use strict; use Sys::Syslog qw( :standard :macros ); diff --git a/x2goserver/share/x2gofeature.d/x2goserver.features b/x2goserver/share/x2gofeature.d/x2goserver.features index b910024..bfb82b8 100755 --- a/x2goserver/share/x2gofeature.d/x2goserver.features +++ b/x2goserver/share/x2gofeature.d/x2goserver.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2014 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-2013 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011-2013 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2014 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2014 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH="$(x2gopath libexec)"; hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).