aboutgitcodelistschat:MatrixIRC
path: root/tests
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-05-11 11:02:09 +0200
committerAlice Frosi <afrosi@redhat.com>2023-05-11 11:02:09 +0200
commit0e5d485f5fd074f3b13915af78052a114dd27ae9 (patch)
treee9bfc03077ce52e6b41ea6667558899658122a39 /tests
parent94df2efe2d2221bf0c4d77510142c95283d76f2b (diff)
downloadseitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar.gz
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar.bz2
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar.lz
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar.xz
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.tar.zst
seitan-0e5d485f5fd074f3b13915af78052a114dd27ae9.zip
Add missing license header to tests/unit/test_errors.c
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/test_errors.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/test_errors.c b/tests/unit/test_errors.c
index 51fc3db..f949e86 100644
--- a/tests/unit/test_errors.c
+++ b/tests/unit/test_errors.c
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Alice Frosi <afrosi@redhat.com>
+ */
+
#include <stdlib.h>
#include <sys/mman.h>
#include <sys/syscall.h>