summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/Xlib
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-05-25 13:11:41 +0200
committerTillmann Karras <tilkax@gmail.com>2015-05-25 13:11:41 +0200
commit6d9986846ceeaf805ba70b7014127bfbbd66beea (patch)
tree793b75c2bc8fbcca22e999cbe582ba606c78d4bb /Source/Core/InputCommon/ControllerInterface/Xlib
parent732802ebd025675c4b257a5c79d49dd8d2597bb1 (diff)
Simplify some more license headers
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp2
-rw-r--r--Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
index 1d7d080d7e..e4983e80bb 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp
@@ -1,5 +1,5 @@
// Copyright 2013 Max Eliaser
-// Licensed under the GNU General Public License, version 2 or higher.
+// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cmath>
diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
index 3f31aa50f2..09a59706e3 100644
--- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
+++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h
@@ -1,5 +1,5 @@
// Copyright 2013 Max Eliaser
-// Licensed under the GNU General Public License, version 2 or higher.
+// Licensed under GPLv2+
// Refer to the license.txt file included.
// See XInput2.cpp for extensive documentation.