Convert file encodings from ISO-8859 to UTF-8.

This commit is contained in:
Carl Worth 2005-03-02 07:43:33 +00:00
parent 2dcb6cd345
commit 6d50e485fa
20 changed files with 30 additions and 21 deletions

View file

@ -1,3 +1,12 @@
2005-03-02 Carl Worth <cworth@cworth.org>
* src/ic.c, src/icblt.c, src/icbltone.c, src/iccolor.c,
src/iccompose.c, src/icformat.c, src/icimage.c, src/icimage.h,
src/icint.h, src/icpixels.c, src/icrect.c, src/icrop.h,
src/icstipple.c, src/ictransform.c, src/ictrap.c, src/ictri.c,
src/icutil.c, src/pixman.h, src/slim_internal.h: Convert file
encodings from ISO-8859 to UTF-8.
2005-02-21 Carl Worth <cworth@cworth.org>
* src/renderedge.h: Add only-just-better-than-ASCII-art diagram

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 SuSE, Inc.
* Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,7 +1,7 @@
/*
* Id: $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,7 +1,7 @@
/*
* Id: $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 SuSE, Inc.
* Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 Keith Packard
* Copyright © 2000 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

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 SuSE, Inc.
* Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 SuSE, Inc.
* Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 Keith Packard
* Copyright © 2000 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

View file

@ -1,5 +1,5 @@
/*
* Copyright Š 2003 Carl Worth
* Copyright © 2003 Carl Worth
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,7 +1,7 @@
/*
* $Id: icpixels.c,v 1.6 2003-12-10 23:23:49 dajobe Exp $
* $Id: icpixels.c,v 1.7 2005-03-02 15:43:33 cworth Exp $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 Keith Packard
* Copyright © 2000 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

View file

@ -1,7 +1,7 @@
/*
* Id: $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,7 +1,7 @@
/*
* Id: $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2000 SuSE, Inc.
* Copyright © 2000 SuSE, Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its
* documentation for any purpose is hereby granted without fee, provided that

View file

@ -1,5 +1,5 @@
/*
* Copyright © 2002 University of Southern California
* Copyright © 2002 University of Southern California
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without

View file

@ -1,5 +1,5 @@
/*
* 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

View file

@ -1,7 +1,7 @@
/*
* Id: $
*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -54,12 +54,12 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
******************************************************************/
/* $Id: pixman.h,v 1.16 2005-01-26 17:10:15 cworth Exp $ */
/* $Id: pixman.h,v 1.17 2005-03-02 15:43:33 cworth Exp $ */
/* libic.h */
/*
* Copyright © 1998 Keith Packard
* Copyright © 1998 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

View file

@ -1,6 +1,6 @@
/* slim - Shared Library Interface Macros
*
* Copyright © 2003 Richard Henderson
* Copyright © 2003 Richard Henderson
*
* Permission to use, copy, modify, distribute, and sell this software
* and its documentation for any purpose is hereby granted without