summaryrefslogtreecommitdiff
path: root/cmd/srv9p/static9p.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/srv9p/static9p.c')
-rw-r--r--cmd/srv9p/static9p.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/srv9p/static9p.c b/cmd/srv9p/static9p.c
index e20921d..f508ff1 100644
--- a/cmd/srv9p/static9p.c
+++ b/cmd/srv9p/static9p.c
@@ -1,3 +1,9 @@
+/* srv9p/static9p.c - Serve static files over 9P
+ *
+ * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * SPDX-Licence-Identifier: AGPL-3.0-or-later
+ */
+
#include <assert.h>
#include "static9p.h"