diff options
author | Keith Packard <keithp@keithp.com> | 2004-12-07 01:14:46 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2004-12-07 01:14:46 +0000 |
commit | 46b51147d10db21a4d5992074bcdc9022f45856b (patch) | |
tree | 21c6d28f2d4025bd3b55b631972ee60b4971cdff /fc-list | |
parent | fc2cc873bb1a715844a1e6f885661bf433bdd7cf (diff) |
Change files from ISO-Latin-1 to UTF-8
Diffstat (limited to 'fc-list')
-rw-r--r-- | fc-list/Makefile.am | 2 | ||||
-rw-r--r-- | fc-list/fc-list.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fc-list/Makefile.am b/fc-list/Makefile.am index 1a50948f..e16ae411 100644 --- a/fc-list/Makefile.am +++ b/fc-list/Makefile.am @@ -1,7 +1,7 @@ # # $Id$ # -# Copyright © 2003 Keith Packard +# Copyright © 2003 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/fc-list/fc-list.c b/fc-list/fc-list.c index 0fa1a8dc..04026cfa 100644 --- a/fc-list/fc-list.c +++ b/fc-list/fc-list.c @@ -1,7 +1,7 @@ /* * $RCSId: xc/lib/fontconfig/fc-list/fc-list.c,v 1.5 2002/06/30 23:45:40 keithp Exp $ * - * Copyright © 2002 Keith Packard + * Copyright © 2002 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 |