diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2023-06-02 19:40:02 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2023-06-02 19:40:02 +0200 |
commit | ab0013984c8d4f38b4898b1ccc19d198bef0f371 (patch) | |
tree | cc5ff344ad59e0ca84ccce5ccdb25104caef6d3d | |
parent | e9c7419b42d258ce2012fd0cddb0003ba299e7b3 (diff) | |
download | seitan-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>
-rw-r--r-- | seitan.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |