Enlightenment CVS committal
Author : davemds
Project : e17
Module : proto/edje_editor
Dir : e17/proto/edje_editor/src/bin
Modified Files:
edje_editor_canvas.c edje_editor_canvas.h
edje_editor_consolle.c edje_editor_consolle.h
edje_editor_dialogs.c edje_editor_dialogs.h edje_editor_fill.c
edje_editor_fill.h edje_editor_gradient.c
edje_editor_gradient.h edje_editor_group.c edje_editor_group.h
edje_editor_images.c edje_editor_images.h edje_editor_part.c
edje_editor_part.h edje_editor_position.c
edje_editor_position.h edje_editor_program.c
edje_editor_program.h edje_editor_rect.c edje_editor_rect.h
edje_editor_script.c edje_editor_script.h
edje_editor_spectra.c edje_editor_spectra.h
edje_editor_spectra_widget.c edje_editor_spectra_widget.h
edje_editor_state.c edje_editor_state.h edje_editor_text.c
edje_editor_text.h edje_editor_toolbar.c edje_editor_toolbar.h
edje_editor_tree.c edje_editor_tree.h
edje_editor_tree_model_spectra.c
edje_editor_tree_model_spectra.h edje_editor_window.c
edje_editor_window.h inout.c inout.h main.c main.h
Log Message:
* license change GPL -> LGPG
hehe, this is the only advantage to be the only author: I can change the
license without problem.
Maybe tomorrow I will change it to an expensive proprietary license :)
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_canvas.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- edje_editor_canvas.c 6 Aug 2008 20:11:12 -0000 1.9
+++ edje_editor_canvas.c 7 Aug 2008 23:02:52 -0000 1.10
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_canvas.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_canvas.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_canvas.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_consolle.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_editor_consolle.c 6 Aug 2008 20:11:12 -0000 1.7
+++ edje_editor_consolle.c 7 Aug 2008 23:02:53 -0000 1.8
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_consolle.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_consolle.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_consolle.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_dialogs.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- edje_editor_dialogs.c 6 Aug 2008 20:11:12 -0000 1.10
+++ edje_editor_dialogs.c 7 Aug 2008 23:02:53 -0000 1.11
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_dialogs.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_dialogs.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_dialogs.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_fill.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje_editor_fill.c 6 Aug 2008 20:11:12 -0000 1.6
+++ edje_editor_fill.c 7 Aug 2008 23:02:53 -0000 1.7
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_fill.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_fill.h 6 Aug 2008 20:11:12 -0000 1.2
+++ edje_editor_fill.h 7 Aug 2008 23:02:53 -0000 1.3
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_gradient.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_editor_gradient.c 6 Aug 2008 20:11:12 -0000 1.8
+++ edje_editor_gradient.c 7 Aug 2008 23:02:53 -0000 1.9
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_gradient.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_gradient.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_gradient.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_group.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor_group.c 6 Aug 2008 20:11:12 -0000 1.11
+++ edje_editor_group.c 7 Aug 2008 23:02:53 -0000 1.12
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_group.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_group.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_group.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_images.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_editor_images.c 6 Aug 2008 20:11:12 -0000 1.8
+++ edje_editor_images.c 7 Aug 2008 23:02:53 -0000 1.9
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_images.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_images.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_images.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_part.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- edje_editor_part.c 6 Aug 2008 20:11:12 -0000 1.12
+++ edje_editor_part.c 7 Aug 2008 23:02:53 -0000 1.13
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_part.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_part.h 6 Aug 2008 20:11:12 -0000 1.5
+++ edje_editor_part.h 7 Aug 2008 23:02:53 -0000 1.6
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_position.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- edje_editor_position.c 6 Aug 2008 20:11:12 -0000 1.12
+++ edje_editor_position.c 7 Aug 2008 23:02:53 -0000 1.13
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_position.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_position.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_position.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_program.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor_program.c 6 Aug 2008 20:11:12 -0000 1.11
+++ edje_editor_program.c 7 Aug 2008 23:02:53 -0000 1.12
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_program.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_program.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_program.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_rect.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_rect.c 6 Aug 2008 20:11:12 -0000 1.5
+++ edje_editor_rect.c 7 Aug 2008 23:02:53 -0000 1.6
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_rect.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_rect.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_rect.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_script.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_script.c 6 Aug 2008 20:11:12 -0000 1.5
+++ edje_editor_script.c 7 Aug 2008 23:02:53 -0000 1.6
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_script.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_script.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_script.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_editor_spectra.c 6 Aug 2008 20:11:12 -0000 1.7
+++ edje_editor_spectra.c 7 Aug 2008 23:02:53 -0000 1.8
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_spectra.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_spectra.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra_widget.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje_editor_spectra_widget.c 6 Aug 2008 20:11:12 -0000 1.6
+++ edje_editor_spectra_widget.c 7 Aug 2008 23:02:53 -0000 1.7
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra_widget.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_spectra_widget.h 6 Aug 2008 20:11:12 -0000 1.2
+++ edje_editor_spectra_widget.h 7 Aug 2008 23:02:53 -0000 1.3
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_state.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor_state.c 6 Aug 2008 20:11:12 -0000 1.11
+++ edje_editor_state.c 7 Aug 2008 23:02:53 -0000 1.12
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_state.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_state.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_state.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_text.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_editor_text.c 6 Aug 2008 20:11:12 -0000 1.8
+++ edje_editor_text.c 7 Aug 2008 23:02:53 -0000 1.9
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_text.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_text.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_text.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_toolbar.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- edje_editor_toolbar.c 6 Aug 2008 20:11:12 -0000 1.16
+++ edje_editor_toolbar.c 7 Aug 2008 23:02:53 -0000 1.17
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_toolbar.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_toolbar.h 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_toolbar.h 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- edje_editor_tree.c 6 Aug 2008 20:11:12 -0000 1.19
+++ edje_editor_tree.c 7 Aug 2008 23:02:53 -0000 1.20
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_tree.h 6 Aug 2008 20:11:12 -0000 1.5
+++ edje_editor_tree.h 7 Aug 2008 23:02:53 -0000 1.6
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file:
/cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree_model_spectra.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_tree_model_spectra.c 6 Aug 2008 20:11:12 -0000 1.3
+++ edje_editor_tree_model_spectra.c 7 Aug 2008 23:02:53 -0000 1.4
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file:
/cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree_model_spectra.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_tree_model_spectra.h 6 Aug 2008 20:11:12 -0000 1.2
+++ edje_editor_tree_model_spectra.h 7 Aug 2008 23:02:53 -0000 1.3
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_window.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- edje_editor_window.c 6 Aug 2008 20:11:12 -0000 1.22
+++ edje_editor_window.c 7 Aug 2008 23:02:53 -0000 1.23
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_window.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_window.h 6 Aug 2008 20:11:12 -0000 1.4
+++ edje_editor_window.h 7 Aug 2008 23:02:53 -0000 1.5
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/inout.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- inout.c 6 Aug 2008 20:11:12 -0000 1.11
+++ inout.c 7 Aug 2008 23:02:53 -0000 1.12
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/inout.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- inout.h 6 Aug 2008 20:11:12 -0000 1.7
+++ inout.h 7 Aug 2008 23:02:53 -0000 1.8
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- main.c 6 Aug 2008 20:11:12 -0000 1.58
+++ main.c 7 Aug 2008 23:02:53 -0000 1.59
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- main.h 6 Aug 2008 20:11:12 -0000 1.46
+++ main.h 7 Aug 2008 23:02:53 -0000 1.47
@@ -2,16 +2,16 @@
*
* This file is part of Edje_editor.
* Edje_editor is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
+ * it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Edje_editor 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 General Public License for more details.
+ * GNU Lesser General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
+ * You should have received a copy of the GNU Lesser General Public License
* along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
*/
-------------------------------------------------------------------------
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