aboutgitcodelistschat:MatrixIRC
path: root/debug/build.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/build.c')
-rw-r--r--debug/build.c10
1 files changed, 10 insertions, 0 deletions
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 <afrosi@redhat.com>
+ */
+
#define _GNU_SOURCE
#include <stdbool.h>
#include <stddef.h>