Merge pull request #4530 from lioncash/header

SignatureDB: Add missing license headers
This commit is contained in:
JosJuice 2016-12-19 22:11:02 +01:00 committed by GitHub
commit 14b77ec3f4
4 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cstdio>
#include <fstream>
#include <sstream>

View File

@ -1,3 +1,7 @@
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Core/PowerPC/SignatureDB/SignatureDB.h"

View File

@ -1,3 +1,7 @@
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <cstddef>
#include <cstring>

View File

@ -1,3 +1,7 @@
// Copyright 2016 Dolphin Emulator Project
// Licensed under GPLv2+
// Refer to the license.txt file included.
#pragma once
#include "Core/PowerPC/SignatureDB/SignatureDB.h"