[cairo-commit] cairo/src cairo.c, 1.43, 1.44 cairo.h, 1.60, 1.61 cairo_cache.c, 1.1, 1.2 cairo_color.c, 1.7, 1.8 cairo_fixed.c, 1.7, 1.8 cairo_font.c, 1.26, 1.27 cairo_ft_font.c, 1.24, 1.25 cairo_glitz_surface.c, 1.9, 1.10 cairo_gstate.c, 1.61, 1.62 cairo_hull.c, 1.6, 1.7 cairo_image_surface.c, 1.17, 1.18 cairo_matrix.c, 1.11, 1.12 cairo_path.c, 1.16, 1.17 cairo_path_bounds.c, 1.13, 1.14 cairo_path_fill.c, 1.12, 1.13 cairo_path_stroke.c, 1.18, 1.19 cairo_pattern.c, 1.11, 1.12 cairo_pen.c, 1.19, 1.20 cairo_png_surface.c, 1.9, 1.10 cairo_polygon.c, 1.9, 1.10 cairo_ps_surface.c, 1.14, 1.15 cairo_slope.c, 1.6, 1.7 cairo_spline.c, 1.11, 1.12 cairo_surface.c, 1.36, 1.37 cairo_traps.c, 1.18, 1.19 cairo_xcb_surface.c, 1.12, 1.13 cairo_xlib_surface.c, 1.26, 1.27 cairoint.h, 1.71, 1.72

Carl Worth commit at pdx.freedesktop.org
Thu Oct 21 18:40:53 PDT 2004


Committed by: cworth

Update of /cvs/cairo/cairo/src
In directory gabe:/tmp/cvs-serv2904/src

Modified Files:
	cairo.c cairo.h cairo_cache.c cairo_color.c cairo_fixed.c 
	cairo_font.c cairo_ft_font.c cairo_glitz_surface.c 
	cairo_gstate.c cairo_hull.c cairo_image_surface.c 
	cairo_matrix.c cairo_path.c cairo_path_bounds.c 
	cairo_path_fill.c cairo_path_stroke.c cairo_pattern.c 
	cairo_pen.c cairo_png_surface.c cairo_polygon.c 
	cairo_ps_surface.c cairo_slope.c cairo_spline.c 
	cairo_surface.c cairo_traps.c cairo_xcb_surface.c 
	cairo_xlib_surface.c cairoint.h 
Log Message:

        * src/cairo_png_surface.c:
        * src/cairo.c:
        * src/cairo.h:
        * src/cairo_cache.c:
        * src/cairo_color.c:
        * src/cairo_fixed.c:
        * src/cairo_font.c:
        * src/cairo_ft_font.c:
        * src/cairo_glitz_surface.c:
        * src/cairo_gstate.c:
        * src/cairo_hull.c:
        * src/cairo_image_surface.c:
        * src/cairo_matrix.c:
        * src/cairo_path.c:
        * src/cairo_path_bounds.c:
        * src/cairo_path_fill.c:
        * src/cairo_path_stroke.c:
        * src/cairo_pattern.c:
        * src/cairo_pen.c:
        * src/cairo_png_surface.c:
        * src/cairo_polygon.c:
        * src/cairo_ps_surface.c:
        * src/cairo_slope.c:
        * src/cairo_spline.c:
        * src/cairo_surface.c:
        * src/cairo_traps.c:
        * src/cairo_xcb_surface.c:
        * src/cairo_xlib_surface.c:
        * src/cairoint.h: Convert all files to utf-8. Add copyright
        information to cairo_png_surface.c.


Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- cairo.c	8 Oct 2004 19:09:51 -0000	1.43
+++ cairo.c	22 Oct 2004 01:40:50 -0000	1.44
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- cairo.h	11 Sep 2004 11:23:18 -0000	1.60
+++ cairo.h	22 Oct 2004 01:40:50 -0000	1.61
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_cache.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_cache.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cairo_cache.c	8 Oct 2004 19:09:51 -0000	1.1
+++ cairo_cache.c	22 Oct 2004 01:40:50 -0000	1.2
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * This file is Copyright © 2004 Red Hat, Inc.
+ * This file is Copyright © 2004 Red Hat, Inc.
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_color.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_color.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo_color.c	4 Sep 2004 13:38:34 -0000	1.7
+++ cairo_color.c	22 Oct 2004 01:40:50 -0000	1.8
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_fixed.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_fixed.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- cairo_fixed.c	4 Sep 2004 13:38:34 -0000	1.7
+++ cairo_fixed.c	22 Oct 2004 01:40:50 -0000	1.8
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_font.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cairo_font.c	8 Oct 2004 19:09:51 -0000	1.26
+++ cairo_font.c	22 Oct 2004 01:40:50 -0000	1.27
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_ft_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ft_font.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- cairo_ft_font.c	8 Oct 2004 19:09:51 -0000	1.24
+++ cairo_ft_font.c	22 Oct 2004 01:40:50 -0000	1.25
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2003 Red Hat Inc.
+ * Copyright © 2003 Red Hat Inc.
  *
  * Permission to use, copy, modify, distribute, and sell this software and
  * its documentation for any purpose is hereby granted without fee,

Index: cairo_glitz_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_glitz_surface.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo_glitz_surface.c	8 Oct 2004 19:09:51 -0000	1.9
+++ cairo_glitz_surface.c	22 Oct 2004 01:40:50 -0000	1.10
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
  *
  * Permission to use, copy, modify, distribute, and sell this software
  * and its documentation for any purpose is hereby granted without

