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

This commit is contained in:
unai_71 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

View File

@ -1,5 +1,5 @@
// Producer.cxx
// SPDX-License-Identifier: GPL-3.0-only
// SPDX-License-Identifier: GPL-3.0-or-later
// Author: Unai Blazquez <unaibg2000@gmail.com>
#include "Producer.hpp"

View File

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

View File

@ -1,5 +1,5 @@
# Author: Unai Blazquez
# License: GPL-3-only
# License: GPL-3-or-later
add_executable(test_sysfs_reader
test_sysfs_read.cxx