diff options
| author | Dolphin Bot <dolphin-emu-bot@users.noreply.github.com> | 2015-05-25 13:47:34 +0200 |
|---|---|---|
| committer | Dolphin Bot <dolphin-emu-bot@users.noreply.github.com> | 2015-05-25 13:47:34 +0200 |
| commit | 5e58d178e08ddf7115c991a6462ff73159d9e453 (patch) | |
| tree | da3f167c589808d403b85560b81935d623f8c753 /Source/UnitTests/Core/PageFaultTest.cpp | |
| parent | 732802ebd025675c4b257a5c79d49dd8d2597bb1 (diff) | |
| parent | 30ebb2459eb97ba544547183854775df8460b475 (diff) | |
Merge pull request #1826 from Tilka/gplv2+
Relicense Dolphin under GPLv2+
Diffstat (limited to 'Source/UnitTests/Core/PageFaultTest.cpp')
| -rw-r--r-- | Source/UnitTests/Core/PageFaultTest.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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" |
