From 38a57627a7515bb46a763964c3a2dcce1e9c6028 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 22 Sep 2025 20:54:27 +0000 Subject: [PATCH] Fix license Signed-off-by: lizzie --- src/hid_core/frontend/emulated_controller.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/hid_core/frontend/emulated_controller.h b/src/hid_core/frontend/emulated_controller.h index 58de729a6c..677b363157 100644 --- a/src/hid_core/frontend/emulated_controller.h +++ b/src/hid_core/frontend/emulated_controller.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later