diff options
| author | 2021-12-05 16:49:52 -0500 | |
|---|---|---|
| committer | 2021-12-05 16:49:52 -0500 | |
| commit | b7d80c127f3b4c919887aaed391f88c033f3e7a2 (patch) | |
| tree | 8e350b07831824ba99866bab11b55600566e5223 /src | |
| parent | Add KCodeMemory to CMakeLists.txt (diff) | |
| download | yuzu-b7d80c127f3b4c919887aaed391f88c033f3e7a2.tar.gz yuzu-b7d80c127f3b4c919887aaed391f88c033f3e7a2.tar.xz yuzu-b7d80c127f3b4c919887aaed391f88c033f3e7a2.zip | |
Add copyright notice
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/kernel/k_code_memory.cpp | 4 | ||||
| -rw-r--r-- | src/core/hle/kernel/k_code_memory.h | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_code_memory.cpp b/src/core/hle/kernel/k_code_memory.cpp index 926d1c076..2e436fb4a 100644 --- a/src/core/hle/kernel/k_code_memory.cpp +++ b/src/core/hle/kernel/k_code_memory.cpp | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2021 yuzu Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #include "core/core.h" | 5 | #include "core/core.h" |
| 2 | #include "core/core_timing.h" | 6 | #include "core/core_timing.h" |
| 3 | #include "core/hle/kernel/k_client_port.h" | 7 | #include "core/hle/kernel/k_client_port.h" |
diff --git a/src/core/hle/kernel/k_code_memory.h b/src/core/hle/kernel/k_code_memory.h index a7f7d749b..3961105a6 100644 --- a/src/core/hle/kernel/k_code_memory.h +++ b/src/core/hle/kernel/k_code_memory.h | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | // Copyright 2021 yuzu Emulator Project | ||
| 2 | // Licensed under GPLv2 or any later version | ||
| 3 | // Refer to the license.txt file included. | ||
| 4 | |||
| 1 | #pragma once | 5 | #pragma once |
| 2 | 6 | ||
| 3 | #include "core/core.h" | 7 | #include "core/core.h" |