Explorar el Código

Add copyright notice

itsmeft24 hace 4 años
padre
commit
b7d80c127f
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  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"