aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-16 18:08:19 +0000
committerceros7 <ceros7@svn>2010-05-16 18:08:19 +0000
commitfe280e645f0049991f1215f0cd182c7c134d1984 (patch)
tree1df5788de921ce26161cadb489900c535d5830d5 /tools
parenta939af2243c080a021c5dc779ef192f26e818153 (diff)
Add copyright header to xbmc-standalone shell script.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30230 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rwxr-xr-xtools/Linux/xbmc-standalone.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/Linux/xbmc-standalone.sh b/tools/Linux/xbmc-standalone.sh
index e22a4d049a..9be50073ab 100755
--- a/tools/Linux/xbmc-standalone.sh
+++ b/tools/Linux/xbmc-standalone.sh
@@ -1,4 +1,23 @@
#!/bin/sh
+
+# Copyright (C) 2009-2010 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 which pulse-session; then
XBMC="pulse-session xbmc --standalone \"$@\""
else