mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Add missing license headers
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user