This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 1e42c7ae440095661a1eeedd106bab38436a16f8 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 8 20:04:27 2015 +0100 common: update copyright notices, whitespace fixes. Happy new year! --- bin/x2gocaja | 8 ++++---- bin/x2gosuspend-session-mate | 8 ++++---- bin/x2goumount-session-mate | 8 ++++---- debian/copyright | 8 ++++---- extension/caja-x2goumount-module.c | 6 +++--- extension/caja-x2goumount.c | 6 +++--- extension/caja-x2goumount.h | 6 +++--- .../pre-runcommand.d/005_MATE-monitors-xml-ignore | 4 ++-- sbin/update-mate-menu-x2go | 8 ++++---- .../x2gofeature.d/x2goserver-matebindings.features | 8 ++++---- 10 files changed, 35 insertions(+), 35 deletions(-) diff --git a/bin/x2gocaja b/bin/x2gocaja index 03f69e8..6242671 100755 --- a/bin/x2gocaja +++ b/bin/x2gocaja @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 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,9 +17,9 @@ # 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-2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> use strict; diff --git a/bin/x2gosuspend-session-mate b/bin/x2gosuspend-session-mate index 2e8ccfc..0903e07 100755 --- a/bin/x2gosuspend-session-mate +++ b/bin/x2gosuspend-session-mate @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2013 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) 2007-2011 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> x2gosuspend-session $X2GO_SESSION diff --git a/bin/x2goumount-session-mate b/bin/x2goumount-session-mate index bb9d1d8..313c32b 100755 --- a/bin/x2goumount-session-mate +++ b/bin/x2goumount-session-mate @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2013 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,9 +17,9 @@ # 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-2011 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> -# Copyright (C) 2013 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> use strict; diff --git a/debian/copyright b/debian/copyright index b71dbb6..2a6af08 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,13 +5,13 @@ Source: http://wiki.x2go.org Files: * Copyright: - 2007-2011, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2011, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> - 20013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ Files: debian/* -Copyright: 2013, Mike Gabriel <sunweaver@debian.org> +Copyright: 2013-2015, Mike Gabriel <sunweaver@debian.org> License: GPL-2+ License: GPL-2+ diff --git a/extension/caja-x2goumount-module.c b/extension/caja-x2goumount-module.c index e7bf62b..d23ee0c 100644 --- a/extension/caja-x2goumount-module.c +++ b/extension/caja-x2goumount-module.c @@ -1,8 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * 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 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/extension/caja-x2goumount.c b/extension/caja-x2goumount.c index ed199fd..9200d51 100644 --- a/extension/caja-x2goumount.c +++ b/extension/caja-x2goumount.c @@ -1,8 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * 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 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/extension/caja-x2goumount.h b/extension/caja-x2goumount.h index 6afadcc..3d31639 100644 --- a/extension/caja-x2goumount.h +++ b/extension/caja-x2goumount.h @@ -1,8 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * 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 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore b/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore index 5ed9a42..475ce61 100755 --- a/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore +++ b/lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2012-2014 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2012-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,7 +17,7 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2012-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> X2GO_SESSION=$1 diff --git a/sbin/update-mate-menu-x2go b/sbin/update-mate-menu-x2go index ac33526..94f886a 100755 --- a/sbin/update-mate-menu-x2go +++ b/sbin/update-mate-menu-x2go @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2014 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,9 +17,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# 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 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> use strict; diff --git a/share/x2go/x2gofeature.d/x2goserver-matebindings.features b/share/x2go/x2gofeature.d/x2goserver-matebindings.features index a4414b3..e4678ec 100755 --- a/share/x2go/x2gofeature.d/x2goserver-matebindings.features +++ b/share/x2go/x2gofeature.d/x2goserver-matebindings.features @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2014 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,9 +17,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# 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) 2011-2014 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> X2GO_LIB_PATH=`x2gopath libexec` -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git