Fix license headers

This commit is contained in:
crueter 2025-07-23 21:12:22 -04:00
parent caaef71d9d
commit fe362c9e00
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#include "qt_frontend_util.h" #include "qt_frontend_util.h"
namespace QtCommon::Frontend { namespace QtCommon::Frontend {

View file

@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef QT_FRONTEND_UTIL_H #ifndef QT_FRONTEND_UTIL_H
#define QT_FRONTEND_UTIL_H #define QT_FRONTEND_UTIL_H