diff options
author | ceros7 <ceros7@svn> | 2010-05-13 07:06:42 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-13 07:06:42 +0000 |
commit | 8b60934a0af3f7c49ffcf96dc4cc3b6bbfcf3e1f (patch) | |
tree | e3b809e8b9996238fd21288a86629c2fd4303a43 /guilib/TextureBundleXPR.cpp | |
parent | d73f9cce698b6b07df0c1178ed88d8b6f15e8acb (diff) |
Add copyright header to guilib/TextureBundleXPR.cpp.
This file was brought in by yuvalt in rev 23209.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30111 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib/TextureBundleXPR.cpp')
-rw-r--r-- | guilib/TextureBundleXPR.cpp | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/guilib/TextureBundleXPR.cpp b/guilib/TextureBundleXPR.cpp index 8179016872..cab3256d8b 100644 --- a/guilib/TextureBundleXPR.cpp +++ b/guilib/TextureBundleXPR.cpp @@ -1,4 +1,23 @@ - +/* + * Copyright (C) 2005-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 + * + */ #include "system.h" #include "TextureBundleXPR.h" |