]> git.ipfire.org Git - thirdparty/kmod.git/commit
Use SPDX header for license
authorLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 23 Jul 2024 18:59:19 +0000 (13:59 -0500)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 26 Jul 2024 18:41:56 +0000 (13:41 -0500)
commitb5a2cd070def74f07075e0018289a9fcf12e1a68
treea85b38871921fa941767d12f9abc45b2e2c1185e
parentd84631afc229cac76e674c40ed483a03b2ec16dd
Use SPDX header for license

Drop the lengthy license from each file and just use SPDX like most
projects nowadays. This doesn't have any change to license, just how
they are recorded in each file.

This follows the kernel approach: header files use '/*' for comments
while .c files use '//'. For .m4, use "#".

Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://lore.kernel.org/r/20240723185921.1005569-2-lucas.de.marchi@gmail.com
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
54 files changed:
libkmod/libkmod-builtin.c
libkmod/libkmod-config.c
libkmod/libkmod-elf.c
libkmod/libkmod-file.c
libkmod/libkmod-index.c
libkmod/libkmod-index.h
libkmod/libkmod-list.c
libkmod/libkmod-module.c
libkmod/libkmod-signature.c
libkmod/libkmod.c
libkmod/libkmod.h
m4/attributes.m4
m4/features.m4
shared/array.c
shared/hash.c
shared/macro.h
shared/scratchbuf.c
shared/strbuf.c
shared/util.c
shell-completion/bash/kmod
testsuite/delete_module.c
testsuite/init_module.c
testsuite/path.c
testsuite/test-array.c
testsuite/test-blacklist.c
testsuite/test-dependencies.c
testsuite/test-depmod.c
testsuite/test-hash.c
testsuite/test-init.c
testsuite/test-initstate.c
testsuite/test-list.c
testsuite/test-loaded.c
testsuite/test-modinfo.c
testsuite/test-modprobe.c
testsuite/test-new-module.c
testsuite/test-scratchbuf.c
testsuite/test-strbuf.c
testsuite/test-testsuite.c
testsuite/test-user.c
testsuite/test-util.c
testsuite/testsuite.c
testsuite/testsuite.h
testsuite/uname.c
tools/depmod.c
tools/insmod.c
tools/kmod.c
tools/kmod.h
tools/log.c
tools/log.h
tools/lsmod.c
tools/modinfo.c
tools/modprobe.c
tools/rmmod.c
tools/static-nodes.c