From 5ccdeb33ff573e1057f39327174e7edbdb0e78b9 Mon Sep 17 00:00:00 2001 From: lizzie Date: Sun, 19 Oct 2025 01:28:17 +0000 Subject: [PATCH] fix lciense Signed-off-by: lizzie --- .../maxwell/translate/impl/surface_atomic_operations.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/surface_atomic_operations.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/surface_atomic_operations.cpp index eba5856aaf..1d5c5ab37a 100644 --- a/src/shader_recompiler/frontend/maxwell/translate/impl/surface_atomic_operations.cpp +++ b/src/shader_recompiler/frontend/maxwell/translate/impl/surface_atomic_operations.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