aboutgitcodebugslistschat
path: root/igmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'igmp.c')
-rw-r--r--igmp.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/igmp.c b/igmp.c
index b92aa0a..8f6b263 100644
--- a/igmp.c
+++ b/igmp.c
@@ -1,2 +1,16 @@
+// SPDX-License-Identifier: AGPL-3.0-or-later
+
+/* PASST - Plug A Simple Socket Transport
+ * for qemu/UNIX domain socket mode
+ *
+ * PASTA - Pack A Subtle Tap Abstraction
+ * for network namespace/tap device mode
+ *
+ * igmp.c - (to be implemented) IGMP proxy
+ *
+ * Copyright (c) 2020-2021 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
/* TO BE IMPLEMENTED */
__attribute__((__unused__)) static void __(void) { }