diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 13:04:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-16 13:04:35 -0800 |
commit | ae160fc87bd2d52e0ab807b31dc2682beb3db772 (patch) | |
tree | 301c5661540ced042c8c8acd7be4465eba90700e /src/psmcomm.c | |
parent | 74282e856cb09c18460dd81ae2e5cac8cc531d51 (diff) |
Convert remaining source files from ISO-8859-1 to UTF-8
Most were already converted. Fixes error raised by FlawFinder in CI:
Error: encoding error in ./src/synaptics.c
'utf-8' codec can't decode byte 0xa9 in position 16: invalid start byte
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/psmcomm.c')
-rw-r--r-- | src/psmcomm.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/psmcomm.c b/src/psmcomm.c index 4086aba..0bf9877 100644 --- a/src/psmcomm.c +++ b/src/psmcomm.c @@ -1,10 +1,10 @@ /* - * Copyright © 1997 C. Scott Ananian - * Copyright © 1998-2000 Bruce Kalk - * Copyright © 2001 Stefan Gmeiner - * Copyright © 2002 Linuxcare Inc. David Kennedy - * Copyright © 2003 Fred Hucht - * Copyright © 2004 Arne Schwabe + * Copyright © 1997 C. Scott Ananian + * Copyright © 1998-2000 Bruce Kalk + * Copyright © 2001 Stefan Gmeiner + * Copyright © 2002 Linuxcare Inc. David Kennedy + * Copyright © 2003 Fred Hucht + * Copyright © 2004 Arne Schwabe * * Permission to use, copy, modify, distribute, and sell this software * and its documentation for any purpose is hereby granted without |