This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch gzng in repository mteleplayer. commit 2fa16599c1c62c76df61f0a4b8fc4f39c8a77f03 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 4 09:42:11 2014 +0200 mTPAArtExtractor: Add license header. --- serverside/bin/mTPAArtExtractor | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/serverside/bin/mTPAArtExtractor b/serverside/bin/mTPAArtExtractor index f73d5cc..4443762 100755 --- a/serverside/bin/mTPAArtExtractor +++ b/serverside/bin/mTPAArtExtractor @@ -1,5 +1,33 @@ #!/usr/bin/perl +# mTelePlayer - A situation aware mediaplayer for the X2Go Terminal System. +# Copyright (C) 2013-2014 Guangzhou Nianguan Electronics Technology Co.Ltd. +# +# 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 +# the Free Software Foundation; either version 2 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 General Public License for more details. +# +# You should have received a copy of the GNU 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. +# +# +# Copyright (C) 2013-2014 Guangzhou Nianguan Electronics Technology Co.Ltd. +# Guangzhou Nianguan Electronics Technology Co.Ltd. +# Jin Fu Building , #90 QiFuRoad, +# Guangzhou, Guangdong, +# People's Republic of China +# +# Web: http://opensource.gznianguan.com/ +# E-mail: <opensource@gznianguan.com> + my $inFile = @ARGV[0]; if (-f $inFile) { -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/mteleplayer.git