From 595701740d7cb66bcaa877a9b23cc85196a1d141 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 4 Apr 2024 11:54:27 +0200 Subject: [PATCH] sys-utils/irq-common: fix SPDX typos Reported-by: oliver Fendt Signed-off-by: Karel Zak --- sys-utils/irq-common.c | 2 +- sys-utils/irq-common.h | 2 +- sys-utils/irqtop.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-utils/irq-common.c b/sys-utils/irq-common.c index 54af551be1..82a7757600 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 6db252d527..97366da033 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 7baa47bafe..660e813168 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. * -- 2.47.3