diff options
Diffstat (limited to 'samples/bpf/cgroup_helpers.c')
-rw-r--r-- | samples/bpf/cgroup_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/cgroup_helpers.c b/samples/bpf/cgroup_helpers.c index 9d1be9426401..09afaddfc9ba 100644 --- a/samples/bpf/cgroup_helpers.c +++ b/samples/bpf/cgroup_helpers.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0 #define _GNU_SOURCE #include <sched.h> #include <sys/mount.h> |