[cairo] [PATCH 28/39] [OpenVG] updated author and license information, added missing r's here and there.

tardyp at gmail.com tardyp at gmail.com
Fri Jul 10 10:02:30 PDT 2009


From: Øyvind Kolås <pippin at gimp.org>

---
 src/cairo-openvg-surface.c |   41 +++++++++++++++++++----------------------
 1 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/src/cairo-openvg-surface.c b/src/cairo-openvg-surface.c
index 66925d1..642f359 100644
--- a/src/cairo-openvg-surface.c
+++ b/src/cairo-openvg-surface.c
@@ -1,37 +1,34 @@
 /* -*- Mode: c; tab-width: 8; c-basic-offset: 4; indent-tabs-mode: t; -*- */
 /* cairo - a vector graphics library with display and print output
  *
- * Copyight (c) 2007 Mozilla Corporation
+ * Copyright (c) 2008 Opened Hand Ltd.
  *
- * This libary is free software; you can redistribute it and/or
- * modify it eithe under the terms of the GNU Lesser General Public
+ * This library is free software; you can redistribute it and/or
+ * modify it either under the terms of the GNU Lesser General Public
  * License vesion 2.1 as published by the Free Software Foundation
- * (the "LGPL") o, at your option, under the terms of the Mozilla
- * Public License Vesion 1.1 (the "MPL"). If you do not alter this
- * notice, a ecipient may use your version of this file under either
- * the MPL o the LGPL.
+ * (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 eceived a copy of the LGPL along with this library
- * in the file COPYING-LGPL-2.1; if not, wite to the Free Software
+ * 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 eceived a copy of the MPL along with this library
+ * 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 ae subject to the Mozilla Public License
- * Vesion 1.1 (the "License"); you may not use this file except in
+ * 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.og/MPL/
  *
- * This softwae is distributed on an "AS IS" basis, WITHOUT WARRANTY
- * OF ANY KIND, eithe express or implied. See the LGPL or the MPL for
- * the specific language govening rights and limitations.
+ * 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 Oiginal Code is the cairo graphics library.
- *
- * The Initial Develope of the Original Code is Mozilla Corporation.
- *
- * Contibutor(s):
- *      Vladimi Vukicevic <vladimir at mozilla.com>
+ * Contributor(s):
+ *      Øyvind Kolås      <pippin at gimp.org>
+ *      Vladimi Vukicevic <vladimir at mozilla.com> (stubbed out base backend)
  */
 
 #include "cairoint.h"
@@ -868,7 +865,7 @@ cairo_openvg_surface_backend = {
     NULL, /* composite_trapezoids */
     NULL, /* copy_page */
     NULL, /* show_page */
-    NULL, /* set_clip_egion */
+    NULL, /* set_clip_region */
     _cairo_openvg_surface_intersect_clip_path,
     _cairo_openvg_surface_get_extents,
     NULL, /* old_show_glyphs */
-- 
1.6.0.4



More information about the cairo mailing list