summaryrefslogtreecommitdiff
path: root/lib9p/9p.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib9p/9p.c')
-rw-r--r--lib9p/9p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/9p.c b/lib9p/9p.c
index 86d0ab8..9f0bd4c 100644
--- a/lib9p/9p.c
+++ b/lib9p/9p.c
@@ -1,7 +1,7 @@
/* lib9p/9p.c - Base 9P protocol utilities for both clients and servers
*
* 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 <inttypes.h> /* for PRIu{n} */