[maemo-commits] [maemo-commits] r11006 - in projects/haf/trunk/hildon-1: . examples
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Apr 12 16:41:11 EEST 2007
- Previous message: [maemo-commits] r11004 - projects/haf/trunk/hildon-desktop/libhildonwm
- Next message: [maemo-commits] r11007 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-04-12 16:41:10 +0300 (Thu, 12 Apr 2007) New Revision: 11006 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c Log: * examples/hildon-bread-crumb-trail-example.c Add license. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-04-12 13:38:35 UTC (rev 11005) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-04-12 13:41:10 UTC (rev 11006) @@ -1,5 +1,11 @@ 2007-04-12 Xan Lopez <xan.lopez at nokia.com> + * examples/hildon-bread-crumb-trail-example.c + + Add license. + +2007-04-12 Xan Lopez <xan.lopez at nokia.com> + * examples/Makefile.am * examples/hildon-bread-crumb-trail-example.c * src/Makefile.am Modified: projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c =================================================================== --- projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c 2007-04-12 13:38:35 UTC (rev 11005) +++ projects/haf/trunk/hildon-1/examples/hildon-bread-crumb-trail-example.c 2007-04-12 13:41:10 UTC (rev 11006) @@ -1,3 +1,28 @@ +/* + * This file is a part of hildon + * + * Copyright (C) 2007 Nokia Corporation, all rights reserved. + * + * Contact: Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + * Author: Xan Lopez <xan.lopez at nokia.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; 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, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA + * + */ + #include <gtk/gtk.h> #include "hildon-bread-crumb-trail.h" #include <sys/types.h>
- Previous message: [maemo-commits] r11004 - projects/haf/trunk/hildon-desktop/libhildonwm
- Next message: [maemo-commits] r11007 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]