[cairo-commit] libsvg-cairo/src svg-cairo-internal.h, 1.14,
1.15 svg-cairo.h, 1.11, 1.12 svg_cairo.c, 1.28,
1.29 svg_cairo_sprintf_alloc.c, 1.2, 1.3 svg_cairo_state.c,
1.10, 1.11
Carl Worth
commit at pdx.freedesktop.org
Mon Aug 2 13:16:39 PDT 2004
Committed by: cworth
Update of /cvs/cairo/libsvg-cairo/src
In directory pdx:/tmp/cvs-serv19312/src
Modified Files:
svg-cairo-internal.h svg-cairo.h svg_cairo.c
svg_cairo_sprintf_alloc.c svg_cairo_state.c
Log Message:
* COPYING:
* src/svg-cairo-internal.h:
* src/svg-cairo.h:
* src/svg_cairo.c:
* src/svg_cairo_sprintf_alloc.c:
* src/svg_cairo_state.c: Change copyright attribution from
'USC/Information Sciences Institute' to the actual corporation
'University of Southern California'. Change from MIT license to
LGPL.
Index: svg-cairo-internal.h
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/svg-cairo-internal.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** svg-cairo-internal.h 7 Jun 2004 16:07:25 -0000 1.14
--- svg-cairo-internal.h 2 Aug 2004 20:16:37 -0000 1.15
***************
*** 1,28 ****
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * Copyright © 2002 USC/Information Sciences Institute
*
! * 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
! * Information Sciences Institute not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. Information Sciences Institute
! * makes no representations about the suitability of this software for
! * any purpose. It is provided "as is" without express or implied
! * warranty.
*
! * INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
! * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
! * INSTITUTE 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 Worth <cworth at isi.edu>
*/
--- 1,21 ----
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * 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: svg-cairo.h
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/svg-cairo.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** svg-cairo.h 15 Dec 2003 15:56:48 -0000 1.11
--- svg-cairo.h 2 Aug 2004 20:16:37 -0000 1.12
***************
*** 1,28 ****
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * Copyright © 2002 USC/Information Sciences Institute
*
! * 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
! * Information Sciences Institute not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. Information Sciences Institute
! * makes no representations about the suitability of this software for
! * any purpose. It is provided "as is" without express or implied
! * warranty.
*
! * INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
! * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
! * INSTITUTE 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 Worth <cworth at isi.edu>
*/
--- 1,21 ----
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * 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: svg_cairo.c
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/svg_cairo.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** svg_cairo.c 7 Jun 2004 16:07:25 -0000 1.28
--- svg_cairo.c 2 Aug 2004 20:16:37 -0000 1.29
***************
*** 1,28 ****
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * Copyright © 2002 USC/Information Sciences Institute
*
! * 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
! * Information Sciences Institute not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. Information Sciences Institute
! * makes no representations about the suitability of this software for
! * any purpose. It is provided "as is" without express or implied
! * warranty.
*
! * INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
! * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
! * INSTITUTE 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 Worth <cworth at isi.edu>
*/
--- 1,21 ----
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * 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: svg_cairo_sprintf_alloc.c
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/svg_cairo_sprintf_alloc.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** svg_cairo_sprintf_alloc.c 5 Dec 2003 17:35:43 -0000 1.2
--- svg_cairo_sprintf_alloc.c 2 Aug 2004 20:16:37 -0000 1.3
***************
*** 1,28 ****
! /* svg_cairo_sprintf_alloc.c -- like sprintf with memory allocation
*
! * Copyright © 2002 USC/Information Sciences Institute
*
! * 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
! * Information Sciences Institute not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. Information Sciences Institute
! * makes no representations about the suitability of this software for
! * any purpose. It is provided "as is" without express or implied
! * warranty.
*
! * INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
! * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
! * INSTITUTE 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 Worth <cworth at isi.edu>
*/
--- 1,21 ----
! /* libsvg-cairo - Render SVG documents using the cairo library
*
! * 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: svg_cairo_state.c
===================================================================
RCS file: /cvs/cairo/libsvg-cairo/src/svg_cairo_state.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** svg_cairo_state.c 7 Jun 2004 16:07:25 -0000 1.10
--- svg_cairo_state.c 2 Aug 2004 20:16:37 -0000 1.11
***************
*** 1,28 ****
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * Copyright © 2002 USC/Information Sciences Institute
*
! * 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
! * Information Sciences Institute not be used in advertising or
! * publicity pertaining to distribution of the software without
! * specific, written prior permission. Information Sciences Institute
! * makes no representations about the suitability of this software for
! * any purpose. It is provided "as is" without express or implied
! * warranty.
*
! * INFORMATION SCIENCES INSTITUTE DISCLAIMS ALL WARRANTIES WITH REGARD
! * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF
! * MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL INFORMATION SCIENCES
! * INSTITUTE 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 Worth <cworth at isi.edu>
*/
--- 1,21 ----
/* libsvg-cairo - Render SVG documents using the cairo library
*
! * 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