diff options
Diffstat (limited to 'samples/bpf/cgroup_helpers.h')
| -rw-r--r-- | samples/bpf/cgroup_helpers.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/bpf/cgroup_helpers.h b/samples/bpf/cgroup_helpers.h index 78c55207b6bd..06485e0002b3 100644 --- a/samples/bpf/cgroup_helpers.h +++ b/samples/bpf/cgroup_helpers.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0 */  #ifndef __CGROUP_HELPERS_H  #define __CGROUP_HELPERS_H  #include <errno.h>  |