From a1f56797cf236acb8d56a8cd1c463c32f553a1e9 Mon Sep 17 00:00:00 2001 From: ceros7 Date: Sun, 16 May 2010 16:17:27 +0000 Subject: Add missing copyright header for xbmc script. git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30224 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- tools/Linux/xbmc.sh.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'tools') diff --git a/tools/Linux/xbmc.sh.in b/tools/Linux/xbmc.sh.in index 2520ac659e..eb391ba919 100644 --- a/tools/Linux/xbmc.sh.in +++ b/tools/Linux/xbmc.sh.in @@ -1,5 +1,23 @@ #!/bin/bash +# Copyright (C) 2008-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 + function single_stacktrace() { find $1 -maxdepth $2 -name 'core*' -exec \ -- cgit v1.2.3