aboutsummaryrefslogtreecommitdiff
path: root/guilib
diff options
context:
space:
mode:
authorceros7 <ceros7@svn>2010-05-13 07:21:57 +0000
committerceros7 <ceros7@svn>2010-05-13 07:21:57 +0000
commit1fbea098ca5b9fd937db0119ebc528d84a1fd4d1 (patch)
treec05268958e899afb03ea3317d701aea3312b0b8d /guilib
parent177ecbbce7ada3f009b6e9405c18c1ce73465c55 (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.cpp21
-rw-r--r--guilib/common/SDLJoystick.h21
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