소스 검색

general: Add missing copyright notices

ameerj 4 년 전
부모
커밋
41aec2773f
5개의 변경된 파일20개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/audio_core/delay_line.cpp
  2. 4 0
      src/audio_core/delay_line.h
  3. 4 0
      src/common/host_memory.cpp
  4. 4 0
      src/core/hle/service/nvdrv/nvdata.h
  5. 4 0
      src/shader_recompiler/environment.h

+ 4 - 0
src/audio_core/delay_line.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 <cstring>
 #include "audio_core/delay_line.h"
 

+ 4 - 0
src/audio_core/delay_line.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 "common/common_types.h"

+ 4 - 0
src/common/host_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.
+
 #ifdef _WIN32
 
 #include <iterator>

+ 4 - 0
src/core/hle/service/nvdrv/nvdata.h

@@ -1,3 +1,7 @@
+// Copyright 2019 yuzu Emulator Project
+// Licensed under GPLv2 or any later version
+// Refer to the license.txt file included.
+
 #pragma once
 
 #include <array>

+ 4 - 0
src/shader_recompiler/environment.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 <array>