diff options
author | ceros7 <ceros7@svn> | 2010-05-15 22:50:38 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-15 22:50:38 +0000 |
commit | 3902b5bea0954f936d66469d0db79c0b259a6c7a (patch) | |
tree | 634ddfbdb9f541b10b3a019b729fe09d83dafe86 /tools/EventClients/lib/c++ | |
parent | 3f2d219acca88681c7233edd035585c0a6f7e283 (diff) |
Add missing copyright headers for sources in tools/EventClients/lib.
These files were implemented and modified by the XBMC team.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30194 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients/lib/c++')
-rw-r--r-- | tools/EventClients/lib/c++/xbmcclient.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/EventClients/lib/c++/xbmcclient.h b/tools/EventClients/lib/c++/xbmcclient.h index a834a4c614..dcbb7ea97c 100644 --- a/tools/EventClients/lib/c++/xbmcclient.h +++ b/tools/EventClients/lib/c++/xbmcclient.h @@ -1,6 +1,24 @@ #ifndef __XBMC_CLIENT_H__ #define __XBMC_CLIENT_H__ +/* + * Copyright (C) 2008-2009 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 of the License, 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 this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include <stdio.h> #include <stdlib.h> #include <string.h> |