aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-04-04 11:54:27 +0200
committerKarel Zak <kzak@redhat.com>2024-04-04 11:54:27 +0200
commit595701740d7cb66bcaa877a9b23cc85196a1d141 (patch)
tree5d3919c1f2e465ca535c0f42837f1df2829c8e7d
parentae2e26027addd9b33021b561f44b3669225549f6 (diff)
downloadutil-linux-595701740d7cb66bcaa877a9b23cc85196a1d141.tar.gz
sys-utils/irq-common: fix SPDX typos
Reported-by: oliver Fendt <ofendt@googlemail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--sys-utils/irq-common.c2
-rw-r--r--sys-utils/irq-common.h2
-rw-r--r--sys-utils/irqtop.c2
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.
*