summaryrefslogtreecommitdiff
path: root/src/web_service/announce_room_json.h
diff options
context:
space:
mode:
authorZephyron <zephyron@citron-emu.org>2024-12-31 17:07:49 +1000
committerZephyron <zephyron@citron-emu.org>2024-12-31 17:07:49 +1000
commitb3facaa6bb30cdc39f2b7d632fef1e3bfeee7785 (patch)
tree77d03cd30542cd5e1addc61f240b8120a5909e90 /src/web_service/announce_room_json.h
parent6778aa8ec8e5fa0d246ac4b9ec00c10213c30ce5 (diff)
chore: update project references and add Citron copyright
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files.
Diffstat (limited to 'src/web_service/announce_room_json.h')
-rw-r--r--src/web_service/announce_room_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_service/announce_room_json.h b/src/web_service/announce_room_json.h
index 32c08858d..04c1e00ec 100644
--- a/src/web_service/announce_room_json.h
+++ b/src/web_service/announce_room_json.h
@@ -12,7 +12,7 @@ namespace WebService {
/**
* Implementation of AnnounceMultiplayerRoom::Backend that (de)serializes room information into/from
- * JSON, and submits/gets it to/from the yuzu web service
+ * JSON, and submits/gets it to/from the citron web service
*/
class RoomJson : public AnnounceMultiplayerRoom::Backend {
public: