aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
-rw-r--r--seitan.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/seitan.c b/seitan.c
index 30772df..f0e9083 100644
--- a/seitan.c
+++ b/seitan.c
@@ -2,10 +2,11 @@
/* SEITAN - Syscall Expressive Interpreter, Transformer and Notifier
*
- * src/seitan/seitan.c - Wait for processes, listen for syscalls, handle them
+ * seitan.c - Wait for processes, listen for syscalls, handle them
*
* Copyright (c) 2022 Red Hat GmbH
- * Author: Stefano Brivio <sbrivio@redhat.com>, Alice Frosi <afrosi@redhat.com>
+ * Authors: Alice Frosi <afrosi@redhat.com>
+ * Stefano Brivio <sbrivio@redhat.com>
*/
#define _GNU_SOURCE