summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2004-10-21 18:40:50 +0000
committerCarl Worth <cworth@cworth.org>2004-10-21 18:40:50 +0000
commitbf8374dba260c80ae8ee33c1eb5bddf39ae649f4 (patch)
tree2cd3c621482c1f1a19bafe227dbee30a3a9daa63
parent215d5c5a46b7523faa31d2f1d087123a7fd54f32 (diff)
Convert all files to utf-8. Add copyright information to cairo_png_surface.c.
-rw-r--r--ChangeLog31
-rw-r--r--src/cairo-cache.c2
-rw-r--r--src/cairo-color.c2
-rw-r--r--src/cairo-fixed.c2
-rw-r--r--src/cairo-font.c2
-rw-r--r--src/cairo-ft-font.c2
-rw-r--r--src/cairo-glitz-surface.c2
-rw-r--r--src/cairo-gstate.c2
-rw-r--r--src/cairo-hash.c2
-rw-r--r--src/cairo-hull.c2
-rw-r--r--src/cairo-image-surface.c2
-rw-r--r--src/cairo-matrix.c2
-rw-r--r--src/cairo-path-bounds.c2
-rw-r--r--src/cairo-path-fill.c2
-rw-r--r--src/cairo-path-stroke.c2
-rw-r--r--src/cairo-path.c2
-rw-r--r--src/cairo-pattern.c2
-rw-r--r--src/cairo-pen.c2
-rw-r--r--src/cairo-polygon.c2
-rw-r--r--src/cairo-ps-surface.c2
-rw-r--r--src/cairo-slope.c2
-rw-r--r--src/cairo-spline.c2
-rw-r--r--src/cairo-surface.c2
-rw-r--r--src/cairo-traps.c2
-rw-r--r--src/cairo-xcb-surface.c2
-rw-r--r--src/cairo-xlib-surface.c2
-rw-r--r--src/cairo.c2
-rw-r--r--src/cairo.h2
-rw-r--r--src/cairo_cache.c2
-rw-r--r--src/cairo_color.c2
-rw-r--r--src/cairo_fixed.c2
-rw-r--r--src/cairo_font.c2
-rw-r--r--src/cairo_ft_font.c2
-rw-r--r--src/cairo_glitz_surface.c2
-rw-r--r--src/cairo_gstate.c2
-rw-r--r--src/cairo_hull.c2
-rw-r--r--src/cairo_image_surface.c2
-rw-r--r--src/cairo_matrix.c2
-rw-r--r--src/cairo_path.c2
-rw-r--r--src/cairo_path_bounds.c2
-rw-r--r--src/cairo_path_fill.c2
-rw-r--r--src/cairo_path_stroke.c2
-rw-r--r--src/cairo_pattern.c2
-rw-r--r--src/cairo_pen.c2
-rw-r--r--src/cairo_png_surface.c37
-rw-r--r--src/cairo_polygon.c2
-rw-r--r--src/cairo_ps_surface.c2
-rw-r--r--src/cairo_slope.c2
-rw-r--r--src/cairo_spline.c2
-rw-r--r--src/cairo_surface.c2
-rw-r--r--src/cairo_traps.c2
-rw-r--r--src/cairo_xcb_surface.c2
-rw-r--r--src/cairo_xlib_surface.c2
-rw-r--r--src/cairoint.h2
54 files changed, 120 insertions, 52 deletions
diff --git a/ChangeLog b/ChangeLog
index 274b6ef23..a22b8f3f8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,36 @@
2004-10-21 Carl Worth <cworth@cworth.org>
+ * 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.
+
* src/cairo_hull.c (_cairo_hull_vertex_compare): Fix comparison so
that it results in a stable sort. This should fix some rendering
bugs due to broken pens.
diff --git a/src/cairo-cache.c b/src/cairo-cache.c
index c5ce39935..a33d69a04 100644
--- a/src/cairo-cache.c
+++ b/src/cairo-cache.c
@@ -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
diff --git a/src/cairo-color.c b/src/cairo-color.c
index 7dc733118..2fe793ac8 100644
--- a/src/cairo-color.c
+++ b/src/cairo-color.c
@@ -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
diff --git a/src/cairo-fixed.c b/src/cairo-fixed.c
index 9bafce360..32368d7fc 100644
--- a/src/cairo-fixed.c
+++ b/src/cairo-fixed.c
@@ -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
diff --git a/src/cairo-font.c b/src/cairo-font.c
index c90a02bd6..5ad9f0417 100644
--- a/src/cairo-font.c
+++ b/src/cairo-font.c
@@ -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
diff --git a/src/cairo-ft-font.c b/src/cairo-ft-font.c
index 740613501..f757db09c 100644
--- a/src/cairo-ft-font.c
+++ b/src/cairo-ft-font.c
@@ -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,
diff --git a/src/cairo-glitz-surface.c b/src/cairo-glitz-surface.c
index d351108db..21e889204 100644
--- a/src/cairo-glitz-surface.c
+++ b/src/cairo-glitz-surface.c
@@ -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
diff --git a/src/cairo-gstate.c b/src/cairo-gstate.c
index fabb53efd..9f9de69e1 100644
--- a/src/cairo-gstate.c
+++ b/src/cairo-gstate.c
@@ -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
diff --git a/src/cairo-hash.c b/src/cairo-hash.c
index c5ce39935..a33d69a04 100644
--- a/src/cairo-hash.c
+++ b/src/cairo-hash.c
@@ -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
diff --git a/src/cairo-hull.c b/src/cairo-hull.c
index 37825b952..99b16d1ae 100644
--- a/src/cairo-hull.c
+++ b/src/cairo-hull.c
@@ -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
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 9e6abb2a6..cbdc018a1 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -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
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index 540470e65..7fc2694f3 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -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
diff --git a/src/cairo-path-bounds.c b/src/cairo-path-bounds.c
index 5f59cb5fc..cfcdd97ee 100644
--- a/src/cairo-path-bounds.c
+++ b/src/cairo-path-bounds.c
@@ -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
diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c
index ca5e098ca..6c6ebd976 100644
--- a/src/cairo-path-fill.c
+++ b/src/cairo-path-fill.c
@@ -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
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index 477cf99e0..ad0220370 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -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
diff --git a/src/cairo-path.c b/src/cairo-path.c
index 21715bf35..36c25d637 100644
--- a/src/cairo-path.c
+++ b/src/cairo-path.c
@@ -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
diff --git a/src/cairo-pattern.c b/src/cairo-pattern.c
index e10013729..6cb981458 100644
--- a/src/cairo-pattern.c
+++ b/src/cairo-pattern.c
@@ -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
diff --git a/src/cairo-pen.c b/src/cairo-pen.c
index 3e58dd7fc..f365091dc 100644
--- a/src/cairo-pen.c
+++ b/src/cairo-pen.c
@@ -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
diff --git a/src/cairo-polygon.c b/src/cairo-polygon.c
index 8fc1f3097..8fa32f9f6 100644
--- a/src/cairo-polygon.c
+++ b/src/cairo-polygon.c
@@ -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
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index 9b3096b0f..bfdfada38 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -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
diff --git a/src/cairo-slope.c b/src/cairo-slope.c
index 484cd86fd..1a1497988 100644
--- a/src/cairo-slope.c
+++ b/src/cairo-slope.c
@@ -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
diff --git a/src/cairo-spline.c b/src/cairo-spline.c
index f3c21726d..bed351ef4 100644
--- a/src/cairo-spline.c
+++ b/src/cairo-spline.c
@@ -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
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index e5cf7aa9d..a457d2062 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -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
diff --git a/src/cairo-traps.c b/src/cairo-traps.c
index 1dc6e3df2..8f8d035c1 100644
--- a/src/cairo-traps.c
+++ b/src/cairo-traps.c
@@ -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
diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index bc37d2047..21760d764 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -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
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index 43491a904..dda7995bd 100644
--- a/src/cairo-xlib-surface.c
+++ b/src/cairo-xlib-surface.c
@@ -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
diff --git a/src/cairo.c b/src/cairo.c
index 8bd5f2012..7e6f1d7b4 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -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
diff --git a/src/cairo.h b/src/cairo.h
index 44b631633..25dfd4d6b 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -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
diff --git a/src/cairo_cache.c b/src/cairo_cache.c
index c5ce39935..a33d69a04 100644
--- a/src/cairo_cache.c
+++ b/src/cairo_cache.c
@@ -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
diff --git a/src/cairo_color.c b/src/cairo_color.c
index 7dc733118..2fe793ac8 100644
--- a/src/cairo_color.c
+++ b/src/cairo_color.c
@@ -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
diff --git a/src/cairo_fixed.c b/src/cairo_fixed.c
index 9bafce360..32368d7fc 100644
--- a/src/cairo_fixed.c
+++ b/src/cairo_fixed.c
@@ -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
diff --git a/src/cairo_font.c b/src/cairo_font.c
index c90a02bd6..5ad9f0417 100644
--- a/src/cairo_font.c
+++ b/src/cairo_font.c
@@ -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
diff --git a/src/cairo_ft_font.c b/src/cairo_ft_font.c
index 740613501..f757db09c 100644
--- a/src/cairo_ft_font.c
+++ b/src/cairo_ft_font.c
@@ -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,
diff --git a/src/cairo_glitz_surface.c b/src/cairo_glitz_surface.c
index d351108db..21e889204 100644
--- a/src/cairo_glitz_surface.c
+++ b/src/cairo_glitz_surface.c
@@ -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
diff --git a/src/cairo_gstate.c b/src/cairo_gstate.c
index fabb53efd..9f9de69e1 100644
--- a/src/cairo_gstate.c
+++ b/src/cairo_gstate.c
@@ -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
diff --git a/src/cairo_hull.c b/src/cairo_hull.c
index 37825b952..99b16d1ae 100644
--- a/src/cairo_hull.c
+++ b/src/cairo_hull.c
@@ -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
diff --git a/src/cairo_image_surface.c b/src/cairo_image_surface.c
index 9e6abb2a6..cbdc018a1 100644
--- a/src/cairo_image_surface.c
+++ b/src/cairo_image_surface.c
@@ -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
diff --git a/src/cairo_matrix.c b/src/cairo_matrix.c
index 540470e65..7fc2694f3 100644
--- a/src/cairo_matrix.c
+++ b/src/cairo_matrix.c
@@ -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
diff --git a/src/cairo_path.c b/src/cairo_path.c
index 21715bf35..36c25d637 100644
--- a/src/cairo_path.c
+++ b/src/cairo_path.c
@@ -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
diff --git a/src/cairo_path_bounds.c b/src/cairo_path_bounds.c
index 5f59cb5fc..cfcdd97ee 100644
--- a/src/cairo_path_bounds.c
+++ b/src/cairo_path_bounds.c
@@ -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
diff --git a/src/cairo_path_fill.c b/src/cairo_path_fill.c
index ca5e098ca..6c6ebd976 100644
--- a/src/cairo_path_fill.c
+++ b/src/cairo_path_fill.c
@@ -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
diff --git a/src/cairo_path_stroke.c b/src/cairo_path_stroke.c
index 477cf99e0..ad0220370 100644
--- a/src/cairo_path_stroke.c
+++ b/src/cairo_path_stroke.c
@@ -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
diff --git a/src/cairo_pattern.c b/src/cairo_pattern.c
index e10013729..6cb981458 100644
--- a/src/cairo_pattern.c
+++ b/src/cairo_pattern.c
@@ -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
diff --git a/src/cairo_pen.c b/src/cairo_pen.c
index 3e58dd7fc..f365091dc 100644
--- a/src/cairo_pen.c
+++ b/src/cairo_pen.c
@@ -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
diff --git a/src/cairo_png_surface.c b/src/cairo_png_surface.c
index cfd68c878..4c689d599 100644
--- a/src/cairo_png_surface.c
+++ b/src/cairo_png_surface.c
@@ -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@users.sourceforge.net>
+ * Carl D. Worth <cworth@isi.edu>
+ */
+
#include <png.h>
#include "cairoint.h"
diff --git a/src/cairo_polygon.c b/src/cairo_polygon.c
index 8fc1f3097..8fa32f9f6 100644
--- a/src/cairo_polygon.c
+++ b/src/cairo_polygon.c
@@ -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
diff --git a/src/cairo_ps_surface.c b/src/cairo_ps_surface.c
index 9b3096b0f..bfdfada38 100644
--- a/src/cairo_ps_surface.c
+++ b/src/cairo_ps_surface.c
@@ -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
diff --git a/src/cairo_slope.c b/src/cairo_slope.c
index 484cd86fd..1a1497988 100644
--- a/src/cairo_slope.c
+++ b/src/cairo_slope.c
@@ -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
diff --git a/src/cairo_spline.c b/src/cairo_spline.c
index f3c21726d..bed351ef4 100644
--- a/src/cairo_spline.c
+++ b/src/cairo_spline.c
@@ -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
diff --git a/src/cairo_surface.c b/src/cairo_surface.c
index e5cf7aa9d..a457d2062 100644
--- a/src/cairo_surface.c
+++ b/src/cairo_surface.c
@@ -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
diff --git a/src/cairo_traps.c b/src/cairo_traps.c
index 1dc6e3df2..8f8d035c1 100644
--- a/src/cairo_traps.c
+++ b/src/cairo_traps.c
@@ -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
diff --git a/src/cairo_xcb_surface.c b/src/cairo_xcb_surface.c
index bc37d2047..21760d764 100644
--- a/src/cairo_xcb_surface.c
+++ b/src/cairo_xcb_surface.c
@@ -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
diff --git a/src/cairo_xlib_surface.c b/src/cairo_xlib_surface.c
index 43491a904..dda7995bd 100644
--- a/src/cairo_xlib_surface.c
+++ b/src/cairo_xlib_surface.c
@@ -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
diff --git a/src/cairoint.h b/src/cairoint.h
index ffaecf9d3..be0e54e78 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -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