Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/etk
Dir : e17/libs/etk/data/themes/default/macros Modified Files: dnd.edc focus.edc glint.edc mdi_window.edc paned.edc scrollbar.edc style.edc toolbar.edc tree_header.edc Log Message: License changes (BSD -> LGPL) =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/dnd.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- dnd.edc 14 Feb 2006 02:28:02 -0000 1.2 +++ dnd.edc 6 Aug 2008 18:13:51 -0000 1.3 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define DRAG_GLOW(x1, y1, offx1, offy1, to1, x2, y2, offx2, offy2, to2) \ part { \ name: "drag_glow"; \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/focus.edc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- focus.edc 25 May 2006 21:06:59 -0000 1.3 +++ focus.edc 6 Aug 2008 18:13:51 -0000 1.4 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define FOCUS_GLOW(x1, y1, offx1, offy1, to1, x2, y2, offx2, offy2, to2) \ part { \ name: "focus_glow"; \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/glint.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- glint.edc 29 Oct 2006 11:39:53 -0000 1.4 +++ glint.edc 6 Aug 2008 18:13:51 -0000 1.5 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define GLINT_PART(rect_part) \ part { \ name: "glint_clip"; \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/mdi_window.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- mdi_window.edc 20 Jul 2007 22:43:25 -0000 1.1 +++ mdi_window.edc 6 Aug 2008 18:13:51 -0000 1.2 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + /************************** * * Macros for the border's small buttons =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/paned.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- paned.edc 4 Dec 2005 14:54:55 -0000 1.2 +++ paned.edc 6 Aug 2008 18:13:51 -0000 1.3 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define PANED_ARROW(arrow_name, ox1, oy1, w, h, to_part, dir) \ part { \ name: arrow_name; \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/scrollbar.edc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- scrollbar.edc 10 Jul 2006 03:26:53 -0000 1.6 +++ scrollbar.edc 6 Aug 2008 18:13:51 -0000 1.7 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define SCROLLBAR_BUTTON_SIZE 15 #define SCROLLBAR_DRAG(part_name, minw, minh, xdir, ydir, image_up, image_down, image_thumb, clip) \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/style.edc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- style.edc 10 Mar 2007 23:09:32 -0000 1.2 +++ style.edc 6 Aug 2008 18:13:51 -0000 1.3 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define STYLE(style_class, fn, fb, fi, fbi, fm, size, normal_style, title, subtitle, glow, description) \ style { \ name: style_class; \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/toolbar.edc,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- toolbar.edc 30 Dec 2006 22:49:59 -0000 1.4 +++ toolbar.edc 6 Aug 2008 18:13:51 -0000 1.5 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define TOOL_BUTTON_GROUP(ox1, oy1, ox2, oy2) \ parts { \ part { \ =================================================================== RCS file: /cvs/e/e17/libs/etk/data/themes/default/macros/tree_header.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- tree_header.edc 26 Dec 2006 14:51:23 -0000 1.1 +++ tree_header.edc 6 Aug 2008 18:13:51 -0000 1.2 @@ -1,3 +1,21 @@ +/* ETK - The Enlightened ToolKit + * Copyright (C) 2006-2008 Simon Treny, Hisham Mardam-Bey, Vincent Torri, Viktor Kojouharov + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library. + * If not, see <http://www.gnu.org/licenses/>. + */ + #define TREE_HEADER(group_name, image_file, image_file2) \ group { \ name: group_name; \ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs