aboutgitcodelistschat:MatrixIRC
path: root/common/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/common.c')
-rw-r--r--common/common.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/common/common.c b/common/common.c
index f67f175..e13c214 100644
--- a/common/common.c
+++ b/common/common.c
@@ -1,3 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+/* seitan - Syscall Expressive Interpreter, Transformer and Notifier
+ *
+ * common/common.c - Common routines for seitan, seitan-eater and seitan-cooker
+ *
+ * Copyright 2023 Red Hat GmbH
+ * Authors: Alice Frosi <afrosi@redhat.com>
+ * Stefano Brivio <sbrivio@redhat.com>
+ */
+
#define _GNU_SOURCE
#include <stddef.h>
#include <stdio.h>