[cairo-commit] cairo/src cairo_pattern.c, 1.10,
1.11 cairo_gl_surface.c, 1.12, 1.13
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 2 12:14:59 PDT 2004
Committed by: cworth
Update of /cvs/cairo/cairo/src
In directory pdx:/tmp/cvs-serv4403
Modified Files:
cairo_pattern.c cairo_gl_surface.c
Log Message:
* src/cairo_pattern.c:
* src/cairo_gl_surface.c: Fix copyright attributions mistakenly
attributed to University of Southern California rather than to
David Reveman.
Index: cairo_pattern.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_pattern.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** cairo_pattern.c 11 Jun 2004 13:20:17 -0000 1.10
--- cairo_pattern.c 2 Aug 2004 19:14:57 -0000 1.11
***************
*** 1,4 ****
! /*
! * Copyright © 2002 University of Southern California
*
* Permission to use, copy, modify, distribute, and sell this software
--- 1,5 ----
! /* cairo - a vector graphics library with display and print output
! *
! * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
***************
*** 6,25 ****
* 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: David Reveman <c99drn at cs.umu.se>
--- 7,24 ----
* 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 David
! * Reveman not be used in advertising or publicity pertaining to
! * distribution of the software without specific, written prior
! * permission. David Reveman makes no representations about the
! * suitability of this software for any purpose. It is provided "as
! * is" without express or implied warranty.
*
! * DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
! * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
! * FITNESS, IN NO EVENT SHALL DAVID REVEMAN 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: David Reveman <c99drn at cs.umu.se>
Index: cairo_gl_surface.c
===================================================================
RCS file: /cvs/cairo/cairo/src/cairo_gl_surface.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cairo_gl_surface.c 20 Jul 2004 08:39:23 -0000 1.12
--- cairo_gl_surface.c 2 Aug 2004 19:14:57 -0000 1.13
***************
*** 1,4 ****
! /*
! * Copyright © 2002 University of Southern California
*
* Permission to use, copy, modify, distribute, and sell this software
--- 1,5 ----
! /* cairo - a vector graphics library with display and print output
! *
! * Copyright © 2004 David Reveman
*
* Permission to use, copy, modify, distribute, and sell this software
***************
*** 6,25 ****
* 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: David Reveman <c99drn at cs.umu.se>
--- 7,24 ----
* 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 David
! * Reveman not be used in advertising or publicity pertaining to
! * distribution of the software without specific, written prior
! * permission. David Reveman makes no representations about the
! * suitability of this software for any purpose. It is provided "as
! * is" without express or implied warranty.
*
! * DAVID REVEMAN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
! * SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
! * FITNESS, IN NO EVENT SHALL DAVID REVEMAN 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: David Reveman <c99drn at cs.umu.se>
More information about the cairo-commit
mailing list