From 37e94bd191701a08e0081b2027cfbede6d76a21c Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 08:13:23 +0200 Subject: treewide: Change to GPLv2, add LICENSES, missing headers As discussed with Alice -- 'reuse lint' passes now. Signed-off-by: Stefano Brivio --- debug/build.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'debug/build.c') diff --git a/debug/build.c b/debug/build.c index 93ce97b..766a1f6 100644 --- a/debug/build.c +++ b/debug/build.c @@ -1,3 +1,13 @@ +// SPDX-License-Identifier: GPL-2.0-or-later + +/* seitan - Syscall Expressive Interpreter, Transformer and Notifier + * + * debug/build.c - Dump BPF file in readable format + * + * Copyright 2023 Red Hat GmbH + * Author: Alice Frosi + */ + #define _GNU_SOURCE #include #include -- cgit v1.2.3