Enlightenment CVS committal Author : cmarcelo Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-ecore/ecore/x Modified Files: __init__.py ecore.x.c_ecore_x.pyx ecore.x.c_ecore_x_events.pxi ecore.x.c_ecore_x_window.pxi ecore.x.screensaver.pyx Log Message: Changing license of python-efl to LGPL. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/__init__.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- __init__.py 25 Jul 2008 19:05:24 -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, 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/>. + #!/usr/bin/env python2 from c_ecore_x import * =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/ecore.x.c_ecore_x.pyx,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ecore.x.c_ecore_x.pyx 12 Nov 2007 01:55:04 -0000 1.2 +++ ecore.x.c_ecore_x.pyx 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/>. + cimport evas.python as python __extra_epydoc_fields__ = ( =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/ecore.x.c_ecore_x_events.pxi,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ecore.x.c_ecore_x_events.pxi 27 Nov 2007 07:44:59 -0000 1.2 +++ ecore.x.c_ecore_x_events.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_x.pyx cdef object _charp_to_str(char *p): =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/ecore.x.c_ecore_x_window.pxi,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- ecore.x.c_ecore_x_window.pxi 12 Nov 2007 01:55:04 -0000 1.2 +++ ecore.x.c_ecore_x_window.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_x.pyx cdef class Window: =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/x/ecore.x.screensaver.pyx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- ecore.x.screensaver.pyx 5 Nov 2007 21:50:55 -0000 1.1 +++ ecore.x.screensaver.pyx 7 Aug 2008 03:13:09 -0000 1.2 @@ -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/>. + __extra_epydoc_fields__ = ( ("parm", "Parameter", "Parameters"), # epydoc don't support pyrex properly ) ------------------------------------------------------------------------- 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 enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs