[X2Go-Commits] [mteleplayer] 03/04: mTPAArtExtractor: Add license header.

git-admin at x2go.org git-admin at x2go.org
Fri Jul 4 09:48:50 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository mteleplayer.

commit 634daaf15e19cf7504c27e185498accaef1bef1d
Author: Mike Gabriel <mike.gabriel at 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 at 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


More information about the x2go-commits mailing list