summaryrefslogtreecommitdiff
path: root/src/basic/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/utf8.c')
-rw-r--r--src/basic/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/utf8.c b/src/basic/utf8.c
index d18dbc352..2bdda21af 100644
--- a/src/basic/utf8.c
+++ b/src/basic/utf8.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
- Copyright 2008-2011 Kay Sievers
+ Copyright © 2008-2011 Kay Sievers
***/
/* Parts of this file are based on the GLIB utf8 validation functions. The