forked from eden-emu/eden
Fix license headers
This commit is contained in:
parent
195bd7005e
commit
886b649a0d
4 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#include "qt_game_util.h"
|
#include "qt_game_util.h"
|
||||||
#include "common/fs/fs.h"
|
#include "common/fs/fs.h"
|
||||||
#include "common/fs/path_util.h"
|
#include "common/fs/path_util.h"
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#ifndef QT_GAME_UTIL_H
|
#ifndef QT_GAME_UTIL_H
|
||||||
#define QT_GAME_UTIL_H
|
#define QT_GAME_UTIL_H
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#include "qt_path_util.h"
|
#include "qt_path_util.h"
|
||||||
#include <QDesktopServices>
|
#include <QDesktopServices>
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
|
||||||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#ifndef QT_PATH_UTIL_H
|
#ifndef QT_PATH_UTIL_H
|
||||||
#define QT_PATH_UTIL_H
|
#define QT_PATH_UTIL_H
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue