[maemo-commits] [maemo-commits] r17460 - in projects/haf/trunk/gtk+: . gtk/tests tests

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Feb 18 15:12:50 EET 2009
Author: kris
Date: 2009-02-18 15:12:48 +0200 (Wed, 18 Feb 2009)
New Revision: 17460

Modified:
   projects/haf/trunk/gtk+/ChangeLog
   projects/haf/trunk/gtk+/gtk/tests/iconview-hildon.c
   projects/haf/trunk/gtk+/gtk/tests/treeview-hildon.c
   projects/haf/trunk/gtk+/tests/testhildoniconview.c
   projects/haf/trunk/gtk+/tests/testhildontreeview.c
   projects/haf/trunk/gtk+/tests/testtreeviewactionarea.c
Log:
2009-02-18  Kristian Rietveld  <kris at imendio.com>

	Fixes: NB#98830 - Legal bug: gtk+ component: license references
	missing from Nokia copyrighted files

	* gtk/tests/iconview-hildon.c:
	* gtk/tests/treeview-hildon.c: add LGPL license.

	* tests/testhildoniconview.c:
	* tests/testhildontreeview.c:
	* tests/testtreeviewactionarea.c: add AS-IS license.



Modified: projects/haf/trunk/gtk+/ChangeLog
===================================================================
--- projects/haf/trunk/gtk+/ChangeLog	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/ChangeLog	2009-02-18 13:12:48 UTC (rev 17460)
@@ -1,3 +1,15 @@
+2009-02-18  Kristian Rietveld  <kris at imendio.com>
+
+	Fixes: NB#98830 - Legal bug: gtk+ component: license references
+	missing from Nokia copyrighted files
+
+	* gtk/tests/iconview-hildon.c:
+	* gtk/tests/treeview-hildon.c: add LGPL license.
+
+	* tests/testhildoniconview.c:
+	* tests/testhildontreeview.c:
+	* tests/testtreeviewactionarea.c: add AS-IS license.
+
 2009-02-17  Kristian Rietveld  <kris at imendio.com>
 
 	Allow for an action area above the first row in the scrollable

Modified: projects/haf/trunk/gtk+/gtk/tests/iconview-hildon.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/tests/iconview-hildon.c	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/gtk/tests/iconview-hildon.c	2009-02-18 13:12:48 UTC (rev 17460)
@@ -2,6 +2,21 @@
  *
  * Copyright (C) 2008  Nokia Corporation
  * Author: Kristian Rietveld <kris at imendio.com>
+ *
+ * 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 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, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <gtk/gtk.h>

Modified: projects/haf/trunk/gtk+/gtk/tests/treeview-hildon.c
===================================================================
--- projects/haf/trunk/gtk+/gtk/tests/treeview-hildon.c	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/gtk/tests/treeview-hildon.c	2009-02-18 13:12:48 UTC (rev 17460)
@@ -2,6 +2,21 @@
  *
  * Copyright (C) 2008  Nokia Corporation
  * Author: Kristian Rietveld <kris at imendio.com>
+ *
+ * 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 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, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
  */
 
 #include <gtk/gtk.h>

Modified: projects/haf/trunk/gtk+/tests/testhildoniconview.c
===================================================================
--- projects/haf/trunk/gtk+/tests/testhildoniconview.c	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/tests/testhildoniconview.c	2009-02-18 13:12:48 UTC (rev 17460)
@@ -3,6 +3,22 @@
  * Copyright (C) 2008  Nokia Corporation
  * Author: Kristian Rietveld <kris at imendio.com>
  *
+ * This work is provided "as is"; redistribution and modification
+ * in whole or in part, in any medium, physical or electronic is
+ * permitted without restriction.
+ *
+ * This work 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.
+ *
+ * In no event shall the authors or contributors be liable for any
+ * direct, indirect, incidental, special, exemplary, or consequential
+ * damages (including, but not limited to, procurement of substitute
+ * goods or services; loss of use, data, or profits; or business
+ * interruption) however caused and on any theory of liability, whether
+ * in contract, strict liability, or tort (including negligence or
+ * otherwise) arising in any way out of the use of this software, even
+ * if advised of the possibility of such damage.
  */
 
 #include <gtk/gtk.h>

Modified: projects/haf/trunk/gtk+/tests/testhildontreeview.c
===================================================================
--- projects/haf/trunk/gtk+/tests/testhildontreeview.c	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/tests/testhildontreeview.c	2009-02-18 13:12:48 UTC (rev 17460)
@@ -3,6 +3,22 @@
  * Copyright (C) 2008  Nokia Corporation
  * Author: Kristian Rietveld <kris at imendio.com>
  *
+ * This work is provided "as is"; redistribution and modification
+ * in whole or in part, in any medium, physical or electronic is
+ * permitted without restriction.
+ *
+ * This work 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.
+ *
+ * In no event shall the authors or contributors be liable for any
+ * direct, indirect, incidental, special, exemplary, or consequential
+ * damages (including, but not limited to, procurement of substitute
+ * goods or services; loss of use, data, or profits; or business
+ * interruption) however caused and on any theory of liability, whether
+ * in contract, strict liability, or tort (including negligence or
+ * otherwise) arising in any way out of the use of this software, even
+ * if advised of the possibility of such damage.
  */
 
 #include <gtk/gtk.h>

Modified: projects/haf/trunk/gtk+/tests/testtreeviewactionarea.c
===================================================================
--- projects/haf/trunk/gtk+/tests/testtreeviewactionarea.c	2009-02-18 10:41:55 UTC (rev 17459)
+++ projects/haf/trunk/gtk+/tests/testtreeviewactionarea.c	2009-02-18 13:12:48 UTC (rev 17460)
@@ -3,6 +3,22 @@
  * Copyright: (C) 2009  Nokia Corporation.
  * Author: Kristian Rietveld <kris at imendio.com>
  *
+ * This work is provided "as is"; redistribution and modification
+ * in whole or in part, in any medium, physical or electronic is
+ * permitted without restriction.
+ *
+ * This work 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.
+ *
+ * In no event shall the authors or contributors be liable for any
+ * direct, indirect, incidental, special, exemplary, or consequential
+ * damages (including, but not limited to, procurement of substitute
+ * goods or services; loss of use, data, or profits; or business
+ * interruption) however caused and on any theory of liability, whether
+ * in contract, strict liability, or tort (including negligence or
+ * otherwise) arising in any way out of the use of this software, even
+ * if advised of the possibility of such damage.
  */
 
 #include <gtk/gtk.h>


More information about the maemo-commits mailing list