Replace the license notices with one SPDX line, like done in the kernel
and other projects.
Changes from v1:
- Do not mess with copyright notices, just the license
- Fix some unintentional move from GPL to LGPL for tools (even though
LGPL should be preferred so we can easily move code between library
and tools)
- Split patches so the removal of one-line source description is not
bundled in the same patch as the license update
Lucas De Marchi (3):
Use SPDX header for license
Drop the one line short description on sources
depmod: Remove license/copyright from the middle
libkmod/libkmod-builtin.c | 16 +------------
libkmod/libkmod-config.c | 16 +------------
libkmod/libkmod-elf.c | 16 +------------
libkmod/libkmod-file.c | 16 +------------
libkmod/libkmod-index.c | 16 +------------
libkmod/libkmod-index.h | 16 +------------
libkmod/libkmod-list.c | 16 +------------
libkmod/libkmod-module.c | 16 +------------
libkmod/libkmod-signature.c | 16 +------------
libkmod/libkmod.c | 16 +------------
libkmod/libkmod.h | 16 +------------
m4/attributes.m4 | 18 ++------------
m4/features.m4 | 17 +++-----------
shared/array.c | 16 +------------
shared/hash.c | 16 +------------
shared/macro.h | 16 +------------
shared/scratchbuf.c | 16 +------------
shared/strbuf.c | 16 +------------
shared/util.c | 16 +------------
shell-completion/bash/kmod | 16 +------------
testsuite/delete_module.c | 14 +----------
testsuite/init_module.c | 14 +----------
testsuite/path.c | 14 +----------
testsuite/test-array.c | 14 +----------
testsuite/test-blacklist.c | 14 +----------
testsuite/test-dependencies.c | 14 +----------
testsuite/test-depmod.c | 14 +----------
testsuite/test-hash.c | 14 +----------
testsuite/test-init.c | 14 +----------
testsuite/test-initstate.c | 14 +----------
testsuite/test-list.c | 14 +----------
testsuite/test-loaded.c | 14 +----------
testsuite/test-modinfo.c | 14 +----------
testsuite/test-modprobe.c | 14 +----------
testsuite/test-new-module.c | 14 +----------
testsuite/test-scratchbuf.c | 14 +----------
testsuite/test-strbuf.c | 14 +----------
testsuite/test-testsuite.c | 14 +----------
testsuite/test-user.c | 14 +----------
testsuite/test-util.c | 14 +----------
testsuite/testsuite.c | 14 +----------
testsuite/testsuite.h | 14 +----------
testsuite/uname.c | 14 +----------
tools/depmod.c | 44 +++--------------------------------
tools/insmod.c | 16 +------------
tools/kmod.c | 16 +------------
tools/kmod.h | 16 +------------
tools/log.c | 16 +------------
tools/log.h | 16 +------------
tools/lsmod.c | 16 +------------
tools/modinfo.c | 14 +----------
tools/modprobe.c | 14 +----------
tools/rmmod.c | 14 +----------
tools/static-nodes.c | 14 +----------
54 files changed, 59 insertions(+), 782 deletions(-)
--
2.45.2