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-cache | |
parent | fc2cc873bb1a715844a1e6f885661bf433bdd7cf (diff) |
Change files from ISO-Latin-1 to UTF-8
Diffstat (limited to 'fc-cache')
-rw-r--r-- | fc-cache/Makefile.am | 2 | ||||
-rw-r--r-- | fc-cache/fc-cache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fc-cache/Makefile.am b/fc-cache/Makefile.am index 56f7952e..ad42af3b 100644 --- a/fc-cache/Makefile.am +++ b/fc-cache/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-cache/fc-cache.c b/fc-cache/fc-cache.c index 41609a1b..ef92535a 100644 --- a/fc-cache/fc-cache.c +++ b/fc-cache/fc-cache.c @@ -1,7 +1,7 @@ /* * $RCSId: xc/lib/fontconfig/fc-cache/fc-cache.c,v 1.8tsi 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 |