mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Add missing license headers
This commit is contained in:
parent
6d9986846c
commit
268f52e054
50 changed files with 200 additions and 0 deletions
|
@ -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" },
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// Copyright 2014 Dolphin Emulator Project
|
||||
// Licensed under GPLv2+
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue