Add missing license headers

This commit is contained in:
Tillmann Karras 2015-05-24 06:32:32 +02:00
commit 268f52e054
50 changed files with 200 additions and 0 deletions

View file

@ -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" },

View file

@ -1,3 +1,7 @@
// Copyright 2014 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include <vector>

View file

@ -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"

View file

@ -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

View file

@ -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>

View file

@ -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>