SignatureDB: Add missing license headers

This commit is contained in:
Lioncash 2016-12-19 15:57:21 -05:00
parent 10862cd0e8
commit 0b12c6986a
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 <cstdio>
#include <fstream> #include <fstream>
#include <sstream> #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 #pragma once
#include "Core/PowerPC/SignatureDB/SignatureDB.h" #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 <cstddef>
#include <cstring> #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 #pragma once
#include "Core/PowerPC/SignatureDB/SignatureDB.h" #include "Core/PowerPC/SignatureDB/SignatureDB.h"