From 968f28ea4a236800123f9f5675af1f8fe2b9fd75 Mon Sep 17 00:00:00 2001 From: Forrest Keller Date: Thu, 1 Jan 2026 13:54:08 -0600 Subject: [PATCH] Added missing header for GPL --- src/video_core/host_shaders/block_linear_unswizzle_3d_bcn.comp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video_core/host_shaders/block_linear_unswizzle_3d_bcn.comp b/src/video_core/host_shaders/block_linear_unswizzle_3d_bcn.comp index 2c77937f30..72e0969cf1 100644 --- a/src/video_core/host_shaders/block_linear_unswizzle_3d_bcn.comp +++ b/src/video_core/host_shaders/block_linear_unswizzle_3d_bcn.comp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 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