r1487 - in trunk/src/target/OM-2007/applications/openmoko-today: . src

thomas at sita.openmoko.org thomas at sita.openmoko.org
Thu Mar 22 16:55:58 CET 2007


Author: thomas
Date: 2007-03-22 16:55:56 +0100 (Thu, 22 Mar 2007)
New Revision: 1487

Modified:
   trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.c
   trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.h
Log:
* src/xutil.c:
* src/xutil.h:

Add license headers. These files were taken from matchbox-panel-2.


Modified: trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-22 15:40:10 UTC (rev 1486)
+++ trunk/src/target/OM-2007/applications/openmoko-today/ChangeLog	2007-03-22 15:55:56 UTC (rev 1487)
@@ -1,3 +1,10 @@
+Thu, 22 Mar 2007 15:51:59 +0000 Thomas Wood
+
+	* src/xutil.c:
+	* src/xutil.h:
+
+	Add license headers. These files were taken from matchbox-panel-2.
+
 Thu, 22 Mar 2007 15:36:29 +0000 Thomas Wood
 
 	* src/Makefile.am:

Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.c	2007-03-22 15:40:10 UTC (rev 1486)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.c	2007-03-22 15:55:56 UTC (rev 1487)
@@ -1,3 +1,21 @@
+/* 
+ * Copyright (C) 2007 OpenedHand Ltd
+ *
+ * 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; either version 2 of the License, or (at your option) any later
+ * version.
+ *
+ * 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 General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+ * Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
 #include <gdk/gdk.h>

Modified: trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.h
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.h	2007-03-22 15:40:10 UTC (rev 1486)
+++ trunk/src/target/OM-2007/applications/openmoko-today/src/xutil.h	2007-03-22 15:55:56 UTC (rev 1487)
@@ -1,3 +1,21 @@
+/* 
+ * Copyright (C) 2007 OpenedHand Ltd
+ *
+ * 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; either version 2 of the License, or (at your option) any later
+ * version.
+ *
+ * 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 General Public License for more
+ * details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
+ * Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
 char * x_strerror (int code);
 
 gboolean x_get_workarea (int *x, int *y, int *w, int *h);





More information about the commitlog mailing list