This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gowebrpc. from f20eca8 debian/copyright: Adjust to AGPL-3+ license. new c4395ee x2gorpc.cgi: Add license header. new 375c8c7 debian/copyright: Typo fix for Alex's mail address. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/copyright | 4 ++-- x2gorpc.cgi | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowebrpc.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gowebrpc. commit 375c8c74fc06f048f13d274f10ab5609751eb6a4 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 16 13:01:41 2021 +0200 debian/copyright: Typo fix for Alex's mail address. --- debian/copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index ea6d45d..1f4e7bb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: X2Go Websocket Wrapper -Upstream-Contact: Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Upstream-Contact: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> Source: https://code.x2go.org/releases/source/x2gowebrpc/ Files: * -Copyright: 2021, Oleksandr Shneyder <o.schneydr@phoca-gmbh.de> +Copyright: 2021, Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> License: AGPL-3+ Files: debian/* -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowebrpc.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gowebrpc. commit c4395eeab834053506c20d64ee64e7e276004115 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Jun 16 13:01:25 2021 +0200 x2gorpc.cgi: Add license header. --- x2gorpc.cgi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/x2gorpc.cgi b/x2gorpc.cgi index f61aab7..07e5456 100755 --- a/x2gorpc.cgi +++ b/x2gorpc.cgi @@ -1,5 +1,22 @@ #!/usr/bin/perl +# Copyright © 2021 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + use strict; use warnings; use CGI; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gowebrpc.git