From: Karel Zak Date: Thu, 4 Apr 2024 09:54:27 +0000 (+0200) Subject: sys-utils/irq-common: fix SPDX typos X-Git-Tag: v2.42-start~453 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=595701740d7cb66bcaa877a9b23cc85196a1d141;p=thirdparty%2Futil-linux.git sys-utils/irq-common: fix SPDX typos Reported-by: oliver Fendt Signed-off-by: Karel Zak --- diff --git a/sys-utils/irq-common.c b/sys-utils/irq-common.c index 54af551be..82a775760 100644 --- a/sys-utils/irq-common.c +++ b/sys-utils/irq-common.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.1-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * irq-common.c - functions to display kernel interrupt information. * diff --git a/sys-utils/irq-common.h b/sys-utils/irq-common.h index 6db252d52..97366da03 100644 --- a/sys-utils/irq-common.h +++ b/sys-utils/irq-common.h @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.1-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/sys-utils/irqtop.c b/sys-utils/irqtop.c index 7baa47baf..660e81316 100644 --- a/sys-utils/irqtop.c +++ b/sys-utils/irqtop.c @@ -1,5 +1,5 @@ /* - * SPDX-License-Identifier: GPL-2.1-or-later + * SPDX-License-Identifier: LGPL-2.1-or-later * * irqtop.c - utility to display kernel interrupt information. *