r2044 - in trunk/src/target/OM-2007/applications/openmoko-mainmenu: . src

stefan at sita.openmoko.org stefan at sita.openmoko.org
Sun May 20 18:20:09 CEST 2007


Author: stefan
Date: 2007-05-20 18:20:06 +0200 (Sun, 20 May 2007)
New Revision: 2044

Modified:
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.c
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.h
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.c
   trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.h
Log:
2007-05-20  Stefan Schmidt <stefan at openmoko.org>

        * src/mokodesktop.c:
        * src/mokodesktop.h:
        * src/mokodesktop_item.c:
        * src/mokodesktop_item.h:

		Add missing licence header.



Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/ChangeLog	2007-05-20 16:14:05 UTC (rev 2043)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/ChangeLog	2007-05-20 16:20:06 UTC (rev 2044)
@@ -1,5 +1,14 @@
 2007-05-20  Stefan Schmidt <stefan at openmoko.org>
 
+        * src/mokodesktop.c:
+        * src/mokodesktop.h:
+        * src/mokodesktop_item.c:
+        * src/mokodesktop_item.h:
+
+		Add missing licence header.
+
+2007-05-20  Stefan Schmidt <stefan at openmoko.org>
+
         * src/*.{c,h}:
 
 		Remove tons of trailing whitspaces

Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.c	2007-05-20 16:14:05 UTC (rev 2043)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.c	2007-05-20 16:20:06 UTC (rev 2044)
@@ -1,3 +1,24 @@
+/**
+ *  @file mokodesktop.c
+ *  @brief The Main Menu in the Openmoko
+ *
+ *  Authored by Sun Zhiyong <sunzhiyong at fic-sh.com.cn>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program 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 Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ *
+ */
+
 #include "mokodesktop.h"
 #include "mokodesktop_item.h"
 

Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.h	2007-05-20 16:14:05 UTC (rev 2043)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop.h	2007-05-20 16:20:06 UTC (rev 2044)
@@ -1,3 +1,24 @@
+/**
+ *  @file mokodesktop.h
+ *  @brief The Main Menu in the Openmoko
+ *
+ *  Authored by Sun Zhiyong <sunzhiyong at fic-sh.com.cn>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program 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 Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ *
+ */
+
 #ifndef _MOKODESKTOP_H
 #define _MOKODESKTOP_H
 

Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.c	2007-05-20 16:14:05 UTC (rev 2043)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.c	2007-05-20 16:20:06 UTC (rev 2044)
@@ -1,3 +1,24 @@
+/**
+ *  @file mokodesktop_item.c
+ *  @brief The Main Menu in the Openmoko
+ *
+ *  Authored by Sun Zhiyong <sunzhiyong at fic-sh.com.cn>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program 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 Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ *
+ */
+
 #include "mokodesktop_item.h"
 
 

Modified: trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.h	2007-05-20 16:14:05 UTC (rev 2043)
+++ trunk/src/target/OM-2007/applications/openmoko-mainmenu/src/mokodesktop_item.h	2007-05-20 16:20:06 UTC (rev 2044)
@@ -1,3 +1,24 @@
+/**
+ *  @file mokodesktop_item.h
+ *  @brief The Main Menu in the Openmoko
+ *
+ *  Authored by Sun Zhiyong <sunzhiyong at fic-sh.com.cn>
+ *
+ *  Copyright (C) 2006-2007 OpenMoko Inc.
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU Public License as published by
+ *  the Free Software Foundation; version 2 of the license.
+ *
+ *  This program 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 Public License for more details.
+ *
+ *  Current Version: $Rev$ ($Date$) [$Author$]
+ *
+ */
+
 #ifndef _HAVE_MOKODESKTOP_ITEM_H
 #define _HAVE_MOKODESKTOP_ITEM_H
 





More information about the commitlog mailing list