fix: update license identifier from GPL-3.0-only to GPL-3.0-or-later in multiple files

This commit is contained in:
2026-03-10 20:29:40 +00:00
parent 747e0d1208
commit 246104b091
5 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
// MainWindow.hpp
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-License-Identifier: GPL-3.0-or-later
// Author: Unai Blazquez <unaibg2000@gmail.com>
#include <QLabel>

View File

@@ -1,5 +1,5 @@
// UnixIpcBridge.hpp
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-License-Identifier: GPL-3.0-or-later
// Author: Unai Blazquez <unaibg2000@gmail.com>
#pragma once