Index: cairo_gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gstate.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- cairo_gstate.c	8 Oct 2004 19:09:51 -0000	1.61
+++ cairo_gstate.c	22 Oct 2004 01:40:50 -0000	1.62
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_hull.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_hull.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo_hull.c	22 Oct 2004 01:26:25 -0000	1.6
+++ cairo_hull.c	22 Oct 2004 01:40:50 -0000	1.7
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_image_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_image_surface.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- cairo_image_surface.c	8 Oct 2004 19:09:51 -0000	1.17
+++ cairo_image_surface.c	22 Oct 2004 01:40:50 -0000	1.18
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_matrix.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo_matrix.c	4 Sep 2004 13:38:34 -0000	1.11
+++ cairo_matrix.c	22 Oct 2004 01:40:50 -0000	1.12
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_path.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cairo_path.c	4 Sep 2004 13:38:34 -0000	1.16
+++ cairo_path.c	22 Oct 2004 01:40:50 -0000	1.17
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_path_bounds.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_bounds.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cairo_path_bounds.c	4 Sep 2004 13:38:34 -0000	1.13
+++ cairo_path_bounds.c	22 Oct 2004 01:40:50 -0000	1.14
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cairo_path_fill.c	4 Sep 2004 13:38:34 -0000	1.12
+++ cairo_path_fill.c	22 Oct 2004 01:40:50 -0000	1.13
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cairo_path_stroke.c	4 Sep 2004 13:38:34 -0000	1.18
+++ cairo_path_stroke.c	22 Oct 2004 01:40:50 -0000	1.19
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_pattern.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pattern.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo_pattern.c	2 Aug 2004 19:14:57 -0000	1.11
+++ cairo_pattern.c	22 Oct 2004 01:40:50 -0000	1.12
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2004 David Reveman
+ * Copyright © 2004 David Reveman
  *
  * Permission to use, copy, modify, distribute, and sell this software
  * and its documentation for any purpose is hereby granted without

Index: cairo_pen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pen.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cairo_pen.c	12 Oct 2004 21:09:37 -0000	1.19
+++ cairo_pen.c	22 Oct 2004 01:40:50 -0000	1.20
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_png_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_png_surface.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo_png_surface.c	8 Oct 2004 19:09:51 -0000	1.9
+++ cairo_png_surface.c	22 Oct 2004 01:40:50 -0000	1.10
@@ -1,3 +1,40 @@
+/* cairo - a vector graphics library with display and print output
+ *
+ * Copyright © 2004 University of Southern California
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
+ * License version 2.1 as published by the Free Software Foundation
+ * (the "LGPL") or, at your option, under the terms of the Mozilla
+ * Public License Version 1.1 (the "MPL"). If you do not alter this
+ * notice, a recipient may use your version of this file under either
+ * the MPL or the LGPL.
+ *
+ * You should have received a copy of the LGPL along with this library
+ * in the file COPYING-LGPL-2.1; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * You should have received a copy of the MPL along with this library
+ * in the file COPYING-MPL-1.1
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.1 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
+ * OF ANY KIND, either express or implied. See the LGPL or the MPL for
+ * the specific language governing rights and limitations.
+ *
+ * The Original Code is the cairo graphics library.
+ *
+ * The Initial Developer of the Original Code is University of Southern
+ * California.
+ *
+ * Contributor(s):
+ *      Olivier Andrieu <oliv__a at users.sourceforge.net>
+ *	Carl D. Worth <cworth at isi.edu>
+ */
+
 #include <png.h>
 
 #include "cairoint.h"

Index: cairo_polygon.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_polygon.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- cairo_polygon.c	4 Sep 2004 13:38:35 -0000	1.9
+++ cairo_polygon.c	22 Oct 2004 01:40:50 -0000	1.10
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- cairo_ps_surface.c	8 Oct 2004 19:09:51 -0000	1.14
+++ cairo_ps_surface.c	22 Oct 2004 01:40:50 -0000	1.15
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2003 University of Southern California
+ * Copyright © 2003 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_slope.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_slope.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cairo_slope.c	4 Sep 2004 13:38:35 -0000	1.6
+++ cairo_slope.c	22 Oct 2004 01:40:50 -0000	1.7
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_spline.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_spline.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- cairo_spline.c	4 Sep 2004 13:38:35 -0000	1.11
+++ cairo_spline.c	22 Oct 2004 01:40:50 -0000	1.12
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_surface.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- cairo_surface.c	4 Sep 2004 13:38:35 -0000	1.36
+++ cairo_surface.c	22 Oct 2004 01:40:50 -0000	1.37
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_traps.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_traps.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- cairo_traps.c	12 Oct 2004 21:17:23 -0000	1.18
+++ cairo_traps.c	22 Oct 2004 01:40:50 -0000	1.19
@@ -1,5 +1,5 @@
 /*
- * Copyright © 2002 Keith Packard
+ * Copyright © 2002 Keith Packard
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- cairo_xcb_surface.c	8 Oct 2004 19:09:51 -0000	1.12
+++ cairo_xcb_surface.c	22 Oct 2004 01:40:50 -0000	1.13
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairo_xlib_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xlib_surface.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cairo_xlib_surface.c	12 Oct 2004 21:17:23 -0000	1.26
+++ cairo_xlib_surface.c	22 Oct 2004 01:40:50 -0000	1.27
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public

Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- cairoint.h	12 Oct 2004 21:17:23 -0000	1.71
+++ cairoint.h	22 Oct 2004 01:40:50 -0000	1.72
@@ -1,6 +1,6 @@
 /* cairo - a vector graphics library with display and print output
  *
- * Copyright © 2002 University of Southern California
+ * Copyright © 2002 University of Southern California
  *
  * This library is free software; you can redistribute it and/or
  * modify it either under the terms of the GNU Lesser General Public




More information about the cairo-commit mailing list