diff options
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/Xlib')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp | 2 | ||||
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.h | 2 |
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. |
