diff options
author | ceros7 <ceros7@svn> | 2010-05-13 07:21:57 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-13 07:21:57 +0000 |
commit | 1fbea098ca5b9fd937db0119ebc528d84a1fd4d1 (patch) | |
tree | c05268958e899afb03ea3317d701aea3312b0b8d /guilib | |
parent | 177ecbbce7ada3f009b6e9405c18c1ce73465c55 (diff) |
Add missing copyright headers.
Sources were brought in by d4rkm4ster in rev 9902.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30114 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'guilib')
-rw-r--r-- | guilib/common/SDLJoystick.cpp | 21 | ||||
-rw-r--r-- | guilib/common/SDLJoystick.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/guilib/common/SDLJoystick.cpp b/guilib/common/SDLJoystick.cpp index 8307d9654a..d7d0b472eb 100644 --- a/guilib/common/SDLJoystick.cpp +++ b/guilib/common/SDLJoystick.cpp @@ -1,3 +1,24 @@ +/* +* Copyright (C) 2007-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 "../Key.h" #include "SDLJoystick.h" diff --git a/guilib/common/SDLJoystick.h b/guilib/common/SDLJoystick.h index c52edb0600..884f9beeb5 100644 --- a/guilib/common/SDLJoystick.h +++ b/guilib/common/SDLJoystick.h @@ -1,3 +1,24 @@ +/* +* Copyright (C) 2007-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 +* +*/ + #ifndef SDL_JOYSTICK_H #define SDL_JOYSTICK_H |