summaryrefslogtreecommitdiff
path: root/cmd/srv9p/static9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/srv9p/static9p.h')
-rw-r--r--cmd/srv9p/static9p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/static9p.h b/cmd/srv9p/static9p.h
index 5ef6cb1..7a3d476 100644
--- a/cmd/srv9p/static9p.h
+++ b/cmd/srv9p/static9p.h
@@ -1,7 +1,7 @@
/* 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
+ * SPDX-License-Identifier: AGPL-3.0-or-later
*/
#ifndef _SRV9P_STATIC9P_H_