summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-19 09:31:00 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-02-19 09:31:00 -0800
commit0a2e96d823e54a99b2079446f53aaf9cac15c279 (patch)
tree83884bb6a6b43c4c80b2a12bd8aa8083bcb3fa40
parent92984f5a3f3afc9352f6dbc405ae9287f02abd38 (diff)
uxa: Convert source files from ISO-8859-1 to UTF-8
Clears errors from FlawFinder in gitlab CI: Error: encoding error in ./src/uxa/uxa-unaccel.c 'utf-8' codec can't decode byte 0xa9 in position 19: invalid start byte Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--src/uxa/uxa-unaccel.c2
-rw-r--r--src/uxa/uxa.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/uxa/uxa-unaccel.c b/src/uxa/uxa-unaccel.c
index f3539da..283c4ac 100644
--- a/src/uxa/uxa-unaccel.c
+++ b/src/uxa/uxa-unaccel.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright © 1999 Keith Packard
+ * Copyright © 1999 Keith Packard
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that
diff --git a/src/uxa/uxa.c b/src/uxa/uxa.c
index 36d610e..27b743d 100644
--- a/src/uxa/uxa.c
+++ b/src/uxa/uxa.c
@@ -1,7 +1,7 @@
/*
- * Copyright © 2001 Keith Packard
+ * Copyright © 2001 Keith Packard
*
- * Partly based on code that is Copyright © The XFree86 Project Inc.
+ * Partly based on code that is Copyright © The XFree86 Project Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that