diff options
Diffstat (limited to 'cmd/srv9p/main.c')
-rw-r--r-- | cmd/srv9p/main.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/srv9p/main.c b/cmd/srv9p/main.c index 4170b5d..ae0e34e 100644 --- a/cmd/srv9p/main.c +++ b/cmd/srv9p/main.c @@ -1,3 +1,9 @@ +/* srv9p/main.c - Main entry point for test 9P server + * + * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> + * SPDX-Licence-Identifier: AGPL-3.0-or-later + */ + #include <error.h> #include <stdio.h> |