xserver/fb fb.h, 1.42, 1.43 fb24_32.c, 1.6, 1.7 fb24_32.h, 1.2, 1.3 fballpriv.c, 1.5, 1.6 fbarc.c, 1.9, 1.10 fbbits.c, 1.7, 1.8 fbbits.h, 1.15, 1.16 fbblt.c, 1.15, 1.16 fbbltone.c, 1.14, 1.15 fbbstore.c, 1.3, 1.4 fbcompose.c, 1.22, 1.23 fbcopy.c, 1.14, 1.15 fbfill.c, 1.8, 1.9 fbfillrect.c, 1.3, 1.4 fbfillsp.c, 1.3, 1.4 fbgc.c, 1.13, 1.14 fbgetsp.c, 1.7, 1.8 fbglyph.c, 1.13, 1.14 fbimage.c, 1.9, 1.10 fbline.c, 1.8, 1.9 fboverlay.c, 1.7, 1.8 fboverlay.h, 1.6, 1.7 fbpict.c, 1.32, 1.33 fbpict.h, 1.19, 1.20 fbpixmap.c, 1.16, 1.17 fbpoint.c, 1.10, 1.11 fbpush.c, 1.6, 1.7 fbrop.h, 1.5, 1.6 fbscreen.c, 1.15, 1.16 fbseg.c, 1.9, 1.10 fbsetsp.c, 1.6, 1.7 fbsolid.c, 1.9, 1.10 fbstipple.c, 1.8, 1.9 fbtile.c, 1.5, 1.6 fbutil.c, 1.6, 1.7 fbwindow.c, 1.14, 1.15

Carl Worth xserver-commit at pdx.freedesktop.org
Wed Mar 2 07:30:08 PST 2005


Committed by: cworth

Update of /cvs/xserver/xserver/fb
In directory gabe:/tmp/cvs-serv3781/fb

Modified Files:
	fb.h fb24_32.c fb24_32.h fballpriv.c fbarc.c fbbits.c fbbits.h 
	fbblt.c fbbltone.c fbbstore.c fbcompose.c fbcopy.c fbfill.c 
	fbfillrect.c fbfillsp.c fbgc.c fbgetsp.c fbglyph.c fbimage.c 
	fbline.c fboverlay.c fboverlay.h fbpict.c fbpict.h fbpixmap.c 
	fbpoint.c fbpush.c fbrop.h fbscreen.c fbseg.c fbsetsp.c 
	fbsolid.c fbstipple.c fbtile.c fbutil.c fbwindow.c 
Log Message:

        * render/animcur.c, render/filter.c, render/glyph.c,
        render/miglyph.c, render/miindex.c, render/mipict.c,
        render/mirect.c, render/mitrap.c, render/mitri.c,
        render/picture.c, render/render.c: Convert file encodings from
        ISO-8859 to UTF-8.

        * fb/fb.h, fb/fb24_32.c, fb/fb24_32.h, fb/fballpriv.c, fb/fbarc.c,
        fb/fbbits.c, fb/fbbits.h, fb/fbblt.c, fb/fbbltone.c,
        fb/fbbstore.c, fb/fbcompose.c, fb/fbcopy.c, fb/fbfill.c,
        fb/fbfillrect.c, fb/fbfillsp.c, fb/fbgc.c, fb/fbgetsp.c,
        fb/fbglyph.c, fb/fbimage.c, fb/fbline.c, fb/fboverlay.c,
        fb/fboverlay.h, fb/fbpict.c, fb/fbpict.h, fb/fbpixmap.c,
        fb/fbpoint.c, fb/fbpush.c, fb/fbrop.h, fb/fbscreen.c, fb/fbseg.c,
        fb/fbsetsp.c, fb/fbsolid.c, fb/fbstipple.c, fb/fbtile.c,
        fb/fbutil.c, fb/fbwindow.c: Convert file encodings from ISO-8859
        to UTF-8.


Index: fb.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fb.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- fb.h	5 Jan 2004 21:08:46 -0000	1.42
+++ fb.h	2 Mar 2005 15:30:03 -0000	1.43
@@ -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

