Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/evolve
Dir : e17/libs/evolve/src/lib Modified Files: Evolve.h evolve.l evolve.y evolve_constructor.c evolve_constructor.h evolve_gui.c evolve_gui.h evolve_lib.c evolve_parse.c evolve_parse.h evolve_private.h evolve_property.c evolve_property.h evolve_signal.c evolve_signal.h evolve_util.c evolve_util.h evolve_widget.c evolve_widget.h Log Message: License changes (BSD -> LGPL) =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/Evolve.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- Evolve.h 18 Jun 2007 22:31:38 -0000 1.1 +++ Evolve.h 6 Aug 2008 18:13:59 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_H #define _EVOLVE_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve.l,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve.l 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve.l 6 Aug 2008 18:13:59 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + %{ #include <stdio.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve.y,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve.y 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve.y 6 Aug 2008 18:13:59 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + %{ #include <stdio.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_constructor.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evolve_constructor.c 26 Jun 2008 16:02:45 -0000 1.4 +++ evolve_constructor.c 6 Aug 2008 18:13:59 -0000 1.5 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <string.h> #include "evolve_private.h" =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_constructor.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_constructor.h 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_constructor.h 6 Aug 2008 18:13:59 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_CONSTRUCTOR_H #define _EVOLVE_CONSTRUCTOR_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_gui.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evolve_gui.c 8 Feb 2008 05:31:20 -0000 1.2 +++ evolve_gui.c 6 Aug 2008 18:13:59 -0000 1.3 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_gui.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_gui.h 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_gui.h 6 Aug 2008 18:13:59 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_GUI_H #define _EVOLVE_GUI_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_lib.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- evolve_lib.c 8 Feb 2008 05:31:20 -0000 1.4 +++ evolve_lib.c 6 Aug 2008 18:13:59 -0000 1.5 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <stdlib.h> #include <string.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_parse.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evolve_parse.c 8 Feb 2008 05:31:20 -0000 1.2 +++ evolve_parse.c 6 Aug 2008 18:14:00 -0000 1.3 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <string.h> #include "evolve_private.h" =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_parse.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_parse.h 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_parse.h 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_PARSE_H #define _EVOLVE_PARSE_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_private.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evolve_private.h 9 Feb 2008 07:24:13 -0000 1.3 +++ evolve_private.h 6 Aug 2008 18:14:00 -0000 1.4 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_PRIVATE_H #define _EVOLVE_PRIVATE_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_property.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_property.c 9 Feb 2008 07:24:13 -0000 1.1 +++ evolve_property.c 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <string.h> #include "evolve_private.h" =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_property.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_property.h 9 Feb 2008 07:24:13 -0000 1.1 +++ evolve_property.h 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_PROPERTY_H #define _EVOLVE_PROPERTY_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_signal.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_signal.c 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_signal.c 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <string.h> #include <dlfcn.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_signal.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_signal.h 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_signal.h 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_SIGNAL_H #define _EVOLVE_SIGNAL_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_util.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_util.c 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_util.c 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <string.h> #include <ctype.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_util.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- evolve_util.h 18 Jun 2007 22:31:38 -0000 1.1 +++ evolve_util.h 6 Aug 2008 18:14:00 -0000 1.2 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_UTIL_H #define _EVOLVE_UTIL_H =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_widget.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- evolve_widget.c 26 Jun 2008 16:02:45 -0000 1.6 +++ evolve_widget.c 6 Aug 2008 18:14:00 -0000 1.7 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #include <stdio.h> #include <string.h> #include <dlfcn.h> =================================================================== RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_widget.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evolve_widget.h 9 Feb 2008 07:24:13 -0000 1.3 +++ evolve_widget.h 6 Aug 2008 18:14:00 -0000 1.4 @@ -1,3 +1,21 @@ +/* Evolve + * Copyright (C) 2007-2008 Hisham Mardam-Bey + * + * This library 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. + * + * This library 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 library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #ifndef _EVOLVE_WIDGET_H #define _EVOLVE_WIDGET_H ------------------------------------------------------------------------- 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