summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-09-05 07:30:18 +0200
committerMarcel Holtmann <marcel@holtmann.org>2009-09-05 07:30:18 +0200
commit09a3289dcc1d254ccc2147e6dc8909da65e643af (patch)
treebfb7f71181685c3f99c1d5d68a5b2c0b37ceca56
parent12a3efe911251faa8ed1f6bbc5b7d00625cf8afe (diff)
downloadofono-09a3289dcc1d254ccc2147e6dc8909da65e643af.tar.bz2
Update copyright and license details for GSM 07.10 implementation
-rw-r--r--gatmux/gsm0710.c39
-rw-r--r--gatmux/gsm0710_p.h50
2 files changed, 42 insertions, 47 deletions
diff --git a/gatmux/gsm0710.c b/gatmux/gsm0710.c
index e12e7405..17a48937 100644
--- a/gatmux/gsm0710.c
+++ b/gatmux/gsm0710.c
@@ -1,21 +1,24 @@
-/****************************************************************************
-**
-** This file is part of the Qt Extended Opensource Package.
-**
-** Copyright (C) 2009 Trolltech ASA.
-**
-** Contact: Qt Extended Information (info@qtextended.org)
-**
-** This file may be used under the terms of the GNU General Public License
-** version 2.0 as published by the Free Software Foundation and appearing
-** in the file LICENSE.GPL included in the packaging of this file.
-**
-** Please review the following information to ensure GNU General Public
-** Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html.
-**
-**
-****************************************************************************/
+/*
+ *
+ * AT multiplexer library with GLib integration
+ *
+ * Copyright (C) 2009 Intel Corporation. All rights reserved.
+ * Copyright (C) 2009 Trolltech ASA.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/gatmux/gsm0710_p.h b/gatmux/gsm0710_p.h
index a365df99..11246aba 100644
--- a/gatmux/gsm0710_p.h
+++ b/gatmux/gsm0710_p.h
@@ -1,36 +1,28 @@
-/****************************************************************************
-**
-** This file is part of the Qt Extended Opensource Package.
-**
-** Copyright (C) 2009 Trolltech ASA.
-**
-** Contact: Qt Extended Information (info@qtextended.org)
-**
-** This file may be used under the terms of the GNU General Public License
-** version 2.0 as published by the Free Software Foundation and appearing
-** in the file LICENSE.GPL included in the packaging of this file.
-**
-** Please review the following information to ensure GNU General Public
-** Licensing requirements will be met:
-** http://www.fsf.org/licensing/licenses/info/GPLv2.html.
-**
-**
-****************************************************************************/
+/*
+ *
+ * AT multiplexer library with GLib integration
+ *
+ * Copyright (C) 2009 Intel Corporation. All rights reserved.
+ * Copyright (C) 2009 Trolltech ASA.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * 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 St, Fifth Floor, Boston, MA 02110-1301 USA
+ *
+ */
#ifndef GSM0710_P_H
#define GSM0710_P_H
-//
-// W A R N I N G
-// -------------
-//
-// This file is not part of the Qt Extended API. It exists purely as an
-// implementation detail. This header file may change from version to
-// version without notice, or even be removed.
-//
-// We mean it.
-//
-
#ifdef __cplusplus
extern "C" {
#endif