From a4f4e2fc66351e0bb45f79b7bff6a1ca2a73a3e5 Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Thu, 29 Feb 2024 12:16:35 +0200 Subject: [PATCH] fixed reuse --- src/qt_gui/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qt_gui/main.cpp b/src/qt_gui/main.cpp index 727027534..8a444af1d 100644 --- a/src/qt_gui/main.cpp +++ b/src/qt_gui/main.cpp @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: Copyright 2024 shadPS4 Emulator Project +// SPDX-License-Identifier: GPL-2.0-or-later + #include #include "qt_gui/game_install_dialog.h"