Enlightenment CVS committal Author : cmarcelo Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-edje/edje Modified Files: __init__.py decorators.py edje.c_edje.pyx edje.c_edje_message.pxi edje.c_edje_object.pxi Log Message: Changing license of python-efl to LGPL. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/__init__.py,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- __init__.py 6 Sep 2007 23:02:28 -0000 1.6 +++ __init__.py 7 Aug 2008 03:13:10 -0000 1.7 @@ -1,3 +1,20 @@ +# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri +# +# This file is part of Python-Edje. +# +# Python-Edje 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-Edje 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-Edje. If not, see <http://www.gnu.org/licenses/>. + #!/usr/bin/env python import c_edje =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/decorators.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- decorators.py 15 Aug 2007 15:09:09 -0000 1.1 +++ decorators.py 7 Aug 2008 03:13:10 -0000 1.2 @@ -1,3 +1,20 @@ +# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri +# +# This file is part of Python-Edje. +# +# Python-Edje 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-Edje 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-Edje. If not, see <http://www.gnu.org/licenses/>. + def signal_callback(emission, source): def deco(func): func.edje_signal_callback = (emission, source) =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje.pyx,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- edje.c_edje.pyx 8 Oct 2007 15:15:58 -0000 1.8 +++ edje.c_edje.pyx 7 Aug 2008 03:13:10 -0000 1.9 @@ -1,3 +1,20 @@ +# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim +# +# This file is part of Python-Edje. +# +# Python-Edje 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-Edje 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-Edje. If not, see <http://www.gnu.org/licenses/>. + cimport evas.python as python cimport evas.c_evas import evas.c_evas =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje_message.pxi,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- edje.c_edje_message.pxi 1 Oct 2007 06:34:28 -0000 1.3 +++ edje.c_edje_message.pxi 7 Aug 2008 03:13:10 -0000 1.4 @@ -1,3 +1,20 @@ +# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri +# +# This file is part of Python-Edje. +# +# Python-Edje 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-Edje 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-Edje. If not, see <http://www.gnu.org/licenses/>. + # This file is included verbatim by edje.c_edje.pyx cdef class Message: =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-edje/edje/edje.c_edje_object.pxi,v retrieving revision 1.24 retrieving revision 1.25 diff -u -3 -r1.24 -r1.25 --- edje.c_edje_object.pxi 5 Nov 2007 22:08:46 -0000 1.24 +++ edje.c_edje_object.pxi 7 Aug 2008 03:13:10 -0000 1.25 @@ -1,3 +1,20 @@ +# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, Ulisses Furquim +# +# This file is part of Python-Edje. +# +# Python-Edje 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-Edje 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-Edje. If not, see <http://www.gnu.org/licenses/>. + # This file is included verbatim by edje.c_edje.pyx cimport evas.c_evas as c_evas import traceback ------------------------------------------------------------------------- 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