diff --git a/src/qt_common/qt_content_util.cpp b/src/qt_common/qt_content_util.cpp index 81ec7c9cea..9c3ae6e115 100644 --- a/src/qt_common/qt_content_util.cpp +++ b/src/qt_common/qt_content_util.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include "qt_content_util.h" #include "common/fs/fs.h" #include "frontend_common/content_manager.h" diff --git a/src/qt_common/qt_content_util.h b/src/qt_common/qt_content_util.h index 9a1a4e5bc2..b7073d2d35 100644 --- a/src/qt_common/qt_content_util.h +++ b/src/qt_common/qt_content_util.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef QT_CONTENT_UTIL_H #define QT_CONTENT_UTIL_H diff --git a/src/qt_common/qt_meta.cpp b/src/qt_common/qt_meta.cpp index c972c0fe45..67ae659771 100644 --- a/src/qt_common/qt_meta.cpp +++ b/src/qt_common/qt_meta.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include "qt_meta.h" #include "common/common_types.h" #include "core/core.h" diff --git a/src/qt_common/qt_meta.h b/src/qt_common/qt_meta.h index 36cafba2bf..c0a37db983 100644 --- a/src/qt_common/qt_meta.h +++ b/src/qt_common/qt_meta.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef QT_META_H #define QT_META_H diff --git a/src/qt_common/qt_rom_util.cpp b/src/qt_common/qt_rom_util.cpp index e707d1e471..08ccb05a97 100644 --- a/src/qt_common/qt_rom_util.cpp +++ b/src/qt_common/qt_rom_util.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #include "qt_rom_util.h" #include diff --git a/src/qt_common/qt_rom_util.h b/src/qt_common/qt_rom_util.h index 52ebb1e8d0..f76b09753d 100644 --- a/src/qt_common/qt_rom_util.h +++ b/src/qt_common/qt_rom_util.h @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project +// SPDX-License-Identifier: GPL-3.0-or-later + #ifndef QT_ROM_UTIL_H #define QT_ROM_UTIL_H