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