diff options
author | ceros7 <ceros7@svn> | 2010-05-15 05:43:54 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-05-15 05:43:54 +0000 |
commit | 6011dafe291ccaaa11debc6faf468a264b42475e (patch) | |
tree | 37a38f9aef3f4b868414eabf459df8364d798b84 /tools/EventClients | |
parent | 610217e65d3392de5938fcd5c9f9cebdeda44513 (diff) |
Add missing copyright headers for Xbox 360 Controller Client source files.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30176 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients')
3 files changed, 54 insertions, 0 deletions
diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp index 149026776e..ded67759cc 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.cpp @@ -1,3 +1,21 @@ +/*
+ * Copyright (C) 2009-2010 Team XBMC
+ *
+ * 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 "StdAfx.h"
#include "Xbox360Controller.h"
diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h index 5a858d5f80..a56c7922f2 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360Controller.h @@ -1,4 +1,22 @@ #pragma once
+/*
+ * Copyright (C) 2009-2010 Team XBMC
+ *
+ * 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 <windows.h>
#include <XInput.h> // Defines XBOX controller API
#pragma comment(lib, "XInput.lib") // Library containing necessary 360
diff --git a/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp b/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp index 4a619fa62f..f5da789c58 100644 --- a/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp +++ b/tools/EventClients/Clients/Xbox360 Controller/Xbox360EventClient.cpp @@ -1,3 +1,21 @@ +/*
+ * Copyright (C) 2009-2010 Team XBMC
+ *
+ * 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.
+ */
+
// Xbox360EventClient.cpp : Defines the entry point for the console application.
//
|