]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sys-utils/irq-common: fix SPDX typos
authorKarel Zak <kzak@redhat.com>
Thu, 4 Apr 2024 09:54:27 +0000 (11:54 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 4 Apr 2024 09:54:27 +0000 (11:54 +0200)
Reported-by: oliver Fendt <ofendt@googlemail.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/irq-common.c
sys-utils/irq-common.h
sys-utils/irqtop.c

index 54af551be116ee46bd79c920970a85d31b180b02..82a7757600737b1306a3411ab3c1f6a3024c21d9 100644 (file)
@@ -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.
  *
index 6db252d5273b8e1c088b0fdbdbfe0b4ad5a47110..97366da033259a63556d4b57a354fb14632f6eef 100644 (file)
@@ -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
index 7baa47bafeb0fe7b40ca96f785238ae6df75fb8b..660e8131681c8c1cc7d9b4f5390c783f4c0628ef 100644 (file)
@@ -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.
  *