Browse Source
Merge pull request #7520 from ameerj/missing-copyright
general: Add missing copyright notices
pull/15/merge
Morph
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
20 additions and
0 deletions
-
src/audio_core/delay_line.cpp
-
src/audio_core/delay_line.h
-
src/common/host_memory.cpp
-
src/core/hle/service/nvdrv/nvdata.h
-
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.
|
|
|
|
|
|
|
|
#include <cstring>
|
|
|
|
#include "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" |
|
|
|
|
|
|
|
@ -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>
|
|
|
|
|
|
|
|
@ -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> |
|
|
|
|
|
|
|
@ -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> |
|
|
|
|