diff options
Diffstat (limited to 'cmd/srv9p/static9p.c')
-rw-r--r-- | cmd/srv9p/static9p.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/static9p.c b/cmd/srv9p/static9p.c index a5b4492..3632c26 100644 --- a/cmd/srv9p/static9p.c +++ b/cmd/srv9p/static9p.c @@ -1,7 +1,7 @@ /* 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 + * SPDX-License-Identifier: AGPL-3.0-or-later */ #include <assert.h> |