diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-04-23 10:59:50 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-04-23 11:55:32 +0200 |
commit | 99ceb03a1cfcf35968cab589ea188a8c406cda52 (patch) | |
tree | 1bb31dbdcc66bad50b3cdbbd7c5325b9b4508ce5 /src/tests/common | |
parent | Merge pull request #7976 from BytesGalore/master (diff) | |
download | yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar.gz yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar.bz2 yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar.lz yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar.xz yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.tar.zst yuzu-99ceb03a1cfcf35968cab589ea188a8c406cda52.zip |
Diffstat (limited to 'src/tests/common')
-rw-r--r-- | src/tests/common/cityhash.cpp | 5 | ||||
-rw-r--r-- | src/tests/common/fibers.cpp | 5 | ||||
-rw-r--r-- | src/tests/common/host_memory.cpp | 5 | ||||
-rw-r--r-- | src/tests/common/ring_buffer.cpp | 5 | ||||
-rw-r--r-- | src/tests/common/unique_function.cpp | 5 |
5 files changed, 10 insertions, 15 deletions
diff --git a/src/tests/common/cityhash.cpp b/src/tests/common/cityhash.cpp index 7a40b6c4a..05942eadb 100644 --- a/src/tests/common/cityhash.cpp +++ b/src/tests/common/cityhash.cpp @@ -1,6 +1,5 @@ -// Copyright 2021 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <catch2/catch.hpp> diff --git a/src/tests/common/fibers.cpp b/src/tests/common/fibers.cpp index 751cbe196..cfc84d423 100644 --- a/src/tests/common/fibers.cpp +++ b/src/tests/common/fibers.cpp @@ -1,6 +1,5 @@ -// Copyright 2020 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <atomic> #include <cstdlib> diff --git a/src/tests/common/host_memory.cpp b/src/tests/common/host_memory.cpp index 2dc7b5d5e..e49d0a09f 100644 --- a/src/tests/common/host_memory.cpp +++ b/src/tests/common/host_memory.cpp @@ -1,6 +1,5 @@ -// Copyright 2021 yuzu emulator team -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <catch2/catch.hpp> diff --git a/src/tests/common/ring_buffer.cpp b/src/tests/common/ring_buffer.cpp index 903626e4b..4f81b6e5e 100644 --- a/src/tests/common/ring_buffer.cpp +++ b/src/tests/common/ring_buffer.cpp @@ -1,6 +1,5 @@ -// Copyright 2018 yuzu emulator team -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <algorithm> #include <array> diff --git a/src/tests/common/unique_function.cpp b/src/tests/common/unique_function.cpp index aa6e86593..311272506 100644 --- a/src/tests/common/unique_function.cpp +++ b/src/tests/common/unique_function.cpp @@ -1,6 +1,5 @@ -// Copyright 2021 yuzu Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <string> |