]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Adopt SPDX License tag for files missing license information
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Mar 2022 04:38:44 +0000 (10:08 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Mar 2022 14:34:45 +0000 (08:34 -0600)
commit7e30070e882f3b0ed1b72421cb6ea0a4e4c0d559
tree65c12ae91acd904f30e2e88af3a40aa7cf992271
parent2bfb5500af22129ac085c2bab45e656437c18800
Adopt SPDX License tag for files missing license information

Adopt SPDX license tag for all the source files, those missing License
information.  All the files in the project fall under project license,
hence explicitly adding LGPL-2.1-only identifier to them.  The SPDX
license identifier is added for the files, reported by checkpatch.pl.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
23 files changed:
bootstrap.sh
include/libcgroup/config.h
include/libcgroup/error.h
include/libcgroup/groups.h
include/libcgroup/iterators.h
include/libcgroup/log.h
include/libcgroup/tasks.h
samples/c/get_all_controller.c
samples/c/get_controller.c
samples/c/get_mount_point.c
samples/c/get_procs.c
samples/c/get_variable_names.c
samples/c/logger.c
samples/c/proctest.c
samples/c/read_stats.c
samples/c/setuid.c
samples/c/test_functions.c
samples/c/test_named_hierarchy.c
samples/c/walk_task.c
samples/c/walk_test.c
samples/c/wrapper_test.c
src/tools/cgget.c
src/tools/cgset.c