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