r2182 - in trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu: . src

stefan at sita.openmoko.org stefan at sita.openmoko.org
Wed Jun 6 22:18:37 CEST 2007


Author: stefan
Date: 2007-06-06 22:18:34 +0200 (Wed, 06 Jun 2007)
New Revision: 2182

Modified:
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.h
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.c
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.h
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.h
Log:
2007-06-06  Stefan Schmidt <stefan at openmoko.org>

        * src/buttonactions.h:
        * src/mokodesktop.c:
        * src/mokodesktop.h:
        * src/stylusmenu.h:

        Add proper license header



Modified: trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog	2007-06-06 19:44:23 UTC (rev 2181)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog	2007-06-06 20:18:34 UTC (rev 2182)
@@ -1,3 +1,12 @@
+2007-06-06  Stefan Schmidt <stefan at openmoko.org>
+
+        * src/buttonactions.h:
+        * src/mokodesktop.c:
+        * src/mokodesktop.h:
+        * src/stylusmenu.h:
+
+        Add proper license header
+
 2007-06-02  Stefan Schmidt <stefan at openmoko.org>
 
 			Lindent run over all files besides buttonactions.{c,h} as mickey is

Modified: trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.h
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.h	2007-06-06 19:44:23 UTC (rev 2181)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.h	2007-06-06 20:18:34 UTC (rev 2182)
@@ -1,3 +1,21 @@
+/*
+ *  openmoko-panel-mainmenu: handle action buttons
+ *
+ *  Authored by Michael 'Mickey' Lauer <mlauer at vanille-media.de>
+ *
+ *  Copyright (C) 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.1 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 BUTTONACTIONS_H
 #define BUTTONACTIONS_H
 

Modified: trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.c
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.c	2007-06-06 19:44:23 UTC (rev 2181)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.c	2007-06-06 20:18:34 UTC (rev 2182)
@@ -1,3 +1,22 @@
+/*
+ *  openmoko-mainmenu
+ *
+ *  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 General Public License as published by
+ *  the Free Software Foundation; version 2.0 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/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.h
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.h	2007-06-06 19:44:23 UTC (rev 2181)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/mokodesktop.h	2007-06-06 20:18:34 UTC (rev 2182)
@@ -1,3 +1,22 @@
+/*
+ *  openmoko-mainmenu
+ *
+ *  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 General Public License as published by
+ *  the Free Software Foundation; version 2.0 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/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.h
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.h	2007-06-06 19:44:23 UTC (rev 2181)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/stylusmenu.h	2007-06-06 20:18:34 UTC (rev 2182)
@@ -1,3 +1,21 @@
+/*
+ *  openmoko-mainmenu
+ *
+ *  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 General Public License as published by
+ *  the Free Software Foundation; version 2.0 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 _MOKO_STYLUS_MAIN_MENU_H
 #define _MOKO_STYLUS_MAIN_MENU_H
 





More information about the commitlog mailing list