]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
gunit: Adopt SPDX License tag
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Tue, 15 Mar 2022 11:09:27 +0000 (16:39 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Mon, 21 Mar 2022 16:05:20 +0000 (10:05 -0600)
commit4b7c6c703a2209dca6b742ef2ab262cd72beabcd
tree78636e038d01a439f2f78d617cb37fc943a36854
parentafab76b9237334a5694bf7d0086e4d59ca9a74a4
gunit: Adopt SPDX License tag

Adopt SPDX license tag for all the source files, those already have
LGPL 2.1 boilerplate in them and those missing license information.
All the files in the project fall under project license, hence
explicitly adding LGPL-2.1-only identifier to the files missing license
information. Adopting SPDX license helps the compliance tools to
determine the license and also helps in reducing the repetitive license
boilerplate across source files.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
18 files changed:
gunit/001-path.cpp
gunit/002-cgroup_parse_rules_options.cpp
gunit/003-cg_get_cgroups_from_proc_cgroups.cpp
gunit/004-cgroup_compare_ignore_rule.cpp
gunit/005-cgroup_compare_wildcard_procname.cpp
gunit/006-cgroup_get_cgroup.cpp
gunit/007-cgroup_process_v1_mount.cpp
gunit/008-cgroup_process_v2_mount.cpp
gunit/009-cgroup_set_values_recursive.cpp
gunit/010-cgroup_chown_chmod_tasks.cpp
gunit/011-cgroupv2_subtree_control.cpp
gunit/012-cgroup_create_cgroup.cpp
gunit/013-cgroup_build_tasks_procs_path.cpp
gunit/014-cgroupv2_get_subtree_control.cpp
gunit/015-cgroupv2_controller_enabled.cpp
gunit/016-cgset_parse_r_flag.cpp
gunit/Makefile.am
gunit/gtest.cpp