summaryrefslogtreecommitdiff
path: root/Source/UnitTests/Core
diff options
context:
space:
mode:
authorTillmann Karras <tilkax@gmail.com>2015-05-24 06:32:32 +0200
committerTillmann Karras <tilkax@gmail.com>2015-05-25 13:11:47 +0200
commit268f52e05479dc8e0f2cbf550472ca8d4867cf22 (patch)
tree1f6281c6b067f78857e360933316e732390d3a78 /Source/UnitTests/Core
parent6d9986846ceeaf805ba70b7014127bfbbd66beea (diff)
Add missing license headers
Diffstat (limited to 'Source/UnitTests/Core')
-rw-r--r--Source/UnitTests/Core/MMIOTest.cpp4
-rw-r--r--Source/UnitTests/Core/PageFaultTest.cpp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Source/UnitTests/Core/MMIOTest.cpp b/Source/UnitTests/Core/MMIOTest.cpp
index 9da0dee684..3c51145a84 100644
--- a/Source/UnitTests/Core/MMIOTest.cpp
+++ b/Source/UnitTests/Core/MMIOTest.cpp
@@ -1,3 +1,7 @@
+// Copyright 2014 Dolphin Emulator Project
+// Licensed under GPLv2+
+// Refer to the license.txt file included.
+
#include <unordered_set>
#include <gtest/gtest.h>
diff --git a/Source/UnitTests/Core/PageFaultTest.cpp b/Source/UnitTests/Core/PageFaultTest.cpp
index 8db624809c..d2f97fe119 100644
--- a/Source/UnitTests/Core/PageFaultTest.cpp
+++ b/Source/UnitTests/Core/PageFaultTest.cpp
@@ -1,3 +1,7 @@
+// Copyright 2014 Dolphin Emulator Project
+// Licensed under GPLv2+
+// Refer to the license.txt file included.
+
#include <chrono>
#include "Common/CommonTypes.h"