diff options
| author | Tillmann Karras <tilkax@gmail.com> | 2015-05-24 06:32:32 +0200 |
|---|---|---|
| committer | Tillmann Karras <tilkax@gmail.com> | 2015-05-25 13:11:47 +0200 |
| commit | 268f52e05479dc8e0f2cbf550472ca8d4867cf22 (patch) | |
| tree | 1f6281c6b067f78857e360933316e732390d3a78 /Source/Core/InputCommon | |
| parent | 6d9986846ceeaf805ba70b7014127bfbbd66beea (diff) | |
Add missing license headers
Diffstat (limited to 'Source/Core/InputCommon')
6 files changed, 24 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/NamedKeys.h b/Source/Core/InputCommon/ControllerInterface/DInput/NamedKeys.h index 43e090dbeb..6802fd7888 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/NamedKeys.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/NamedKeys.h @@ -1,3 +1,7 @@ +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + { DIK_A, "A" }, { DIK_B, "B" }, { DIK_C, "C" }, diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.h b/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.h index 1dcc1141bf..6506dd156e 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/XInputFilter.h @@ -1,3 +1,7 @@ +// Copyright 2014 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #pragma once #include <vector> diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp index 2bf98bb0b3..0e2c0bcad3 100644 --- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp +++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.cpp @@ -1,3 +1,7 @@ +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #include "InputCommon/ControllerInterface/XInput/XInput.h" diff --git a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h index 94c1549a53..5dcfb0cee5 100644 --- a/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h +++ b/Source/Core/InputCommon/ControllerInterface/XInput/XInput.h @@ -1,3 +1,7 @@ +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + // XInput suffers a similar issue as XAudio2. Since Win8, it is part of the OS. // However, unlike XAudio2 they have not made the API incompatible - so we just // compile against the latest version and fall back to dynamically loading the diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp index 9a700a9c99..e198f1112d 100644 --- a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.cpp @@ -1,3 +1,7 @@ +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #include <cstring> #include <X11/XKBlib.h> diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h index 0c2f79c8b3..6fe72e4da7 100644 --- a/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h +++ b/Source/Core/InputCommon/ControllerInterface/Xlib/Xlib.h @@ -1,3 +1,7 @@ +// Copyright 2010 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #pragma once #include <X11/keysym.h> |
