From 37e4a4d560b750766b777900a9e6a0d8a577447a Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 22 Oct 2025 16:26:39 -0400 Subject: [PATCH] fix licens eheaders Signed-off-by: crueter --- src/common/ryujinx_compat.cpp | 3 +++ src/yuzu/ryujinx_dialog.cpp | 3 +++ src/yuzu/ryujinx_dialog.h | 3 +++ 3 files changed, 9 insertions(+) diff --git a/src/common/ryujinx_compat.cpp b/src/common/ryujinx_compat.cpp index ce5c9699cd..fe45644477 100644 --- a/src/common/ryujinx_compat.cpp +++ b/src/common/ryujinx_compat.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include "ryujinx_compat.h" #include "common/fs/path_util.h" #include diff --git a/src/yuzu/ryujinx_dialog.cpp b/src/yuzu/ryujinx_dialog.cpp index 56867f715f..b5fdd4afbc 100644 --- a/src/yuzu/ryujinx_dialog.cpp +++ b/src/yuzu/ryujinx_dialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include "qt_common/abstract/qt_frontend_util.h" #include "ryujinx_dialog.h" #include "ui_ryujinx_dialog.h" diff --git a/src/yuzu/ryujinx_dialog.h b/src/yuzu/ryujinx_dialog.h index 920c813e43..55dfb6e1da 100644 --- a/src/yuzu/ryujinx_dialog.h +++ b/src/yuzu/ryujinx_dialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef RYUJINX_DIALOG_H #define RYUJINX_DIALOG_H