[cairo-commit]
cairo/src cairo-features.h.in, 1.7, 1.8 cairo.c, 1.40,
1.41 cairo.h, 1.57, 1.58 cairo_color.c, 1.5, 1.6 cairo_fixed.c,
1.5, 1.6 cairo_font.c, 1.23, 1.24 cairo_gstate.c, 1.57,
1.58 cairo_hull.c, 1.3, 1.4 cairo_image_surface.c, 1.13,
1.14 cairo_matrix.c, 1.9, 1.10 cairo_path.c, 1.14,
1.15 cairo_path_bounds.c, 1.11, 1.12 cairo_path_fill.c, 1.10,
1.11 cairo_path_stroke.c, 1.16, 1.17 cairo_pen.c, 1.15,
1.16 cairo_polygon.c, 1.7, 1.8 cairo_ps_surface.c, 1.11,
1.12 cairo_slope.c, 1.4, 1.5 cairo_spline.c, 1.9,
1.10 cairo_surface.c, 1.34, 1.35 cairo_xcb_surface.c, 1.8,
1.9 cairo_xlib_surface.c, 1.22, 1.23 cairoint.h, 1.67, 1.68
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 2 17:04:03 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv7205/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:
Fix to explicitly refer to GNU Lesser Public License 2.1 rather
than the Library Public License version 2 or 'any later version'
Index: cairo-features.h.in
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-features.h.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cairo-features.h.in 2 Aug 2004 20:13:28 -0000 1.7
--- cairo-features.h.in 3 Aug 2004 00:04:00 -0000 1.8
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** cairo.c 2 Aug 2004 20:13:28 -0000 1.40
--- cairo.c 3 Aug 2004 00:04:00 -0000 1.41
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** cairo.h 2 Aug 2004 20:13:28 -0000 1.57
--- cairo.h 3 Aug 2004 00:04:00 -0000 1.58
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_color.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_color.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cairo_color.c 2 Aug 2004 20:13:28 -0000 1.5
--- cairo_color.c 3 Aug 2004 00:04:00 -0000 1.6
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_fixed.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_fixed.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cairo_fixed.c 2 Aug 2004 20:13:28 -0000 1.5
--- cairo_fixed.c 3 Aug 2004 00:04:00 -0000 1.6
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_font.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** cairo_font.c 2 Aug 2004 20:13:28 -0000 1.23
--- cairo_font.c 3 Aug 2004 00:04:00 -0000 1.24
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gstate.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -C2 -d -r1.57 -r1.58
*** cairo_gstate.c 2 Aug 2004 20:13:28 -0000 1.57
--- cairo_gstate.c 3 Aug 2004 00:04:00 -0000 1.58
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_hull.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_hull.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cairo_hull.c 2 Aug 2004 20:13:28 -0000 1.3
--- cairo_hull.c 3 Aug 2004 00:04:00 -0000 1.4
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_image_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_image_surface.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cairo_image_surface.c 2 Aug 2004 20:13:28 -0000 1.13
--- cairo_image_surface.c 3 Aug 2004 00:04:00 -0000 1.14
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_matrix.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cairo_matrix.c 2 Aug 2004 20:13:28 -0000 1.9
--- cairo_matrix.c 3 Aug 2004 00:04:00 -0000 1.10
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_path.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** cairo_path.c 2 Aug 2004 20:13:28 -0000 1.14
--- cairo_path.c 3 Aug 2004 00:04:00 -0000 1.15
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_path_bounds.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_bounds.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** cairo_path_bounds.c 2 Aug 2004 20:13:28 -0000 1.11
--- cairo_path_bounds.c 3 Aug 2004 00:04:00 -0000 1.12
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_path_fill.c 2 Aug 2004 20:13:28 -0000 1.10
--- cairo_path_fill.c 3 Aug 2004 00:04:00 -0000 1.11
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** cairo_path_stroke.c 2 Aug 2004 20:13:28 -0000 1.16
--- cairo_path_stroke.c 3 Aug 2004 00:04:00 -0000 1.17
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_pen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pen.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cairo_pen.c 2 Aug 2004 20:13:28 -0000 1.15
--- cairo_pen.c 3 Aug 2004 00:04:00 -0000 1.16
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_polygon.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_polygon.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cairo_polygon.c 2 Aug 2004 20:13:28 -0000 1.7
--- cairo_polygon.c 3 Aug 2004 00:04:00 -0000 1.8
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** cairo_ps_surface.c 2 Aug 2004 20:13:28 -0000 1.11
--- cairo_ps_surface.c 3 Aug 2004 00:04:00 -0000 1.12
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_slope.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_slope.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cairo_slope.c 2 Aug 2004 20:13:28 -0000 1.4
--- cairo_slope.c 3 Aug 2004 00:04:00 -0000 1.5
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_spline.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_spline.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cairo_spline.c 2 Aug 2004 20:13:28 -0000 1.9
--- cairo_spline.c 3 Aug 2004 00:04:00 -0000 1.10
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_surface.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** cairo_surface.c 2 Aug 2004 20:13:28 -0000 1.34
--- cairo_surface.c 3 Aug 2004 00:04:00 -0000 1.35
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cairo_xcb_surface.c 2 Aug 2004 20:13:28 -0000 1.8
--- cairo_xcb_surface.c 3 Aug 2004 00:04:00 -0000 1.9
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairo_xlib_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xlib_surface.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** cairo_xlib_surface.c 2 Aug 2004 20:13:28 -0000 1.22
--- cairo_xlib_surface.c 3 Aug 2004 00:04:00 -0000 1.23
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -d -r1.67 -r1.68
*** cairoint.h 2 Aug 2004 20:13:28 -0000 1.67
--- cairoint.h 3 Aug 2004 00:04:00 -0000 1.68
***************
*** 4,20 ****
*
* This library is free software; you can redistribute it and/or
! * modify it under the terms of the GNU Library General Public
! * License as published by the Free Software Foundation; either
! * version 2 of the License, or (at your option) any later version.
*
* 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
! * Library General Public License for more details.
*
! * You should have received a copy of the GNU Library 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,18 ----
*
* 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>
*/
More information about the cairo-commit
mailing list