[cairo-commit]
cairo/src cairo-features.h.in, 1.6, 1.7 cairo.c, 1.39,
1.40 cairo.h, 1.56, 1.57 cairo_color.c, 1.4, 1.5 cairo_fixed.c,
1.4, 1.5 cairo_font.c, 1.22, 1.23 cairo_gstate.c, 1.56,
1.57 cairo_hull.c, 1.2, 1.3 cairo_image_surface.c, 1.12,
1.13 cairo_matrix.c, 1.8, 1.9 cairo_path.c, 1.13,
1.14 cairo_path_bounds.c, 1.10, 1.11 cairo_path_fill.c, 1.9,
1.10 cairo_path_stroke.c, 1.15, 1.16 cairo_pen.c, 1.14,
1.15 cairo_polygon.c, 1.6, 1.7 cairo_ps_surface.c, 1.10,
1.11 cairo_slope.c, 1.3, 1.4 cairo_spline.c, 1.8,
1.9 cairo_surface.c, 1.33, 1.34 cairo_xcb_surface.c, 1.7,
1.8 cairo_xlib_surface.c, 1.21, 1.22 cairoint.h, 1.66, 1.67
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 2 13:13:31 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv18790/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:
* 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: Change from MIT license to LGPL.
Index: cairo-features.h.in
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo-features.h.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cairo-features.h.in 20 May 2004 23:42:56 -0000 1.6
--- cairo-features.h.in 2 Aug 2004 20:13:28 -0000 1.7
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** cairo.c 5 Jul 2004 16:17:22 -0000 1.39
--- cairo.c 2 Aug 2004 20:13:28 -0000 1.40
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** cairo.h 2 Aug 2004 06:03:02 -0000 1.56
--- cairo.h 2 Aug 2004 20:13:28 -0000 1.57
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_color.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_color.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cairo_color.c 23 Oct 2003 14:47:29 -0000 1.4
--- cairo_color.c 2 Aug 2004 20:13:28 -0000 1.5
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_fixed.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_fixed.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** cairo_fixed.c 20 May 2004 23:42:56 -0000 1.4
--- cairo_fixed.c 2 Aug 2004 20:13:28 -0000 1.5
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo_font.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_font.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** cairo_font.c 16 Jul 2004 17:25:31 -0000 1.22
--- cairo_font.c 2 Aug 2004 20:13:28 -0000 1.23
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_gstate.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gstate.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** cairo_gstate.c 12 Jul 2004 01:51:56 -0000 1.56
--- cairo_gstate.c 2 Aug 2004 20:13:28 -0000 1.57
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_hull.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_hull.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** cairo_hull.c 23 Oct 2003 14:47:29 -0000 1.2
--- cairo_hull.c 2 Aug 2004 20:13:28 -0000 1.3
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo_image_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_image_surface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cairo_image_surface.c 24 May 2004 09:28:05 -0000 1.12
--- cairo_image_surface.c 2 Aug 2004 20:13:28 -0000 1.13
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo_matrix.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_matrix.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cairo_matrix.c 20 May 2004 23:42:56 -0000 1.8
--- cairo_matrix.c 2 Aug 2004 20:13:28 -0000 1.9
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_path.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cairo_path.c 13 Feb 2004 03:02:33 -0000 1.13
--- cairo_path.c 2 Aug 2004 20:13:28 -0000 1.14
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_path_bounds.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_bounds.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_path_bounds.c 13 Feb 2004 03:02:33 -0000 1.10
--- cairo_path_bounds.c 2 Aug 2004 20:13:28 -0000 1.11
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo_path_fill.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_fill.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cairo_path_fill.c 13 Feb 2004 03:02:33 -0000 1.9
--- cairo_path_fill.c 2 Aug 2004 20:13:28 -0000 1.10
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_path_stroke.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_path_stroke.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** cairo_path_stroke.c 13 Feb 2004 03:02:33 -0000 1.15
--- cairo_path_stroke.c 2 Aug 2004 20:13:28 -0000 1.16
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_pen.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pen.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** cairo_pen.c 8 Dec 2003 21:38:26 -0000 1.14
--- cairo_pen.c 2 Aug 2004 20:13:28 -0000 1.15
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_polygon.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_polygon.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** cairo_polygon.c 8 Dec 2003 21:38:26 -0000 1.6
--- cairo_polygon.c 2 Aug 2004 20:13:28 -0000 1.7
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_ps_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_ps_surface.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_ps_surface.c 24 May 2004 09:28:05 -0000 1.10
--- cairo_ps_surface.c 2 Aug 2004 20:13:28 -0000 1.11
***************
*** 1,25 ****
! /*
* Copyright © 2003 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2003 University of Southern California
*
! * 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>
Index: cairo_slope.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_slope.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** cairo_slope.c 23 Oct 2003 14:47:29 -0000 1.3
--- cairo_slope.c 2 Aug 2004 20:13:28 -0000 1.4
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_spline.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_spline.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cairo_spline.c 8 May 2004 01:52:02 -0000 1.8
--- cairo_spline.c 2 Aug 2004 20:13:28 -0000 1.9
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_surface.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** cairo_surface.c 28 May 2004 19:47:00 -0000 1.33
--- cairo_surface.c 2 Aug 2004 20:13:28 -0000 1.34
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_xcb_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xcb_surface.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cairo_xcb_surface.c 25 Jul 2004 02:30:05 -0000 1.7
--- cairo_xcb_surface.c 2 Aug 2004 20:13:28 -0000 1.8
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairo_xlib_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_xlib_surface.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** cairo_xlib_surface.c 24 May 2004 09:28:05 -0000 1.21
--- cairo_xlib_surface.c 2 Aug 2004 20:13:28 -0000 1.22
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
Index: cairoint.h
===================================================================
RCS file: /cvs/cairo/cairo/src/cairoint.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** cairoint.h 11 Jun 2004 13:20:17 -0000 1.66
--- cairoint.h 2 Aug 2004 20:13:28 -0000 1.67
***************
*** 1,25 ****
! /*
* Copyright © 2002 University of Southern California
*
! * Permission to use, copy, modify, distribute, and sell this software
! * and its documentation for any purpose is hereby granted without
! * fee, provided that the above copyright notice appear in all copies
! * and that both that copyright notice and this permission notice
! * appear in supporting documentation, and that the name of the
! * University of Southern California not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. The University of Southern
! * California makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * THE UNIVERSITY OF SOUTHERN CALIFORNIA DISCLAIMS ALL WARRANTIES WITH
! * REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF
! * SOUTHERN CALIFORNIA BE LIABLE FOR ANY SPECIAL, INDIRECT OR
! * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
! * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
! * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
! * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
* Author: Carl D. Worth <cworth at isi.edu>
--- 1,19 ----
! /* cairo - a vector graphics library with display and print output
! *
* Copyright © 2002 University of Southern California
*
! * 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>
More information about the cairo-commit
mailing list