From 09a3289dcc1d254ccc2147e6dc8909da65e643af Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 5 Sep 2009 07:30:18 +0200 Subject: [PATCH] Update copyright and license details for GSM 07.10 implementation --- gatmux/gsm0710.c | 39 +++++++++++++++++++----------------- gatmux/gsm0710_p.h | 50 +++++++++++++++++++--------------------------- 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 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