summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-02-22 11:35:03 +0000
committerCarl Worth <cworth@cworth.org>2005-02-22 11:35:03 +0000
commitdcfb0d8a2b9eeffd52ca42635c6cf12a0705bd66 (patch)
tree8d47b9b76edaf29828e21cc3791b45dc489a3e49
parent604e333be2567e8877bec71d46107897717a1be6 (diff)
Switch from broken cworth@isi.edu address to canonical cworth@cworth.org address.
-rw-r--r--ChangeLog37
-rw-r--r--README2
-rw-r--r--src/cairo-color.c2
-rw-r--r--src/cairo-features.h.in2
-rw-r--r--src/cairo-fixed.c2
-rw-r--r--src/cairo-font.c2
-rw-r--r--src/cairo-glitz.h2
-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-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-pdf.h2
-rw-r--r--src/cairo-pen.c2
-rw-r--r--src/cairo-png.h2
-rw-r--r--src/cairo-polygon.c2
-rw-r--r--src/cairo-ps-surface.c2
-rw-r--r--src/cairo-ps.h2
-rw-r--r--src/cairo-quartz.h2
-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-xcb.h2
-rw-r--r--src/cairo-xlib-surface.c2
-rw-r--r--src/cairo-xlib.h2
-rw-r--r--src/cairo.c2
-rw-r--r--src/cairo.h2
-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_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_pen.c2
-rw-r--r--src/cairo_png_surface.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/cairoint.h4
54 files changed, 91 insertions, 54 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d27f5fc..67071508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,42 @@
2005-02-22 Carl Worth <cworth@cworth.org>
+ * README:
+ * src/cairo-features.h.in:
+ * src/cairo-glitz.h:
+ * src/cairo-pdf.h:
+ * src/cairo-png.h:
+ * src/cairo-ps.h:
+ * src/cairo-quartz.h:
+ * src/cairo-xcb.h:
+ * src/cairo-xlib.h:
+ * src/cairo.c:
+ * src/cairo.h:
+ * src/cairo_color.c:
+ * src/cairo_fixed.c:
+ * src/cairo_font.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_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: Switch from broken cworth@isi.edu address to
+ canonical cworth@cworth.org address.
+
+2005-02-22 Carl Worth <cworth@cworth.org>
+
* test/write_png.c:
* src/cairo-atsui.h:
* src/cairo_atsui_font.c: Convert to utf-8 encoding.
diff --git a/README b/README
index 47f7ff9b..5649c4bb 100644
--- a/README
+++ b/README
@@ -43,7 +43,7 @@ model will help in understanding cairo.
History
-------
-Cairo was originally developed by Carl Worth <cworth@isi.edu> and
+Cairo was originally developed by Carl Worth <cworth@cworth.org> and
Keith Packard <keithp@keithp.com>. Many thanks are due to Lyle Ramshaw
without whose patient help our ignorance would be much more apparent.
diff --git a/src/cairo-color.c b/src/cairo-color.c
index ecdae256..f203d96c 100644
--- a/src/cairo-color.c
+++ b/src/cairo-color.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-features.h.in b/src/cairo-features.h.in
index a8482144..a13250d9 100644
--- a/src/cairo-features.h.in
+++ b/src/cairo-features.h.in
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl Worth <cworth@east.isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_FEATURES_H
diff --git a/src/cairo-fixed.c b/src/cairo-fixed.c
index ee31718e..a4faa170 100644
--- a/src/cairo-fixed.c
+++ b/src/cairo-fixed.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-font.c b/src/cairo-font.c
index 960239be..529c1c7c 100644
--- a/src/cairo-font.c
+++ b/src/cairo-font.c
@@ -32,7 +32,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
* Graydon Hoare <graydon@redhat.com>
* Owen Taylor <otaylor@redhat.com>
*/
diff --git a/src/cairo-glitz.h b/src/cairo-glitz.h
index 47e0233c..f1917eb2 100644
--- a/src/cairo-glitz.h
+++ b/src/cairo-glitz.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_GLITZ_H
diff --git a/src/cairo-gstate.c b/src/cairo-gstate.c
index 1aac1464..76467ec7 100644
--- a/src/cairo-gstate.c
+++ b/src/cairo-gstate.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo-hull.c b/src/cairo-hull.c
index 99b16d1a..c93d7062 100644
--- a/src/cairo-hull.c
+++ b/src/cairo-hull.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-image-surface.c b/src/cairo-image-surface.c
index 8a0b8466..10a135d9 100644
--- a/src/cairo-image-surface.c
+++ b/src/cairo-image-surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c
index a43d9e6d..67d4d0c8 100644
--- a/src/cairo-matrix.c
+++ b/src/cairo-matrix.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#define _GNU_SOURCE
diff --git a/src/cairo-path-bounds.c b/src/cairo-path-bounds.c
index cfcdd97e..7c5772a8 100644
--- a/src/cairo-path-bounds.c
+++ b/src/cairo-path-bounds.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-path-fill.c b/src/cairo-path-fill.c
index 6c6ebd97..dc79b6b9 100644
--- a/src/cairo-path-fill.c
+++ b/src/cairo-path-fill.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-path-stroke.c b/src/cairo-path-stroke.c
index ad022037..08b38090 100644
--- a/src/cairo-path-stroke.c
+++ b/src/cairo-path-stroke.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-path.c b/src/cairo-path.c
index 6a1e19fa..8314f601 100644
--- a/src/cairo-path.c
+++ b/src/cairo-path.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo-pdf.h b/src/cairo-pdf.h
index 72cfb9bd..701a7b4a 100644
--- a/src/cairo-pdf.h
+++ b/src/cairo-pdf.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_PDF_H
diff --git a/src/cairo-pen.c b/src/cairo-pen.c
index f365091d..6ecaa00b 100644
--- a/src/cairo-pen.c
+++ b/src/cairo-pen.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-png.h b/src/cairo-png.h
index d4d4ec98..3e86210b 100644
--- a/src/cairo-png.h
+++ b/src/cairo-png.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_PNG_H
diff --git a/src/cairo-polygon.c b/src/cairo-polygon.c
index e8585803..59c615da 100644
--- a/src/cairo-polygon.c
+++ b/src/cairo-polygon.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index 712c8f00..f703159f 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-ps.h b/src/cairo-ps.h
index 24ed7283..88382920 100644
--- a/src/cairo-ps.h
+++ b/src/cairo-ps.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_PS_H
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index af0815e7..5afd4642 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_QUARTZ_H
diff --git a/src/cairo-slope.c b/src/cairo-slope.c
index 1a149798..a2edec03 100644
--- a/src/cairo-slope.c
+++ b/src/cairo-slope.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-spline.c b/src/cairo-spline.c
index ff290d9d..5119a8e2 100644
--- a/src/cairo-spline.c
+++ b/src/cairo-spline.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index 7cf0f324..b2d36df9 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo-traps.c b/src/cairo-traps.c
index e347acdd..dbb23f83 100644
--- a/src/cairo-traps.c
+++ b/src/cairo-traps.c
@@ -30,7 +30,7 @@
*
* Contributor(s):
* Keith R. Packard <keithp@keithp.com>
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*
* 2002-07-15: Converted from XRenderCompositeDoublePoly to cairo_trap. Carl D. Worth
*/
diff --git a/src/cairo-xcb-surface.c b/src/cairo-xcb-surface.c
index 2d901a0a..871fe1e1 100644
--- a/src/cairo-xcb-surface.c
+++ b/src/cairo-xcb-surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-xcb.h b/src/cairo-xcb.h
index 25305d94..a5c65f44 100644
--- a/src/cairo-xcb.h
+++ b/src/cairo-xcb.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_XCB_H
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index 5e8b3105..2ddee90d 100644
--- a/src/cairo-xlib-surface.c
+++ b/src/cairo-xlib-surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo-xlib.h b/src/cairo-xlib.h
index 5a8b27a0..18db7b11 100644
--- a/src/cairo-xlib.h
+++ b/src/cairo-xlib.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_XLIB_H
diff --git a/src/cairo.c b/src/cairo.c
index 0b454410..fd10b5ca 100644
--- a/src/cairo.c
+++ b/src/cairo.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
diff --git a/src/cairo.h b/src/cairo.h
index d805b91d..3fb54586 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#ifndef CAIRO_H
diff --git a/src/cairo_color.c b/src/cairo_color.c
index ecdae256..f203d96c 100644
--- a/src/cairo_color.c
+++ b/src/cairo_color.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_fixed.c b/src/cairo_fixed.c
index ee31718e..a4faa170 100644
--- a/src/cairo_fixed.c
+++ b/src/cairo_fixed.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_font.c b/src/cairo_font.c
index 960239be..529c1c7c 100644
--- a/src/cairo_font.c
+++ b/src/cairo_font.c
@@ -32,7 +32,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
* Graydon Hoare <graydon@redhat.com>
* Owen Taylor <otaylor@redhat.com>
*/
diff --git a/src/cairo_gstate.c b/src/cairo_gstate.c
index 1aac1464..76467ec7 100644
--- a/src/cairo_gstate.c
+++ b/src/cairo_gstate.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo_hull.c b/src/cairo_hull.c
index 99b16d1a..c93d7062 100644
--- a/src/cairo_hull.c
+++ b/src/cairo_hull.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_image_surface.c b/src/cairo_image_surface.c
index 8a0b8466..10a135d9 100644
--- a/src/cairo_image_surface.c
+++ b/src/cairo_image_surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_matrix.c b/src/cairo_matrix.c
index a43d9e6d..67d4d0c8 100644
--- a/src/cairo_matrix.c
+++ b/src/cairo_matrix.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#define _GNU_SOURCE
diff --git a/src/cairo_path.c b/src/cairo_path.c
index 6a1e19fa..8314f601 100644
--- a/src/cairo_path.c
+++ b/src/cairo_path.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo_path_bounds.c b/src/cairo_path_bounds.c
index cfcdd97e..7c5772a8 100644
--- a/src/cairo_path_bounds.c
+++ b/src/cairo_path_bounds.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_path_fill.c b/src/cairo_path_fill.c
index 6c6ebd97..dc79b6b9 100644
--- a/src/cairo_path_fill.c
+++ b/src/cairo_path_fill.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_path_stroke.c b/src/cairo_path_stroke.c
index ad022037..08b38090 100644
--- a/src/cairo_path_stroke.c
+++ b/src/cairo_path_stroke.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_pen.c b/src/cairo_pen.c
index f365091d..6ecaa00b 100644
--- a/src/cairo_pen.c
+++ b/src/cairo_pen.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_png_surface.c b/src/cairo_png_surface.c
index 16cd6657..282b33d7 100644
--- a/src/cairo_png_surface.c
+++ b/src/cairo_png_surface.c
@@ -32,7 +32,7 @@
*
* Contributor(s):
* Olivier Andrieu <oliv__a@users.sourceforge.net>
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <png.h>
diff --git a/src/cairo_polygon.c b/src/cairo_polygon.c
index e8585803..59c615da 100644
--- a/src/cairo_polygon.c
+++ b/src/cairo_polygon.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo_ps_surface.c b/src/cairo_ps_surface.c
index 712c8f00..f703159f 100644
--- a/src/cairo_ps_surface.c
+++ b/src/cairo_ps_surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_slope.c b/src/cairo_slope.c
index 1a149798..a2edec03 100644
--- a/src/cairo_slope.c
+++ b/src/cairo_slope.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_spline.c b/src/cairo_spline.c
index ff290d9d..5119a8e2 100644
--- a/src/cairo_spline.c
+++ b/src/cairo_spline.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_surface.c b/src/cairo_surface.c
index 7cf0f324..b2d36df9 100644
--- a/src/cairo_surface.c
+++ b/src/cairo_surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include <stdlib.h>
diff --git a/src/cairo_traps.c b/src/cairo_traps.c
index e347acdd..dbb23f83 100644
--- a/src/cairo_traps.c
+++ b/src/cairo_traps.c
@@ -30,7 +30,7 @@
*
* Contributor(s):
* Keith R. Packard <keithp@keithp.com>
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*
* 2002-07-15: Converted from XRenderCompositeDoublePoly to cairo_trap. Carl D. Worth
*/
diff --git a/src/cairo_xcb_surface.c b/src/cairo_xcb_surface.c
index 2d901a0a..871fe1e1 100644
--- a/src/cairo_xcb_surface.c
+++ b/src/cairo_xcb_surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairo_xlib_surface.c b/src/cairo_xlib_surface.c
index 5e8b3105..2ddee90d 100644
--- a/src/cairo_xlib_surface.c
+++ b/src/cairo_xlib_surface.c
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
#include "cairoint.h"
diff --git a/src/cairoint.h b/src/cairoint.h
index 90ef4e08..69283d67 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -31,7 +31,7 @@
* California.
*
* Contributor(s):
- * Carl D. Worth <cworth@isi.edu>
+ * Carl D. Worth <cworth@cworth.org>
*/
/*
@@ -39,7 +39,7 @@
* and constitute no kind of standard. If you need any of these
* functions, please drop me a note. Either the library needs new
* functionality, or there's a way to do what you need using the
- * existing published interfaces. cworth@isi.edu
+ * existing published interfaces. cworth@cworth.org
*/
#ifndef _CAIROINT_H_