diff options
author | Metal Sonic <kidlinux96@gmail.com> | 2010-05-06 16:07:43 -0400 |
---|---|---|
committer | Jeff Muizelaar <jmuizelaar@mozilla.com> | 2010-05-06 16:07:43 -0400 |
commit | 30d358e098353af24f16cdb7efe41f10f276f559 (patch) | |
tree | dd1326b1207824df0cbc6113b6fef82d39c5c579 | |
parent | 506636e19edcdb656c94f61c915c9d49829dade8 (diff) |
Update license blocks to use "Mozilla Foundation" instead of "Mozilla Corporation"
From https://bugzilla.mozilla.org/show_bug.cgi?id=507387
-rw-r--r-- | src/cairo-fixed-private.h | 2 | ||||
-rw-r--r-- | src/cairo-fixed-type-private.h | 2 | ||||
-rw-r--r-- | src/cairo-malloc-private.h | 2 | ||||
-rw-r--r-- | src/cairo-quartz-font.c | 2 | ||||
-rw-r--r-- | src/cairo-quartz-image-surface.c | 2 | ||||
-rw-r--r-- | src/cairo-quartz-image.h | 2 | ||||
-rw-r--r-- | src/cairo-quartz-surface.c | 2 | ||||
-rw-r--r-- | src/cairo-quartz.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/cairo-fixed-private.h b/src/cairo-fixed-private.h index b3087943..9deec800 100644 --- a/src/cairo-fixed-private.h +++ b/src/cairo-fixed-private.h @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation + * The Initial Developer of the Original Code is Mozilla Foundation * * Contributor(s): * Vladimir Vukicevic <vladimir@pobox.com> diff --git a/src/cairo-fixed-type-private.h b/src/cairo-fixed-type-private.h index e5c87e26..2bbd5f78 100644 --- a/src/cairo-fixed-type-private.h +++ b/src/cairo-fixed-type-private.h @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation + * The Initial Developer of the Original Code is Mozilla Foundation * * Contributor(s): * Vladimir Vukicevic <vladimir@pobox.com> diff --git a/src/cairo-malloc-private.h b/src/cairo-malloc-private.h index e42d9a9b..e5776abd 100644 --- a/src/cairo-malloc-private.h +++ b/src/cairo-malloc-private.h @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation + * The Initial Developer of the Original Code is Mozilla Foundation * * Contributor(s): * Vladimir Vukicevic <vladimir@pobox.com> diff --git a/src/cairo-quartz-font.c b/src/cairo-quartz-font.c index 5f781f51..ca68dc25 100644 --- a/src/cairo-quartz-font.c +++ b/src/cairo-quartz-font.c @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation. + * The Initial Developer of the Original Code is Mozilla Foundation. * * Contributor(s): * Vladimir Vukicevic <vladimir@mozilla.com> diff --git a/src/cairo-quartz-image-surface.c b/src/cairo-quartz-image-surface.c index 6ae8a277..9751ae1e 100644 --- a/src/cairo-quartz-image-surface.c +++ b/src/cairo-quartz-image-surface.c @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation. + * The Initial Developer of the Original Code is Mozilla Foundation. * * Contributor(s): * Vladimir Vukicevic <vladimir@mozilla.com> diff --git a/src/cairo-quartz-image.h b/src/cairo-quartz-image.h index aaf1b31e..dae234da 100644 --- a/src/cairo-quartz-image.h +++ b/src/cairo-quartz-image.h @@ -27,7 +27,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation. + * The Initial Developer of the Original Code is Mozilla Foundation. * * Contributor(s): * Vladimir Vukicevic <vladimir@mozilla.com> diff --git a/src/cairo-quartz-surface.c b/src/cairo-quartz-surface.c index d32074e9..ff039cd5 100644 --- a/src/cairo-quartz-surface.c +++ b/src/cairo-quartz-surface.c @@ -28,7 +28,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation. + * The Initial Developer of the Original Code is Mozilla Foundation. * * Contributor(s): * Vladimir Vukicevic <vladimir@mozilla.com> diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h index d95b7c33..8d001c5c 100644 --- a/src/cairo-quartz.h +++ b/src/cairo-quartz.h @@ -27,7 +27,7 @@ * * The Original Code is the cairo graphics library. * - * The Initial Developer of the Original Code is Mozilla Corporation. + * The Initial Developer of the Original Code is Mozilla Foundation. * * Contributor(s): * Vladimir Vukicevic <vladimir@mozilla.com> |