itsmeft24 4 лет назад
Родитель
Сommit
b7d80c127f
2 измененных файлов с 8 добавлено и 0 удалено
  1. 4 0
      src/core/hle/kernel/k_code_memory.cpp
  2. 4 0
      src/core/hle/kernel/k_code_memory.h

+ 4 - 0
src/core/hle/kernel/k_code_memory.cpp

@@ -1,3 +1,7 @@
+// Copyright 2021 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
 #include "core/core.h"
 #include "core/core_timing.h"
 #include "core/hle/kernel/k_client_port.h"

+ 4 - 0
src/core/hle/kernel/k_code_memory.h

@@ -1,3 +1,7 @@
+// Copyright 2021 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
 #pragma once
 
 #include "core/core.h"