aboutgitcodelistschat:MatrixIRC
path: root/seitan.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2023-06-02 19:40:02 +0200
committerStefano Brivio <sbrivio@redhat.com>2023-06-02 19:40:02 +0200
commitab0013984c8d4f38b4898b1ccc19d198bef0f371 (patch)
treecc5ff344ad59e0ca84ccce5ccdb25104caef6d3d /seitan.c
parente9c7419b42d258ce2012fd0cddb0003ba299e7b3 (diff)
downloadseitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar.gz
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar.bz2
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar.lz
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar.xz
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.tar.zst
seitan-ab0013984c8d4f38b4898b1ccc19d198bef0f371.zip
seitan: Minor header cleanup
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'seitan.c')
-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