From add5aee6f38236c4599e590f92c94569fba14d0e Mon Sep 17 00:00:00 2001 From: lizzie Date: Fri, 31 Oct 2025 23:17:54 +0000 Subject: [PATCH] LICENSE Signed-off-by: lizzie --- .../frontend/maxwell/translate/impl/not_implemented.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp index dcad3a9635..27074f7ea3 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp @@ -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