From 12633b339010a62e5f6ec6e9de2903c4106b288a Mon Sep 17 00:00:00 2001 From: lizzie Date: Thu, 21 Aug 2025 09:54:33 +0000 Subject: [PATCH] [video_core, common] fix license Signed-off-by: lizzie --- src/common/bounded_threadsafe_queue.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/bounded_threadsafe_queue.h b/src/common/bounded_threadsafe_queue.h index 909420a9ef..7fe2e38904 100644 --- a/src/common/bounded_threadsafe_queue.h +++ b/src/common/bounded_threadsafe_queue.h @@ -1,3 +1,5 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later