This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gomatebindings. commit 60a85c1e1f62122d1edd2223bd7f3f6926de68fc Author: Mihai Moldovan <ionic@ionic.de> Date: Mon Nov 19 22:40:57 2018 +0100 misc: update copyright notices, but for Mike Gabriel. --- bin/x2gocaja | 2 +- bin/x2gosuspend-session-mate | 6 +++--- bin/x2goumount-session-mate | 2 +- debian/changelog | 1 + debian/copyright | 5 +++-- extension/caja-x2goumount-module.c | 5 +++-- extension/caja-x2goumount.c | 5 +++-- extension/caja-x2goumount.h | 5 +++-- lib/x2go/extensions/pre-runcommand.d/005_MATE-monitors-xml-ignore | 2 +- sbin/update-mate-menu-x2go | 6 +++--- share/x2go/x2gofeature.d/x2goserver-matebindings.features | 6 +++--- 11 files changed, 25 insertions(+), 20 deletions(-) diff --git a/bin/x2gocaja b/bin/x2gocaja index 6242671..7555bd0 100755 --- a/bin/x2gocaja +++ b/bin/x2gocaja @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/bin/x2gosuspend-session-mate b/bin/x2gosuspend-session-mate index 0903e07..dc18fa4 100755 --- a/bin/x2gosuspend-session-mate +++ b/bin/x2gosuspend-session-mate @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # 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 313c32b..3cd74b1 100755 --- a/bin/x2goumount-session-mate +++ b/bin/x2goumount-session-mate @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/debian/changelog b/debian/changelog index 98bff3d..7ecbbba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ x2gomatebindings (0.0.1.6-0~x2go1) UNRELEASED; urgency=medium [ Mihai Moldovan ] * New upstream version (0.0.1.6): + - misc: update copyright notices, but for Mike Gabriel. * x2gomatebindings.spec: - x2goagent is dead, long live x2goserver-x2goagent. - Pull in redhat-rpm-confi, and, as a side-effect, annobin. diff --git a/debian/copyright b/debian/copyright index 2a6af08..268cac3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,9 +5,10 @@ Source: http://wiki.x2go.org Files: * Copyright: - 2007-2015, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - 2007-2015, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + 2007-2018, Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + 2007-2018, Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> 2013-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2015-2018, Mihai Moldovan <ionic@ionic.de> License: GPL-2+ Files: debian/* diff --git a/extension/caja-x2goumount-module.c b/extension/caja-x2goumount-module.c index d23ee0c..240027f 100644 --- a/extension/caja-x2goumount-module.c +++ b/extension/caja-x2goumount-module.c @@ -1,7 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or diff --git a/extension/caja-x2goumount.c b/extension/caja-x2goumount.c index 9200d51..c994f25 100644 --- a/extension/caja-x2goumount.c +++ b/extension/caja-x2goumount.c @@ -1,7 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or diff --git a/extension/caja-x2goumount.h b/extension/caja-x2goumount.h index 3d31639..92edeac 100644 --- a/extension/caja-x2goumount.h +++ b/extension/caja-x2goumount.h @@ -1,7 +1,8 @@ /* Caja x2goumount * Copyright (C) 2005 The GNOME Foundation - * Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> - * Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> + * Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org + * Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> + * Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> * Copyright (C) 2013-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This Program is free software; you can redistribute it and/or 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 475ce61..bcb8e11 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-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2012-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/sbin/update-mate-menu-x2go b/sbin/update-mate-menu-x2go index f739502..ebd1426 100755 --- a/sbin/update-mate-menu-x2go +++ b/sbin/update-mate-menu-x2go @@ -1,6 +1,6 @@ #!/usr/bin/perl -# Copyright (C) 2007-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # 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 b8f2337..1446aff 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-2015 X2Go Project - http://wiki.x2go.org +# Copyright (C) 2007-2018 X2Go Project - http://wiki.x2go.org # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # -# Copyright (C) 2007-2015 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2007-2015 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> +# Copyright (C) 2007-2018 Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> +# Copyright (C) 2007-2018 Heinz-Markus Graesing <heinz-m.graesing@obviously-nice.de> # Copyright (C) 2011-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> X2GO_LIB_PATH=`x2gopath libexec` -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gomatebindings.git