From 4b7fc131465b31657b98a2a945def1c7e4561082 Mon Sep 17 00:00:00 2001 From: Maufeat Date: Sun, 27 Jul 2025 19:55:46 +0200 Subject: [PATCH] fix license header --- src/video_core/surface.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/video_core/surface.cpp b/src/video_core/surface.cpp index bad3b1f600..1998849e84 100644 --- a/src/video_core/surface.cpp +++ b/src/video_core/surface.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + // SPDX-FileCopyrightText: 2014 Citra Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later