diff --git a/include/MainWindow.hpp b/include/MainWindow.hpp index 77cde2f..9b1cfab 100644 --- a/include/MainWindow.hpp +++ b/include/MainWindow.hpp @@ -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 #include diff --git a/include/UnixIpcBridge.hpp b/include/UnixIpcBridge.hpp index 24da3e8..2084abf 100644 --- a/include/UnixIpcBridge.hpp +++ b/include/UnixIpcBridge.hpp @@ -1,5 +1,5 @@ // UnixIpcBridge.hpp -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Unai Blazquez #pragma once diff --git a/src/core/Producer.cxx b/src/core/Producer.cxx index 8833d8f..b43830e 100644 --- a/src/core/Producer.cxx +++ b/src/core/Producer.cxx @@ -1,5 +1,5 @@ // Producer.cxx -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Unai Blazquez #include "Producer.hpp" diff --git a/src/core/UnixIpcBridge.cxx b/src/core/UnixIpcBridge.cxx index 5ef4efe..5dbc9dc 100644 --- a/src/core/UnixIpcBridge.cxx +++ b/src/core/UnixIpcBridge.cxx @@ -1,5 +1,5 @@ // UnixIpcBridge.cxx -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: GPL-3.0-or-later // Author: Unai Blazquez #include "UnixIpcBridge.hpp" diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index aa8f19e..53f3d84 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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