aboutgitcodelistschat:MatrixIRC
diff options
context:
space:
mode:
-rw-r--r--cooker/filter.c5
-rw-r--r--cooker/filter.h5
2 files changed, 10 insertions, 0 deletions
diff --git a/cooker/filter.c b/cooker/filter.c
index 721ef51..0539e42 100644
--- a/cooker/filter.c
+++ b/cooker/filter.c
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Alice Frosi <afrosi@redhat.com>
+ */
+
#define _GNU_SOURCE
#include <fcntl.h>
#include <stdbool.h>
diff --git a/cooker/filter.h b/cooker/filter.h
index 79c00cc..205fa06 100644
--- a/cooker/filter.h
+++ b/cooker/filter.h
@@ -1,3 +1,8 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Alice Frosi <afrosi@redhat.com>
+ */
+
#ifndef FILTER_H_
#define FILTER_H_