From 22395d61820ae7456fc989b1cf24edd9cb66c6a9 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 16 Jun 2026 01:23:02 +0000 Subject: [PATCH] add license --- src/video_core/dma_pusher.cpp | 2 +- tools/sysvpatch.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/video_core/dma_pusher.cpp b/src/video_core/dma_pusher.cpp index 7997f0ff8b..8a7798e035 100644 --- a/src/video_core/dma_pusher.cpp +++ b/src/video_core/dma_pusher.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project // SPDX-License-Identifier: GPL-3.0-or-later // SPDX-FileCopyrightText: Copyright 2021 yuzu Emulator Project diff --git a/tools/sysvpatch.c b/tools/sysvpatch.c index 08d88eadb5..8511cb7315 100644 --- a/tools/sysvpatch.c +++ b/tools/sysvpatch.c @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include