aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sysfs.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2023-06-20 12:52:35 +0200
committerKarel Zak <kzak@redhat.com>2023-06-20 12:52:35 +0200
commit79feaa6022453d3c62ddf8396d4b6475344a46a3 (patch)
treeef62791c72f8ba06efeab05bb9caa78c8c1a3553 /lib/sysfs.c
parent278f76ae88807eec5c202d44cd3ecdb8b201347b (diff)
downloadutil-linux-79feaa6022453d3c62ddf8396d4b6475344a46a3.tar.gz
lib/ include/: cleanup licence headers
This patch does not change any license of the affected files. Changes: * add missing SPDX-License-Identifier lines for LGPL * copy missing license lines from code (lib/) to header files (include/) * use the same comment formatting Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/sysfs.c')
-rw-r--r--lib/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sysfs.c b/lib/sysfs.c
index 3c2027d994..dfacf4a4a7 100644
--- a/lib/sysfs.c
+++ b/lib/sysfs.c
@@ -2,7 +2,7 @@
* No copyright is claimed. This code is in the public domain; do with
* it what you wish.
*
- * Written by Karel Zak <kzak@redhat.com>
+ * Copyright (C) 2011 Karel Zak <kzak@redhat.com>
*/
#include <ctype.h>
#include <libgen.h>