aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive/runXBMC
diff options
context:
space:
mode:
authorlcapriotti <lcapriotti@svn>2010-01-25 09:44:07 +0000
committerlcapriotti <lcapriotti@svn>2010-01-25 09:44:07 +0000
commit7fbd2264e8e3e65cc233cbe9eef18bedbbb7e7a6 (patch)
treefef3b9912befffff7e5597a8a94461f11a01f62e /tools/XBMCLive/runXBMC
parentee12073cae325af9e7207c075bcad631eb4cc304 (diff)
GPL headers everywhere
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27158 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/XBMCLive/runXBMC')
-rwxr-xr-xtools/XBMCLive/runXBMC19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/XBMCLive/runXBMC b/tools/XBMCLive/runXBMC
index cb9d7ec408..a32c2a256c 100755
--- a/tools/XBMCLive/runXBMC
+++ b/tools/XBMCLive/runXBMC
@@ -1,5 +1,24 @@
#!/bin/bash
+# Copyright (C) 2005-2008 Team XBMC
+# http://www.xbmc.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
+# the Free Software Foundation; either version 2, 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 XBMC; see the file COPYING. If not, write to
+# the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+# http://www.gnu.org/copyleft/gpl.html
+
+
if [ "$(pidof xbmc.bin)" ] ; then
exit
fi