summaryrefslogtreecommitdiff
path: root/lib9p/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/srv.c')
-rw-r--r--lib9p/srv.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib9p/srv.c b/lib9p/srv.c
index 282cd68..90791f3 100644
--- a/lib9p/srv.c
+++ b/lib9p/srv.c
@@ -1,3 +1,9 @@
+/* lib9p/srv.c - 9P server
+ *
+ * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * SPDX-Licence-Identifier: AGPL-3.0-or-later
+ */
+
#include <assert.h>
#include <alloca.h>
#include <inttypes.h> /* for PRI* */