This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2godesktopsharing. commit 06187215b18bfe8dc4ffaf44d6f72d6c552513f2 Author: Mihai Moldovan <ionic@ionic.de> Date: Fri Jan 9 02:31:09 2015 +0100 common: update copyright notices, whitespace fixes. Happy new year! --- accessaction.cpp | 2 +- accessaction.h | 2 +- bin/x2goresume-desktopsharing | 10 +++++----- bin/x2gosuspend-desktopsharing | 10 +++++----- bin/x2goterminate-desktopsharing | 10 +++++----- debian/copyright | 6 +++--- listdialog.cpp | 4 ++-- main.cpp | 4 ++-- messagebox.cpp | 2 +- messagebox.h | 2 +- share/x2gofeature.d/x2godesktopsharing.features | 6 +++--- sharetray.cpp | 2 +- sharetray.h | 2 +- simplelocalsocket.cpp | 2 +- simplelocalsocket.h | 2 +- 15 files changed, 33 insertions(+), 33 deletions(-) diff --git a/accessaction.cpp b/accessaction.cpp index 16b16b8..55bca8c 100644 --- a/accessaction.cpp +++ b/accessaction.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/accessaction.h b/accessaction.h index 2390e67..0f8f5cb 100644 --- a/accessaction.h +++ b/accessaction.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/bin/x2goresume-desktopsharing b/bin/x2goresume-desktopsharing index 4060d80..8f743ad 100755 --- a/bin/x2goresume-desktopsharing +++ b/bin/x2goresume-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 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,13 +17,13 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2011 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ $# -eq 1 ]; then SESSION_NAME=$1 -else +else SESSION_NAME=$X2GO_SESSION fi diff --git a/bin/x2gosuspend-desktopsharing b/bin/x2gosuspend-desktopsharing index 37dafb0..2d36cbd 100755 --- a/bin/x2gosuspend-desktopsharing +++ b/bin/x2gosuspend-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 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,13 +17,13 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2011 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ $# -eq 1 ]; then SESSION_NAME=$1 -else +else SESSION_NAME=$X2GO_SESSION fi diff --git a/bin/x2goterminate-desktopsharing b/bin/x2goterminate-desktopsharing index 2c5c8e4..ebea05d 100755 --- a/bin/x2goterminate-desktopsharing +++ b/bin/x2goterminate-desktopsharing @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 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,13 +17,13 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2011 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> if [ $# -eq 1 ]; then SESSION_NAME=$1 -else +else SESSION_NAME=$X2GO_SESSION fi diff --git a/debian/copyright b/debian/copyright index f2a18b9..d18c933 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from www.obviously-nice.de Upstream Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -Copyright (C) 2007-2011 obviously nice - http://www.obviouslynice.de +Copyright (C) 2007-2015 obviously nice - http://www.obviouslynice.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 @@ -22,13 +22,13 @@ 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-2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Heinz-M. Graesing <heinz-m.graesing@obviously-nice.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-2011, +The Debian packaging is (C) 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> and is licensed under the GPL, see above. diff --git a/listdialog.cpp b/listdialog.cpp index 8fb6aef..e582ab0 100644 --- a/listdialog.cpp +++ b/listdialog.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // @@ -53,7 +53,7 @@ QStringList ListDialog::getList() QStringList lst; for (int i=box->count()-1;i>=0;--i) { - lst<<box->item(i)->text(); + lst<<box->item(i)->text(); } return lst; diff --git a/main.cpp b/main.cpp index 309290a..4ae271d 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (C) 2009 by Oleksandr Shneyder * - * oleksandr.shneyder@obviously-nice.de * + * Copyright (C) 2009-2015 by Oleksandr Shneyder * + * oleksandr.shneyder@obviously-nice.de * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/messagebox.cpp b/messagebox.cpp index 083f4c7..60e0075 100644 --- a/messagebox.cpp +++ b/messagebox.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/messagebox.h b/messagebox.h index c137853..a77ad1f 100644 --- a/messagebox.h +++ b/messagebox.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/share/x2gofeature.d/x2godesktopsharing.features b/share/x2gofeature.d/x2godesktopsharing.features index 87ab058..94cc456 100755 --- a/share/x2gofeature.d/x2godesktopsharing.features +++ b/share/x2gofeature.d/x2godesktopsharing.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2011 X2go Project - http://wiki.x2go.org +# Copyright (C) 2007-2015 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 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2011-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> X2GO_LIB_PATH=`x2gopath libexec` diff --git a/sharetray.cpp b/sharetray.cpp index 1879432..6548ca4 100644 --- a/sharetray.cpp +++ b/sharetray.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/sharetray.h b/sharetray.h index 1a2c8c5..2b54022 100644 --- a/sharetray.h +++ b/sharetray.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/simplelocalsocket.cpp b/simplelocalsocket.cpp index f03fda0..de71d42 100644 --- a/simplelocalsocket.cpp +++ b/simplelocalsocket.cpp @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // diff --git a/simplelocalsocket.h b/simplelocalsocket.h index 00c9a8e..ad831ff 100644 --- a/simplelocalsocket.h +++ b/simplelocalsocket.h @@ -4,7 +4,7 @@ // Description: // // -// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009 +// Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de>, (C) 2009-2015 // // Copyright: See COPYING file that comes with this distribution // -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2godesktopsharing.git