diff options
| author | 2022-07-25 17:18:30 +0200 | |
|---|---|---|
| committer | 2022-07-25 21:59:31 +0200 | |
| commit | 61ce57b5242984c297283de5868ea4938391a911 (patch) | |
| tree | c086722f0fc42ba68b48e9a2a1e714bc9ccc6b5a /src/web_service/announce_room_json.cpp | |
| parent | network, yuzu: Improve variable naming and style consistency (diff) | |
| download | yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.gz yuzu-61ce57b5242984c297283de5868ea4938391a911.tar.xz yuzu-61ce57b5242984c297283de5868ea4938391a911.zip | |
network, yuzu: Make copyright headers SPDX-compliant
Diffstat (limited to 'src/web_service/announce_room_json.cpp')
| -rw-r--r-- | src/web_service/announce_room_json.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/web_service/announce_room_json.cpp b/src/web_service/announce_room_json.cpp index 0aae8e215..4c3195efd 100644 --- a/src/web_service/announce_room_json.cpp +++ b/src/web_service/announce_room_json.cpp | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | // Copyright 2017 Citra Emulator Project | 1 | // SPDX-FileCopyrightText: Copyright 2017 Citra Emulator Project |
| 2 | // Licensed under GPLv2 or any later version | 2 | // SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | // Refer to the license.txt file included. | ||
| 4 | 3 | ||
| 5 | #include <future> | 4 | #include <future> |
| 6 | #include <nlohmann/json.hpp> | 5 | #include <nlohmann/json.hpp> |