Index: fb24_32.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fb24_32.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fb24_32.c	11 Sep 2003 05:12:50 -0000	1.6
+++ fb24_32.c	2 Mar 2005 15:30:03 -0000	1.7
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fb24_32.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fb24_32.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fb24_32.h	11 Sep 2003 05:12:50 -0000	1.2
+++ fb24_32.h	2 Mar 2005 15:30:03 -0000	1.3
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fballpriv.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fballpriv.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fballpriv.c	11 Sep 2003 05:12:50 -0000	1.5
+++ fballpriv.c	2 Mar 2005 15:30:03 -0000	1.6
@@ -1,7 +1,7 @@
 /*
  * Id: fballpriv.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbarc.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbarc.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fbarc.c	11 Sep 2003 05:12:50 -0000	1.9
+++ fbarc.c	2 Mar 2005 15:30:03 -0000	1.10
@@ -1,7 +1,7 @@
 /*
  * Id: fbarc.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbbits.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbbits.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fbbits.c	11 Sep 2003 05:12:50 -0000	1.7
+++ fbbits.c	2 Mar 2005 15:30:03 -0000	1.8
@@ -1,7 +1,7 @@
 /*
  * Id: fbbits.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbbits.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbbits.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- fbbits.h	17 Nov 2003 22:09:12 -0000	1.15
+++ fbbits.h	2 Mar 2005 15:30:03 -0000	1.16
@@ -1,7 +1,7 @@
 /*
  * Id: fbbits.h,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbblt.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbblt.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- fbblt.c	4 Feb 2004 08:54:11 -0000	1.15
+++ fbblt.c	2 Mar 2005 15:30:03 -0000	1.16
@@ -1,7 +1,7 @@
 /*
  * Id: fbblt.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbbltone.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbbltone.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fbbltone.c	11 Sep 2003 05:12:50 -0000	1.14
+++ fbbltone.c	2 Mar 2005 15:30:03 -0000	1.15
@@ -1,7 +1,7 @@
 /*
  * Id: fbbltone.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbbstore.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbbstore.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbbstore.c	11 Sep 2003 05:12:50 -0000	1.3
+++ fbbstore.c	2 Mar 2005 15:30:03 -0000	1.4
@@ -1,7 +1,7 @@
 /*
  * Id: fbbstore.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbcompose.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbcompose.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- fbcompose.c	26 Jan 2005 10:20:15 -0000	1.22
+++ fbcompose.c	2 Mar 2005 15:30:03 -0000	1.23
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fbcopy.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbcopy.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fbcopy.c	2 Nov 2003 19:56:10 -0000	1.14
+++ fbcopy.c	2 Mar 2005 15:30:03 -0000	1.15
@@ -1,7 +1,7 @@
 /*
  * Id: fbcopy.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbfill.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbfill.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fbfill.c	17 Nov 2003 06:54:52 -0000	1.8
+++ fbfill.c	2 Mar 2005 15:30:03 -0000	1.9
@@ -1,7 +1,7 @@
 /*
  * Id: fbfill.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbfillrect.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbfillrect.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbfillrect.c	11 Sep 2003 05:12:50 -0000	1.3
+++ fbfillrect.c	2 Mar 2005 15:30:03 -0000	1.4
@@ -1,7 +1,7 @@
 /*
  * Id: fbfillrect.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbfillsp.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbfillsp.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- fbfillsp.c	11 Sep 2003 05:12:50 -0000	1.3
+++ fbfillsp.c	2 Mar 2005 15:30:03 -0000	1.4
@@ -1,7 +1,7 @@
 /*
  * Id: fbfillsp.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbgc.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbgc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- fbgc.c	11 Sep 2003 05:12:50 -0000	1.13
+++ fbgc.c	2 Mar 2005 15:30:03 -0000	1.14
@@ -1,7 +1,7 @@
 /*
  * Id: fbgc.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbgetsp.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbgetsp.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fbgetsp.c	11 Sep 2003 05:12:50 -0000	1.7
+++ fbgetsp.c	2 Mar 2005 15:30:03 -0000	1.8
@@ -1,7 +1,7 @@
 /*
  * Id: fbgetsp.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbglyph.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbglyph.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- fbglyph.c	11 Sep 2003 05:12:50 -0000	1.13
+++ fbglyph.c	2 Mar 2005 15:30:03 -0000	1.14
@@ -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

Index: fbimage.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbimage.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fbimage.c	11 Sep 2003 05:12:50 -0000	1.9
+++ fbimage.c	2 Mar 2005 15:30:03 -0000	1.10
@@ -1,7 +1,7 @@
 /*
  * Id: fbimage.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbline.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbline.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fbline.c	11 Sep 2003 05:12:50 -0000	1.8
+++ fbline.c	2 Mar 2005 15:30:03 -0000	1.9
@@ -1,7 +1,7 @@
 /*
  * Id: fbline.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fboverlay.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fboverlay.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- fboverlay.c	2 Nov 2003 19:56:10 -0000	1.7
+++ fboverlay.c	2 Mar 2005 15:30:03 -0000	1.8
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fboverlay.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fboverlay.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fboverlay.h	11 Sep 2003 05:12:50 -0000	1.6
+++ fboverlay.h	2 Mar 2005 15:30:03 -0000	1.7
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fbpict.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbpict.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- fbpict.c	26 Jan 2005 10:20:15 -0000	1.32
+++ fbpict.c	2 Mar 2005 15:30:03 -0000	1.33
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fbpict.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbpict.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- fbpict.h	26 Jan 2005 10:20:15 -0000	1.19
+++ fbpict.h	2 Mar 2005 15:30:03 -0000	1.20
@@ -1,7 +1,7 @@
 /*
  * $Id$
  *
- * 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

Index: fbpixmap.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbpixmap.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- fbpixmap.c	15 Jan 2004 09:10:48 -0000	1.16
+++ fbpixmap.c	2 Mar 2005 15:30:03 -0000	1.17
@@ -1,7 +1,7 @@
 /*
  * Id: fbpixmap.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbpoint.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbpoint.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- fbpoint.c	17 Nov 2003 22:09:12 -0000	1.10
+++ fbpoint.c	2 Mar 2005 15:30:03 -0000	1.11
@@ -1,7 +1,7 @@
 /*
  * Id: fbpoint.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbpush.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbpush.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fbpush.c	11 Sep 2003 05:12:50 -0000	1.6
+++ fbpush.c	2 Mar 2005 15:30:03 -0000	1.7
@@ -1,7 +1,7 @@
 /*
  * Id: fbpush.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbrop.h
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbrop.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fbrop.h	11 Sep 2003 05:12:50 -0000	1.5
+++ fbrop.h	2 Mar 2005 15:30:03 -0000	1.6
@@ -1,7 +1,7 @@
 /*
  * Id: fbrop.h,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbscreen.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbscreen.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- fbscreen.c	2 Dec 2003 01:59:38 -0000	1.15
+++ fbscreen.c	2 Mar 2005 15:30:03 -0000	1.16
@@ -1,7 +1,7 @@
 /*
  * Id: fbscreen.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbseg.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbseg.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fbseg.c	11 Sep 2003 05:12:50 -0000	1.9
+++ fbseg.c	2 Mar 2005 15:30:03 -0000	1.10
@@ -1,7 +1,7 @@
 /*
  * Id: fbseg.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbsetsp.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbsetsp.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fbsetsp.c	11 Sep 2003 05:12:50 -0000	1.6
+++ fbsetsp.c	2 Mar 2005 15:30:03 -0000	1.7
@@ -1,7 +1,7 @@
 /*
  * Id: fbsetsp.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbsolid.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbsolid.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- fbsolid.c	11 Sep 2003 05:12:50 -0000	1.9
+++ fbsolid.c	2 Mar 2005 15:30:03 -0000	1.10
@@ -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

Index: fbstipple.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbstipple.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- fbstipple.c	11 Sep 2003 05:12:50 -0000	1.8
+++ fbstipple.c	2 Mar 2005 15:30:03 -0000	1.9
@@ -1,7 +1,7 @@
 /*
  * Id: fbstipple.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbtile.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbtile.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- fbtile.c	11 Sep 2003 05:12:50 -0000	1.5
+++ fbtile.c	2 Mar 2005 15:30:03 -0000	1.6
@@ -1,7 +1,7 @@
 /*
  * Id: fbtile.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbutil.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbutil.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- fbutil.c	11 Sep 2003 05:12:51 -0000	1.6
+++ fbutil.c	2 Mar 2005 15:30:03 -0000	1.7
@@ -1,7 +1,7 @@
 /*
  * Id: fbutil.c,v 1.1 1999/11/02 03:54:45 keithp 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

Index: fbwindow.c
===================================================================
RCS file: /cvs/xserver/xserver/fb/fbwindow.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- fbwindow.c	10 Nov 2003 06:28:07 -0000	1.14
+++ fbwindow.c	2 Mar 2005 15:30:03 -0000	1.15
@@ -1,7 +1,7 @@
 /*
  * Id: fbwindow.c,v 1.1 1999/11/02 03:54:45 keithp 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



More information about the xserver-commit mailing list