diff options
| author | JosJuice <josjuice@gmail.com> | 2016-12-19 22:11:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-19 22:11:02 +0100 |
| commit | 14b77ec3f435cb9d12748aad3330c340f296df50 (patch) | |
| tree | 267999a9a70b07af2226561ca6c78d0f07ff4bef /Source | |
| parent | 10862cd0e8e4b042cb5aa97577665ec2ac974492 (diff) | |
| parent | 0b12c6986ac492eea1b65c749913a3bc92dbeb5f (diff) | |
Merge pull request #4530 from lioncash/header
SignatureDB: Add missing license headers
Diffstat (limited to 'Source')
4 files changed, 16 insertions, 0 deletions
diff --git a/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.cpp b/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.cpp index de2bc20ff9..0e7cc1314f 100644 --- a/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.cpp +++ b/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.cpp @@ -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> diff --git a/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.h b/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.h index 6d9986d3f9..01528d43c3 100644 --- a/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.h +++ b/Source/Core/Core/PowerPC/SignatureDB/CSVSignatureDB.h @@ -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" diff --git a/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.cpp b/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.cpp index 31f9a02dd8..3f2d8fa644 100644 --- a/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.cpp +++ b/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.cpp @@ -1,3 +1,7 @@ +// Copyright 2016 Dolphin Emulator Project +// Licensed under GPLv2+ +// Refer to the license.txt file included. + #include <cstddef> #include <cstring> diff --git a/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.h b/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.h index ffad6baa3d..c2d752cdff 100644 --- a/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.h +++ b/Source/Core/Core/PowerPC/SignatureDB/DSYSignatureDB.h @@ -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" |
