diff options
Diffstat (limited to 'cmd/srv9p/static9p.h')
-rw-r--r-- | cmd/srv9p/static9p.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/srv9p/static9p.h b/cmd/srv9p/static9p.h index 2d77138..92f5909 100644 --- a/cmd/srv9p/static9p.h +++ b/cmd/srv9p/static9p.h @@ -1,3 +1,9 @@ +/* srv9p/static9p.h - Serve static files over 9P + * + * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * SPDX-Licence-Identifier: AGPL-3.0-or-later + */ + #ifndef _STATIC9P_H_ #define _STATIC9P_H_ |