From 67baefd089b55056105a19abeed8162f2fc14e6b Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 13 Jan 2026 23:35:16 +0000 Subject: [PATCH] fix license --- src/video_core/macro.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video_core/macro.h b/src/video_core/macro.h index d352a3d760..88b9f80ae7 100644 --- a/src/video_core/macro.h +++ b/src/video_core/macro.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: Copyright 2020 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later