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 changes (BSD -> GPL)
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_canvas.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- edje_editor_canvas.c 15 Jul 2008 02:40:45 -0000 1.8
+++ edje_editor_canvas.c 6 Aug 2008 20:11:12 -0000 1.9
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <Etk.h>
#include <Edje.h>
#include <Edje_Edit.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_canvas.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_canvas.h 12 Jul 2008 13:05:17 -0000 1.3
+++ edje_editor_canvas.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_EVAS_H_
#define _EDJE_EDITOR_EVAS_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_consolle.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje_editor_consolle.c 13 Jul 2008 13:28:28 -0000 1.6
+++ edje_editor_consolle.c 6 Aug 2008 20:11:12 -0000 1.7
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_consolle.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_consolle.h 2 Jul 2008 17:54:31 -0000 1.3
+++ edje_editor_consolle.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_CONSOLLE_H_
#define _EDJE_EDITOR_CONSOLLE_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_dialogs.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- edje_editor_dialogs.c 31 Jul 2008 00:39:10 -0000 1.9
+++ edje_editor_dialogs.c 6 Aug 2008 20:11:12 -0000 1.10
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <Etk.h>
#include <Edje.h>
#include <Edje_Edit.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_dialogs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_dialogs.h 2 Jul 2008 13:50:01 -0000 1.2
+++ edje_editor_dialogs.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_DIALOGS_H_
#define _EDJE_EDITOR_DIALOGS_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_fill.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_fill.c 15 Jul 2008 00:55:42 -0000 1.5
+++ edje_editor_fill.c 6 Aug 2008 20:11:12 -0000 1.6
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_fill.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_editor_fill.h 12 Jul 2008 13:05:17 -0000 1.1
+++ edje_editor_fill.h 6 Aug 2008 20:11:12 -0000 1.2
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_FILL_H_
#define _EDJE_EDITOR_FILL_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_gradient.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_editor_gradient.c 15 Jul 2008 02:40:45 -0000 1.7
+++ edje_editor_gradient.c 6 Aug 2008 20:11:12 -0000 1.8
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_gradient.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_gradient.h 15 Jul 2008 00:55:42 -0000 1.2
+++ edje_editor_gradient.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_OBJ_GRADIENT_H_
#define _EDJE_EDITOR_OBJ_GRADIENT_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_group.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- edje_editor_group.c 17 Jul 2008 00:11:51 -0000 1.10
+++ edje_editor_group.c 6 Aug 2008 20:11:12 -0000 1.11
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_group.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_group.h 12 Jul 2008 13:59:15 -0000 1.3
+++ edje_editor_group.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_GROUP_H_
#define _EDJE_EDITOR_GROUP_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_images.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_editor_images.c 12 Jul 2008 13:59:15 -0000 1.7
+++ edje_editor_images.c 6 Aug 2008 20:11:12 -0000 1.8
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <Etk.h>
#include <Edje.h>
#include <Edje_Edit.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_images.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_images.h 2 Jul 2008 14:29:34 -0000 1.2
+++ edje_editor_images.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_IMAGES_H_
#define _EDJE_EDITOR_IMAGES_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_part.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor_part.c 15 Jul 2008 00:55:42 -0000 1.11
+++ edje_editor_part.c 6 Aug 2008 20:11:12 -0000 1.12
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_part.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_part.h 15 Jul 2008 00:55:42 -0000 1.4
+++ edje_editor_part.h 6 Aug 2008 20:11:12 -0000 1.5
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_PART_H_
#define _EDJE_EDITOR_PART_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_position.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_editor_position.c 15 Jul 2008 00:55:42 -0000 1.11
+++ edje_editor_position.c 6 Aug 2008 20:11:12 -0000 1.12
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_position.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_position.h 2 Jul 2008 15:22:38 -0000 1.2
+++ edje_editor_position.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_POSITION_H_
#define _EDJE_EDITOR_POSITION_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_program.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- edje_editor_program.c 5 Aug 2008 22:00:50 -0000 1.10
+++ edje_editor_program.c 6 Aug 2008 20:11:12 -0000 1.11
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_program.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_program.h 2 Jul 2008 15:48:11 -0000 1.2
+++ edje_editor_program.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_PROGRAM_H_
#define _EDJE_EDITOR_PROGRAM_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_rect.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_rect.c 2 Jul 2008 17:27:02 -0000 1.4
+++ edje_editor_rect.c 6 Aug 2008 20:11:12 -0000 1.5
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <Etk.h>
#include <Edje.h>
#include <Edje_Edit.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_rect.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_rect.h 2 Jul 2008 15:55:41 -0000 1.2
+++ edje_editor_rect.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_RECT_H_
#define _EDJE_EDITOR_RECT_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_script.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_script.c 1 Aug 2008 00:40:40 -0000 1.4
+++ edje_editor_script.c 6 Aug 2008 20:11:12 -0000 1.5
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <Etk.h>
#include <Edje.h>
#include <Edje_Edit.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_script.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_script.h 1 Aug 2008 00:40:40 -0000 1.3
+++ edje_editor_script.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_SCRIPT_H_
#define _EDJE_EDITOR_SCRIPT_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- edje_editor_spectra.c 15 Jul 2008 07:07:33 -0000 1.6
+++ edje_editor_spectra.c 6 Aug 2008 20:11:12 -0000 1.7
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_spectra.h 15 Jul 2008 00:55:42 -0000 1.3
+++ edje_editor_spectra.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_SPECTRA_H_
#define _EDJE_EDITOR_SPECTRA_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra_widget.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- edje_editor_spectra_widget.c 15 Jul 2008 07:07:33 -0000 1.5
+++ edje_editor_spectra_widget.c 6 Aug 2008 20:11:12 -0000 1.6
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_spectra_widget.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_editor_spectra_widget.h 12 Jul 2008 13:05:17 -0000 1.1
+++ edje_editor_spectra_widget.h 6 Aug 2008 20:11:12 -0000 1.2
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_SPECTRA_WIDGET_H_
#define _EDJE_EDITOR_SPECTRA_WIDGET_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_state.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- edje_editor_state.c 12 Jul 2008 14:45:03 -0000 1.10
+++ edje_editor_state.c 6 Aug 2008 20:11:12 -0000 1.11
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_state.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_state.h 2 Jul 2008 16:20:24 -0000 1.2
+++ edje_editor_state.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_STATE_H_
#define _EDJE_EDITOR_STATE_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_text.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_editor_text.c 12 Jul 2008 14:45:03 -0000 1.7
+++ edje_editor_text.c 6 Aug 2008 20:11:12 -0000 1.8
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_text.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_text.h 2 Jul 2008 16:31:19 -0000 1.2
+++ edje_editor_text.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_TEXT_H_
#define _EDJE_EDITOR_TEXT_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_toolbar.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- edje_editor_toolbar.c 31 Jul 2008 00:39:10 -0000 1.15
+++ edje_editor_toolbar.c 6 Aug 2008 20:11:12 -0000 1.16
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <Etk.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_toolbar.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_toolbar.h 2 Jul 2008 16:42:31 -0000 1.2
+++ edje_editor_toolbar.h 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_TOOLBAR_H_
#define _EDJE_EDITOR_TOOLBAR_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- edje_editor_tree.c 17 Jul 2008 00:11:51 -0000 1.18
+++ edje_editor_tree.c 6 Aug 2008 20:11:12 -0000 1.19
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#define _GNU_SOURCE
#include <string.h>
#include <Etk.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_editor_tree.h 17 Jul 2008 00:11:51 -0000 1.4
+++ edje_editor_tree.h 6 Aug 2008 20:11:12 -0000 1.5
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_TREE_H_
#define _EDJE_EDITOR_TREE_H_
===================================================================
RCS file:
/cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree_model_spectra.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- edje_editor_tree_model_spectra.c 15 Jul 2008 07:07:33 -0000 1.2
+++ edje_editor_tree_model_spectra.c 6 Aug 2008 20:11:12 -0000 1.3
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "edje_editor_tree_model_spectra.h"
#include <string.h>
#include <Evas.h>
===================================================================
RCS file:
/cvs/e/e17/proto/edje_editor/src/bin/edje_editor_tree_model_spectra.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_editor_tree_model_spectra.h 15 Jul 2008 00:55:43 -0000 1.1
+++ edje_editor_tree_model_spectra.h 6 Aug 2008 20:11:12 -0000 1.2
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_TREE_MODEL_SPECTRA_H_
#define _EDJE_EDITOR_TREE_MODEL_SPECTRA_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_window.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- edje_editor_window.c 31 Jul 2008 00:39:10 -0000 1.21
+++ edje_editor_window.c 6 Aug 2008 20:11:12 -0000 1.22
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <dirent.h>
#include <string.h>
#include <Edje.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/edje_editor_window.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor_window.h 12 Jul 2008 13:05:17 -0000 1.3
+++ edje_editor_window.h 6 Aug 2008 20:11:12 -0000 1.4
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_INTERFACE_H_
#define _EDJE_EDITOR_INTERFACE_H_
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/inout.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- inout.c 2 Jul 2008 17:54:31 -0000 1.10
+++ inout.c 6 Aug 2008 20:11:12 -0000 1.11
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <stdlib.h>
#include <unistd.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/inout.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- inout.h 2 Jul 2008 17:54:31 -0000 1.6
+++ inout.h 6 Aug 2008 20:11:12 -0000 1.7
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include "main.h"
//~ void LoadEDJ (char *file);
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- main.c 12 Jul 2008 14:45:03 -0000 1.57
+++ main.c 6 Aug 2008 20:11:12 -0000 1.58
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#include <string.h>
#include <errno.h>
#include <locale.h>
===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- main.h 31 Jul 2008 00:39:10 -0000 1.45
+++ main.h 6 Aug 2008 20:11:12 -0000 1.46
@@ -1,3 +1,20 @@
+/* Copyright (C) 2006-2008 Davide Andreoli (see AUTHORS)
+ *
+ * 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
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Edje_editor. If not, see <http://www.gnu.org/licenses/>.
+ */
+
#ifndef _EDJE_EDITOR_MAIN_H_
#define _EDJE_EDITOR_MAIN_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
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs