Enlightenment CVS committal

Author  : cmarcelo
Project : e17
Module  : proto/python-efl

Dir     : e17/proto/python-efl/python-ecore/ecore


Modified Files:
        __init__.py ecore.c_ecore.pyx ecore.c_ecore_animator.pxi 
        ecore.c_ecore_events.pxi ecore.c_ecore_fd_handler.pxi 
        ecore.c_ecore_idle_enterer.pxi ecore.c_ecore_idle_exiter.pxi 
        ecore.c_ecore_idler.pxi ecore.c_ecore_timer.pxi 


Log Message:
Changing license of python-efl to LGPL.


===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/__init__.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- __init__.py 12 Nov 2007 01:55:04 -0000      1.6
+++ __init__.py 7 Aug 2008 03:13:09 -0000       1.7
@@ -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
===================================================================
RCS file: /cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore.pyx,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore.pyx   12 Nov 2007 01:55:04 -0000      1.8
+++ ecore.c_ecore.pyx   7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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
 
 __extra_epydoc_fields__ = (
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_animator.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore_animator.pxi  5 Nov 2007 22:05:54 -0000       1.8
+++ ecore.c_ecore_animator.pxi  7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_events.pxi,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ecore.c_ecore_events.pxi    12 Nov 2007 01:55:04 -0000      1.1
+++ ecore.c_ecore_events.pxi    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/>.
+
 # This file is included verbatim by c_ecore.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_fd_handler.pxi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ecore.c_ecore_fd_handler.pxi        5 Nov 2007 22:05:54 -0000       1.9
+++ ecore.c_ecore_fd_handler.pxi        7 Aug 2008 03:13:09 -0000       1.10
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idle_enterer.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore_idle_enterer.pxi      5 Nov 2007 22:05:54 -0000       1.8
+++ ecore.c_ecore_idle_enterer.pxi      7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idle_exiter.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore_idle_exiter.pxi       5 Nov 2007 22:05:54 -0000       1.8
+++ ecore.c_ecore_idle_exiter.pxi       7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_idler.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore_idler.pxi     5 Nov 2007 22:05:54 -0000       1.8
+++ ecore.c_ecore_idler.pxi     7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 import traceback
===================================================================
RCS file: 
/cvs/e/e17/proto/python-efl/python-ecore/ecore/ecore.c_ecore_timer.pxi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore.c_ecore_timer.pxi     5 Nov 2007 22:05:54 -0000       1.8
+++ ecore.c_ecore_timer.pxi     7 Aug 2008 03:13:09 -0000       1.9
@@ -1,3 +1,20 @@
+# Copyright (C) 2007-2008 Gustavo Sverzut Barbieri, 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.pyx
 
 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

Reply via email to