r3497 - in trunk/src/target/gsm/src: gsmd libgsmd

mickey at sita.openmoko.org mickey at sita.openmoko.org
Fri Nov 23 21:17:14 CET 2007


Author: mickey
Date: 2007-11-23 21:17:13 +0100 (Fri, 23 Nov 2007)
New Revision: 3497

Modified:
   trunk/src/target/gsm/src/gsmd/machine_gta01.c
   trunk/src/target/gsm/src/libgsmd/libgsmd_modem.c
   trunk/src/target/gsm/src/libgsmd/libgsmd_phonebook.c
   trunk/src/target/gsm/src/libgsmd/libgsmd_pin.c
   trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c
Log:
gsmd: add missing license headers


Modified: trunk/src/target/gsm/src/gsmd/machine_gta01.c
===================================================================
--- trunk/src/target/gsm/src/gsmd/machine_gta01.c	2007-11-23 18:22:13 UTC (rev 3496)
+++ trunk/src/target/gsm/src/gsmd/machine_gta01.c	2007-11-23 20:17:13 UTC (rev 3497)
@@ -1,3 +1,22 @@
+/* gta01 machine plugin
+ *
+ * (C) 2007 by 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; 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>

Modified: trunk/src/target/gsm/src/libgsmd/libgsmd_modem.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd_modem.c	2007-11-23 18:22:13 UTC (rev 3496)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd_modem.c	2007-11-23 20:17:13 UTC (rev 3497)
@@ -1,3 +1,23 @@
+/* libgsmd modem functions
+ *
+ * (C) 2006-2007 by OpenMoko, Inc.
+ *
+ * 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.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 <stdlib.h>
 #include <unistd.h>
 #include <string.h>

Modified: trunk/src/target/gsm/src/libgsmd/libgsmd_phonebook.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd_phonebook.c	2007-11-23 18:22:13 UTC (rev 3496)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd_phonebook.c	2007-11-23 20:17:13 UTC (rev 3497)
@@ -1,3 +1,25 @@
+/* libgsmd phonebook
+ *
+ * (C) 2006-2007 by OpenMoko, Inc.
+ * Written by Harald Welte <laforge at openmoko.org>
+ * All Rights Reserved
+ *
+ * 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.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 <stdlib.h>
 #include <unistd.h>
 #include <string.h>

Modified: trunk/src/target/gsm/src/libgsmd/libgsmd_pin.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd_pin.c	2007-11-23 18:22:13 UTC (rev 3496)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd_pin.c	2007-11-23 20:17:13 UTC (rev 3497)
@@ -1,3 +1,25 @@
+/* libgsmd pin support
+ *
+ * (C) 2006-2007 by OpenMoko, Inc.
+ * Written by Harald Welte <laforge at openmoko.org>
+ * All Rights Reserved
+ *
+ * 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.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 <stdlib.h>
 #include <string.h>
 #include <stdio.h>

Modified: trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c
===================================================================
--- trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c	2007-11-23 18:22:13 UTC (rev 3496)
+++ trunk/src/target/gsm/src/libgsmd/libgsmd_sms.c	2007-11-23 20:17:13 UTC (rev 3497)
@@ -1,3 +1,23 @@
+/* libgsmd sms support
+ *
+ * (C) 2007 by OpenMoko, Inc.
+ *
+ * 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.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 <stdlib.h>
 #include <unistd.h>
 #include <string.h>





More information about the commitlog mailing list