From 3cd39827ec2d2aa8d69762de8fbf72322ca85038 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 16 Oct 2024 19:42:08 -0600 Subject: copyright statements --- cmd/srv9p/static9p.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cmd/srv9p/static9p.c') 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 + * SPDX-Licence-Identifier: AGPL-3.0-or-later + */ + #include #include "static9p.h" -- cgit v1.2.3-2-g168b