Browse Source

Merge pull request #7520 from ameerj/missing-copyright

general: Add missing copyright notices
nce_cpp
Morph 4 years ago
committed by GitHub
parent
commit
0dba0e0241
  1. 4
      src/audio_core/delay_line.cpp
  2. 4
      src/audio_core/delay_line.h
  3. 4
      src/common/host_memory.cpp
  4. 4
      src/core/hle/service/nvdrv/nvdata.h
  5. 4
      src/shader_recompiler/environment.h

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

4
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 #pragma once
#include "common/common_types.h" #include "common/common_types.h"

4
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 #ifdef _WIN32
#include <iterator> #include <iterator>

4
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 #pragma once
#include <array> #include <array>

4
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 #pragma once
#include <array> #include <array>

Loading…
Cancel
Save