diff options
author | FearlessTobi <thm.frey@gmail.com> | 2022-07-25 17:18:30 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2022-07-25 21:59:31 +0200 |
commit | 61ce57b5242984c297283de5868ea4938391a911 (patch) | |
tree | c086722f0fc42ba68b48e9a2a1e714bc9ccc6b5a /src/core | |
parent | network, yuzu: Improve variable naming and style consistency (diff) | |
download | yuzu-61ce57b5242984c297283de5868ea4938391a911.tar yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.gz yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.bz2 yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.lz yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.xz yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.zst yuzu-61ce57b5242984c297283de5868ea4938391a911.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/announce_multiplayer_session.cpp | 5 | ||||
-rw-r--r-- | src/core/announce_multiplayer_session.h | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/src/core/announce_multiplayer_session.cpp b/src/core/announce_multiplayer_session.cpp index 8f96b4ee8..d73a488cf 100644 --- a/src/core/announce_multiplayer_session.cpp +++ b/src/core/announce_multiplayer_session.cpp @@ -1,6 +1,5 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #include <chrono> #include <future> diff --git a/src/core/announce_multiplayer_session.h b/src/core/announce_multiplayer_session.h index 5da3c1f8d..db790f7d2 100644 --- a/src/core/announce_multiplayer_session.h +++ b/src/core/announce_multiplayer_session.h @@ -1,6 +1,5 @@ -// Copyright 2017 Citra Emulator Project -// Licensed under GPLv2 or any later version -// Refer to the license.txt file included. +// SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later #pragma once |