From 3f23286f94c7de02fcc3ca9fdde2f4114cfe4902 Mon Sep 17 00:00:00 2001 From: MaranBr Date: Wed, 30 Jul 2025 09:30:16 -0400 Subject: [PATCH] Fix headers --- src/video_core/host1x/nvdec.cpp | 3 +++ src/video_core/host1x/nvdec.h | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/video_core/host1x/nvdec.cpp b/src/video_core/host1x/nvdec.cpp index 2d337858f8..1882ccb100 100644 --- a/src/video_core/host1x/nvdec.cpp +++ b/src/video_core/host1x/nvdec.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 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 diff --git a/src/video_core/host1x/nvdec.h b/src/video_core/host1x/nvdec.h index 55aeac8942..8fa91c744b 100644 --- a/src/video_core/host1x/nvdec.h +++ b/src/video_core/host1x/nvdec.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 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