Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/enhance

Dir     : e17/libs/enhance/src/lib


Modified Files:
        Enhance.h enhance.c enhance_private.h enhance_widget.c 
        enhance_widget.h 


Log Message:
License changes (BSD -> LGPL)


===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/Enhance.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Enhance.h   14 Aug 2006 09:11:31 -0000      1.4
+++ Enhance.h   6 Aug 2008 18:13:57 -0000       1.5
@@ -1,3 +1,21 @@
+/* Enhance
+ * Copyright (C) 2006-2008 Hisham Mardam-Bey, Samuel Mendes, Ugo Riboni, Simon 
Treny
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. 
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef _ENHANCE_H
 #define _ENHANCE_H
 
===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- enhance.c   30 Sep 2007 13:06:56 -0000      1.43
+++ enhance.c   6 Aug 2008 18:13:57 -0000       1.44
@@ -1,3 +1,21 @@
+/* Enhance
+ * Copyright (C) 2006-2008 Hisham Mardam-Bey, Samuel Mendes, Ugo Riboni, Simon 
Treny
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. 
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "enhance_private.h"
 
 static Ecore_Hash *_en_stock_items_hash = NULL;
===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_private.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- enhance_private.h   11 Jul 2006 03:16:41 -0000      1.2
+++ enhance_private.h   6 Aug 2008 18:13:57 -0000       1.3
@@ -1,3 +1,21 @@
+/* Enhance
+ * Copyright (C) 2006-2008 Hisham Mardam-Bey, Samuel Mendes, Ugo Riboni, Simon 
Treny
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. 
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef EN_PRIV_H
 #define EN_PRIV_H
 
===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- enhance_widget.c    25 Jul 2007 17:00:56 -0000      1.31
+++ enhance_widget.c    6 Aug 2008 18:13:57 -0000       1.32
@@ -1,3 +1,21 @@
+/* Enhance
+ * Copyright (C) 2006-2008 Hisham Mardam-Bey, Samuel Mendes, Ugo Riboni, Simon 
Treny
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. 
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #include "enhance_private.h"
 
 #define BOX_FILL_POLICY(expand, fill) \
===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_widget.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- enhance_widget.h    15 Aug 2006 17:30:05 -0000      1.2
+++ enhance_widget.h    6 Aug 2008 18:13:57 -0000       1.3
@@ -1,3 +1,21 @@
+/* Enhance
+ * Copyright (C) 2006-2008 Hisham Mardam-Bey, Samuel Mendes, Ugo Riboni, Simon 
Treny
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library. 
+ * If not, see <http://www.gnu.org/licenses/>.
+ */
+
 #ifndef EN_WIDGET_H
 #define EN_WIDGET_H
 



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to