From 0527d301dd0ed8dc462fe4f600eb221dddd56b32 Mon Sep 17 00:00:00 2001 From: Aleix Pol Gonzalez Date: Wed, 6 Dec 2023 15:45:33 +0100 Subject: [PATCH] Address licence of plugin.h The rest of the project is GPLv2, this one is GPLv3 for no apparent reason. Even the .cpp file is GPLv2. Signed-off-by: Victoria Fischer --- src/plugins/private/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/private/plugin.h b/src/plugins/private/plugin.h index a8ac29f0d2..ad42b61a71 100644 --- a/src/plugins/private/plugin.h +++ b/src/plugins/private/plugin.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: 2021 Vlad Zahorodnii - SPDX-License-Identifier: GPL-3.0-or-later + SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once