[cairo-commit] cairo/src cairo-features.h.in, 1.8, 1.9 cairo.c, 1.41, 1.42 cairo.h, 1.58, 1.59 cairo_color.c, 1.6, 1.7 cairo_fixed.c, 1.6, 1.7 cairo_font.c, 1.24, 1.25 cairo_gstate.c, 1.59, 1.60 cairo_hull.c, 1.4, 1.5 cairo_image_surface.c, 1.15, 1.16 cairo_matrix.c, 1.10, 1.11 cairo_path.c, 1.15, 1.16 cairo_path_bounds.c, 1.12, 1.13 cairo_path_fill.c, 1.11, 1.12 cairo_path_stroke.c, 1.17, 1.18 cairo_pen.c, 1.16, 1.17 cairo_polygon.c, 1.8, 1.9 cairo_ps_surface.c, 1.12, 1.13 cairo_slope.c, 1.5, 1.6 cairo_spline.c, 1.10, 1.11 cairo_surface.c, 1.35, 1.36 cairo_xcb_surface.c, 1.9, 1.10 cairo_xlib_surface.c, 1.23, 1.24 cairoint.h, 1.68, 1.69

Carl Worth commit at pdx.freedesktop.org
Sat Sep 4 06:38:37 PDT 2004


Committed by: cworth

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

Modified Files:
	cairo-features.h.in cairo.c cairo.h cairo_color.c 
	cairo_fixed.c cairo_font.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_pen.c cairo_polygon.c cairo_ps_surface.c cairo_slope.c 
	cairo_spline.c cairo_surface.c cairo_xcb_surface.c 
	cairo_xlib_surface.c cairoint.h 
Log Message:

        * COPYING:
        * COPYING-MPL-1.1:
        * COPYING-LGPL-2.1:
        * src/cairo-features.h.in:
        * 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_polygon.c:
        * src/cairo_ps_surface.c:
        * src/cairo_slope.c:
        * src/cairo_spline.c:
        * src/cairo_surface.c:
        * src/cairo_xcb_surface.c:
        * src/cairo_xlib_surface.c:
        * src/cairoint.h: Add the MPL as a new license option, in addition
        to the LGPL.


Index: cairo-features.h.in
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-features.h.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cairo-features.h.in	3 Aug 2004 00:04:00 -0000	1.8
--- cairo-features.h.in	4 Sep 2004 13:38:34 -0000	1.9
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl Worth <cworth at east.isi.edu>
   */
  

Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** cairo.c	3 Aug 2004 00:04:00 -0000	1.41
--- cairo.c	4 Sep 2004 13:38:34 -0000	1.42
***************
*** 4,21 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
  #include "cairoint.h"
  
--- 4,39 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  
+ 
  #include "cairoint.h"
  

Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** cairo.h	3 Aug 2004 00:04:00 -0000	1.58
--- cairo.h	4 Sep 2004 13:38:34 -0000	1.59
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_color.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_color.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cairo_color.c	3 Aug 2004 00:04:00 -0000	1.6
--- cairo_color.c	4 Sep 2004 13:38:34 -0000	1.7
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_fixed.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_fixed.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cairo_fixed.c	3 Aug 2004 00:04:00 -0000	1.6
--- cairo_fixed.c	4 Sep 2004 13:38:34 -0000	1.7
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_font.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** cairo_font.c	3 Aug 2004 00:04:00 -0000	1.24
--- cairo_font.c	4 Sep 2004 13:38:34 -0000	1.25
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gstate.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** cairo_gstate.c	3 Aug 2004 18:49:20 -0000	1.59
--- cairo_gstate.c	4 Sep 2004 13:38:34 -0000	1.60
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_hull.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_hull.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cairo_hull.c	3 Aug 2004 00:04:00 -0000	1.4
--- cairo_hull.c	4 Sep 2004 13:38:34 -0000	1.5
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_image_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_image_surface.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cairo_image_surface.c	14 Aug 2004 14:21:56 -0000	1.15
--- cairo_image_surface.c	4 Sep 2004 13:38:34 -0000	1.16
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_matrix.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_matrix.c	3 Aug 2004 00:04:00 -0000	1.10
--- cairo_matrix.c	4 Sep 2004 13:38:34 -0000	1.11
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_path.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cairo_path.c	3 Aug 2004 00:04:00 -0000	1.15
--- cairo_path.c	4 Sep 2004 13:38:34 -0000	1.16
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_path_bounds.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_bounds.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cairo_path_bounds.c	3 Aug 2004 00:04:00 -0000	1.12
--- cairo_path_bounds.c	4 Sep 2004 13:38:34 -0000	1.13
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** cairo_path_fill.c	3 Aug 2004 00:04:00 -0000	1.11
--- cairo_path_fill.c	4 Sep 2004 13:38:34 -0000	1.12
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** cairo_path_stroke.c	3 Aug 2004 00:04:00 -0000	1.17
--- cairo_path_stroke.c	4 Sep 2004 13:38:34 -0000	1.18
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_pen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pen.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** cairo_pen.c	3 Aug 2004 00:04:00 -0000	1.16
--- cairo_pen.c	4 Sep 2004 13:38:35 -0000	1.17
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_polygon.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_polygon.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cairo_polygon.c	3 Aug 2004 00:04:00 -0000	1.8
--- cairo_polygon.c	4 Sep 2004 13:38:35 -0000	1.9
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cairo_ps_surface.c	3 Aug 2004 00:04:00 -0000	1.12
--- cairo_ps_surface.c	4 Sep 2004 13:38:35 -0000	1.13
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_slope.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_slope.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cairo_slope.c	3 Aug 2004 00:04:00 -0000	1.5
--- cairo_slope.c	4 Sep 2004 13:38:35 -0000	1.6
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_spline.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_spline.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_spline.c	3 Aug 2004 00:04:00 -0000	1.10
--- cairo_spline.c	4 Sep 2004 13:38:35 -0000	1.11
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_surface.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** cairo_surface.c	3 Aug 2004 00:04:00 -0000	1.35
--- cairo_surface.c	4 Sep 2004 13:38:35 -0000	1.36
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cairo_xcb_surface.c	3 Aug 2004 00:04:00 -0000	1.9
--- cairo_xcb_surface.c	4 Sep 2004 13:38:35 -0000	1.10
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairo_xlib_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xlib_surface.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** cairo_xlib_surface.c	3 Aug 2004 00:04:00 -0000	1.23
--- cairo_xlib_surface.c	4 Sep 2004 13:38:35 -0000	1.24
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  

Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** cairoint.h	3 Aug 2004 00:04:00 -0000	1.68
--- cairoint.h	4 Sep 2004 13:38:35 -0000	1.69
***************
*** 4,19 ****
   *
   * This library is free software; you can redistribute it and/or
!  * modify it under the terms of the GNU Lesser General Public
!  * License version 2.1 as published by the Free Software Foundation.
   *
!  * This library is distributed in the hope that it will be useful,
!  * but WITHOUT ANY WARRANTY; without even the implied warranty of
!  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
!  * Lesser General Public License for more details.
   *
!  * You should have received a copy of the GNU Lesser General Public
!  * License along with this library; if not, write to the Free Software
!  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
!  * Author: Carl D. Worth <cworth at isi.edu>
   */
  
--- 4,36 ----
   *
   * 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):
!  *	Carl D. Worth <cworth at isi.edu>
   */
  




More information about the cairo-commit mailing list