aboutgitcodelistschat:MatrixIRC
path: root/tests-utils
diff options
context:
space:
mode:
Diffstat (limited to 'tests-utils')
-rw-r--r--tests-utils/Makefile4
-rw-r--r--tests-utils/test-server.c5
-rw-r--r--tests-utils/test-syscalls.c5
3 files changed, 14 insertions, 0 deletions
diff --git a/tests-utils/Makefile b/tests-utils/Makefile
index c234972..95536a8 100644
--- a/tests-utils/Makefile
+++ b/tests-utils/Makefile
@@ -1,3 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Copyright 2023 Red Hat GmbH
+# Author: Alice Frosi <afrosi@redhat.com>
+
test:
$(CC) $(CFLAGS) -o test-syscalls test-syscalls.c
$(CC) $(CFLAGS) -o test-server test-server.c
diff --git a/tests-utils/test-server.c b/tests-utils/test-server.c
index 811caf4..38ada42 100644
--- a/tests-utils/test-server.c
+++ b/tests-utils/test-server.c
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Alice Frosi <afrosi@redhat.com>
+ */
+
#include <sys/un.h>
#include <sys/socket.h>
#include <stdio.h>
diff --git a/tests-utils/test-syscalls.c b/tests-utils/test-syscalls.c
index d017df5..82922fc 100644
--- a/tests-utils/test-syscalls.c
+++ b/tests-utils/test-syscalls.c
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Alice Frosi <afrosi@redhat.com>
+ */
+
#include <sys/un.h>
#include <sys/socket.h>
#include <stdio.h>