From dec810acfa7a8e3c417c5f19b667ebe11f1261e4 Mon Sep 17 00:00:00 2001 From: crueter Date: Thu, 9 Apr 2026 00:33:22 -0400 Subject: [PATCH] Fix license headers --- src/common/net/net.cpp | 3 +++ src/common/net/net.h | 3 +++ src/yuzu/update_dialog.cpp | 3 +++ src/yuzu/update_dialog.h | 3 +++ 4 files changed, 12 insertions(+) diff --git a/src/common/net/net.cpp b/src/common/net/net.cpp index 1a8e8f0337..7c0f0212a7 100644 --- a/src/common/net/net.cpp +++ b/src/common/net/net.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include diff --git a/src/common/net/net.h b/src/common/net/net.h index ff8a37b292..ea0ea8912a 100644 --- a/src/common/net/net.h +++ b/src/common/net/net.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include diff --git a/src/yuzu/update_dialog.cpp b/src/yuzu/update_dialog.cpp index e6ac3f064e..50f9ef3e3f 100644 --- a/src/yuzu/update_dialog.cpp +++ b/src/yuzu/update_dialog.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include #include #include "common/logging.h" diff --git a/src/yuzu/update_dialog.h b/src/yuzu/update_dialog.h index 6cb5eaff3d..01c67c125c 100644 --- a/src/yuzu/update_dialog.h +++ b/src/yuzu/update_dialog.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2026 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #pragma once #include