[cairo-commit] gtkcairo/gtkcairo gdkcairo.c, 1.3, 1.4 gdkcairo.h,
1.5, 1.6 gtkcairo.c, 1.16, 1.17 gtkcairo.h, 1.9, 1.10
OEyvind Kolaas
commit at pdx.freedesktop.org
Mon Aug 9 09:32:42 PDT 2004
- Previous message: [cairo-commit] gtkcairo AUTHORS, 1.3, 1.4 COPYING, 1.1,
1.2 ChangeLog, 1.15, 1.16 configure.in, 1.4, 1.5
- Next message: [cairo-commit] gtkcairo/tests demo.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: pippin
Update of /cvs/cairo/gtkcairo/gtkcairo
In directory pdx:/tmp/cvs-serv2054/gtkcairo
Modified Files:
gdkcairo.c gdkcairo.h gtkcairo.c gtkcairo.h
Log Message:
license change to LGPL
Index: gdkcairo.c
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gdkcairo.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** gdkcairo.c 29 Jun 2004 08:20:48 -0000 1.3
--- gdkcairo.c 9 Aug 2004 16:32:40 -0000 1.4
***************
*** 1,26 ****
! /* gdkcairo - the actual usage of a cairo surface instead of a gdkwindow
*
! * Copyright © 2003, 2004 Carl Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s oeyvindk at hig.no>
*
! * 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 Carl Worth
! * not be used in advertising or publicity pertaining to distribution
! * of the software without specific, written prior permission.
! * Carl Worth makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * CARL WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
! * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
! * NO EVENT SHALL CARL WORTH 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.
*/
--- 1,20 ----
! /* gdkcairo - replacing a gdkwindow with a cairo surface
*
! * Copyright © 2003, 2004 Carl D. Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s <oeyvindk at hig.no>
*
! * 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
*/
Index: gdkcairo.h
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gdkcairo.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** gdkcairo.h 29 Jun 2004 08:20:48 -0000 1.5
--- gdkcairo.h 9 Aug 2004 16:32:40 -0000 1.6
***************
*** 1,26 ****
! /* gdkcairo - the actual usage of a cairo surface instead of a gdkwindow
*
! * Copyright © 2003, 2004 Carl Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s oeyvindk at hig.no>
*
! * 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 Carl Worth
! * not be used in advertising or publicity pertaining to distribution
! * of the software without specific, written prior permission.
! * Carl Worth makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * CARL WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
! * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
! * NO EVENT SHALL CARL WORTH 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.
*/
--- 1,20 ----
! /* gdkcairo - replacing a gdkwindow with a cairo surface
*
! * Copyright © 2003, 2004 Carl D. Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s <oeyvindk at hig.no>
*
! * 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
*/
Index: gtkcairo.c
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gtkcairo.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** gtkcairo.c 29 Jun 2004 08:20:48 -0000 1.16
--- gtkcairo.c 9 Aug 2004 16:32:40 -0000 1.17
***************
*** 1,26 ****
/* gtkcairo - cairo drawing widget for gtk+
*
! * Copyright © 2003, 2004 Carl Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s oeyvindk at hig.no>
*
! * 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 Carl Worth
! * not be used in advertising or publicity pertaining to distribution
! * of the software without specific, written prior permission.
! * Carl Worth makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * CARL WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
! * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
! * NO EVENT SHALL CARL WORTH 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.
*/
--- 1,20 ----
/* gtkcairo - cairo drawing widget for gtk+
*
! * Copyright © 2003, 2004 Carl D. Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s <oeyvindk at hig.no>
*
! * 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
*/
Index: gtkcairo.h
===================================================================
RCS file: /cvs/cairo/gtkcairo/gtkcairo/gtkcairo.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** gtkcairo.h 29 Jun 2004 08:20:48 -0000 1.9
--- gtkcairo.h 9 Aug 2004 16:32:40 -0000 1.10
***************
*** 1,26 ****
/* gtkcairo - cairo drawing widget for gtk+
*
! * Copyright © 2003, 2004 Carl Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s oeyvindk at hig.no>
*
! * 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 Carl Worth
! * not be used in advertising or publicity pertaining to distribution
! * of the software without specific, written prior permission.
! * Carl Worth makes no representations about the suitability of this
! * software for any purpose. It is provided "as is" without express
! * or implied warranty.
*
! * CARL WORTH DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
! * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN
! * NO EVENT SHALL CARL WORTH 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.
*/
--- 1,20 ----
/* gtkcairo - cairo drawing widget for gtk+
*
! * Copyright © 2003, 2004 Carl D. Worth <carl at theworths.org>
! * Evan Martin <martine at danga.com>
! * Ãyvind KolÃ¥s <oeyvindk at hig.no>
*
! * 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
*/
- Previous message: [cairo-commit] gtkcairo AUTHORS, 1.3, 1.4 COPYING, 1.1,
1.2 ChangeLog, 1.15, 1.16 configure.in, 1.4, 1.5
- Next message: [cairo-commit] gtkcairo/tests demo.c,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list