Enlightenment CVS committal
Author : cmarcelo
Project : e17
Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore/ecore/evas
Modified Files:
__init__.py ecore.evas.c_ecore_evas.pyx
ecore.evas.c_ecore_evas_base.pxi
ecore.evas.c_ecore_evas_base_x11.pxi
ecore.evas.c_ecore_evas_buffer.pxi
ecore.evas.c_ecore_evas_directfb.pxi
ecore.evas.c_ecore_evas_fb.pxi
ecore.evas.c_ecore_evas_gl_x11.pxi
ecore.evas.c_ecore_evas_software_x11.pxi
ecore.evas.c_ecore_evas_software_x11_16.pxi
ecore.evas.c_ecore_evas_xrender_x11.pxi utils.py
Log Message:
Changing license of python-efl to LGPL.
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/__init__.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- __init__.py 1 Oct 2007 05:09:43 -0000 1.5
+++ __init__.py 7 Aug 2008 03:13:09 -0000 1.6
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
#!/usr/bin/env python2
import c_ecore_evas
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas.pyx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.evas.c_ecore_evas.pyx 25 Jul 2008 19:05:24 -0000 1.8
+++ ecore.evas.c_ecore_evas.pyx 7 Aug 2008 03:13:09 -0000 1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Carsten Haitzler, Ulisses
Furquim
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
cimport evas.python as python
import evas.c_evas
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_base.pxi,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ecore.evas.c_ecore_evas_base.pxi 30 Jun 2008 08:49:41 -0000 1.12
+++ ecore.evas.c_ecore_evas_base.pxi 7 Aug 2008 03:13:09 -0000 1.13
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Carsten Haitzler, Ulisses
Furquim
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cimport evas.c_evas as c_evas
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_base_x11.pxi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore.evas.c_ecore_evas_base_x11.pxi 26 Jul 2008 16:09:32 -0000
1.3
+++ ecore.evas.c_ecore_evas_base_x11.pxi 7 Aug 2008 03:13:09 -0000
1.4
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Carsten Haitzler
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class BaseX11(EcoreEvas):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_buffer.pxi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore.evas.c_ecore_evas_buffer.pxi 1 Oct 2007 05:09:43 -0000 1.2
+++ ecore.evas.c_ecore_evas_buffer.pxi 7 Aug 2008 03:13:09 -0000 1.3
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class Buffer(EcoreEvas):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_directfb.pxi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore.evas.c_ecore_evas_directfb.pxi 1 Oct 2007 05:09:43 -0000
1.2
+++ ecore.evas.c_ecore_evas_directfb.pxi 7 Aug 2008 03:13:09 -0000
1.3
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
# cdef class DirectFBCursor:
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_fb.pxi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ecore.evas.c_ecore_evas_fb.pxi 1 Oct 2007 05:09:43 -0000 1.2
+++ ecore.evas.c_ecore_evas_fb.pxi 7 Aug 2008 03:13:09 -0000 1.3
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class FB(EcoreEvas):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_gl_x11.pxi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore.evas.c_ecore_evas_gl_x11.pxi 1 Oct 2007 05:09:43 -0000 1.3
+++ ecore.evas.c_ecore_evas_gl_x11.pxi 7 Aug 2008 03:13:09 -0000 1.4
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class GLX11(BaseX11):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_software_x11.pxi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore.evas.c_ecore_evas_software_x11.pxi 1 Oct 2007 05:09:43 -0000
1.3
+++ ecore.evas.c_ecore_evas_software_x11.pxi 7 Aug 2008 03:13:09 -0000
1.4
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class SoftwareX11(BaseX11):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_software_x11_16.pxi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore.evas.c_ecore_evas_software_x11_16.pxi 1 Oct 2007 05:09:43 -0000
1.3
+++ ecore.evas.c_ecore_evas_software_x11_16.pxi 7 Aug 2008 03:13:09 -0000
1.4
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class SoftwareX11_16(BaseX11):
===================================================================
RCS file:
/cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/ecore.evas.c_ecore_evas_xrender_x11.pxi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ecore.evas.c_ecore_evas_xrender_x11.pxi 1 Oct 2007 05:09:43 -0000
1.3
+++ ecore.evas.c_ecore_evas_xrender_x11.pxi 7 Aug 2008 03:13:09 -0000
1.4
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
# This file is included verbatim by c_ecore_evas.pyx
cdef class XRenderX11(BaseX11):
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/evas/utils.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- utils.py 29 Sep 2007 00:32:30 -0000 1.2
+++ utils.py 7 Aug 2008 03:13:09 -0000 1.3
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri
+#
+# This file is part of Python-Ecore.
+#
+# Python-Ecore is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# Python-Ecore 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 Python-Ecore. If not, see <http://www.gnu.org/licenses/>.
+
__callbacks = (
"resize",
"move",
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs