From 469a30f158edceda99fe8a086abbeefffa010e02 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 16 Jan 2022 11:11:01 -0800 Subject: Convert src/draglock.c from ISO-8859-1 to UTF-8 Fixes flawfinder error in CI: Error: encoding error in ./src/draglock.c 'utf-8' codec can't decode byte 0xa9 in position 343: invalid start byte Signed-off-by: Alan Coopersmith --- src/draglock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draglock.c b/src/draglock.c index ac9d9c0..095e974 100644 --- a/src/draglock.c +++ b/src/draglock.c @@ -5,7 +5,7 @@ * Copyright 1994-2002 by The XFree86 Project, Inc. * Copyright 2002 by Paul Elliott * (Ported from xf86-input-mouse, above copyrights taken from there) - * Copyright © 2008 University of South Australia + * Copyright © 2008 University of South Australia * Copyright 2008 by Chris Salch * Copyright 2008 Red Hat, Inc. * -- cgit v1.2.1