diff options
author | ceros7 <ceros7@svn> | 2010-05-16 16:17:27 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-16 16:17:27 +0000 |
commit | a1f56797cf236acb8d56a8cd1c463c32f553a1e9 (patch) | |
tree | 3a6e0298aa86363cb68f0cd3ede3ee0358a16e43 /tools | |
parent | a00d850ff420f8430c5ce9be1683f2f60cf444da (diff) |
Add missing copyright header for xbmc script.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30224 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Linux/xbmc.sh.in | 18 |
1 files changed, 18 insertions, 0 deletions
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 \ |