[cairo-commit] cairo-gtk-engine/src cge-draw.c, 1.16,
1.17 cge-style.c, 1.6, 1.7 cge.c, 1.1, 1.2 cge.h, 1.1, 1.2
Carl Worth
commit at pdx.freedesktop.org
Thu Feb 3 11:38:46 PST 2005
Committed by: cworth
Update of /cvs/cairo/cairo-gtk-engine/src
In directory gabe:/tmp/cvs-serv19653/src
Modified Files:
cge-draw.c cge-style.c cge.c cge.h
Log Message:
* src/cge.c:
* src/cge-draw.c:
* src/cge-style.c:
* src/cge.h: Added missing copyright statements and license
indication. Julien Boulnois is the original author who released
the code under the GPL in 2003.
* README: Update README to have current information on where to
get cairo.
Index: cge-draw.c
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/src/cge-draw.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- cge-draw.c 13 Mar 2004 14:40:08 -0000 1.16
+++ cge-draw.c 3 Feb 2005 19:38:44 -0000 1.17
@@ -1,4 +1,22 @@
-/* Cairo Gtk Engine for GTK+ 2.x */
+/* CGE - cairo-gtk-engine
+
+ Copyright © 2003 Julien Boulnois
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+
+ This program 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
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+*/
#include "cge.h"
Index: cge-style.c
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/src/cge-style.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cge-style.c 13 Mar 2004 14:40:08 -0000 1.6
+++ cge-style.c 3 Feb 2005 19:38:44 -0000 1.7
@@ -1,3 +1,23 @@
+/* CGE - cairo-gtk-engine
+
+ Copyright © 2003 Julien Boulnois
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+
+ This program 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
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+*/
+
#include "cge.h"
static void cge_rc_style_init (CgeRCStyle * style);
Index: cge.c
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/src/cge.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cge.c 1 Aug 2003 14:56:20 -0000 1.1
+++ cge.c 3 Feb 2005 19:38:44 -0000 1.2
@@ -1,3 +1,23 @@
+/* CGE - cairo-gtk-engine
+
+ Copyright © 2003 Julien Boulnois
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+
+ This program 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
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+*/
+
#include <gmodule.h>
#include "cge.h"
Index: cge.h
===================================================================
RCS file: /cvs/cairo/cairo-gtk-engine/src/cge.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cge.h 1 Aug 2003 14:56:20 -0000 1.1
+++ cge.h 3 Feb 2005 19:38:44 -0000 1.2
@@ -1,3 +1,23 @@
+/* CGE - cairo-gtk-engine
+
+ Copyright © 2003 Julien Boulnois
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as
+ published by the Free Software Foundation; either version 2 of
+ the License, or (at your option) any later version.
+
+ This program 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
+ General Public License for more details.
+
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ MA 02111-1307 USA
+*/
+
#ifndef _CGE_H_
#define _CGE_H_
More information about the cairo-commit
mailing list