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