diff options
author | Laszlo Papp <lpapp@kde.org> | 2012-05-01 00:25:31 +0300 |
---|---|---|
committer | Denis Shienkov <scapig@yandex.ru> | 2012-05-03 09:34:24 +0200 |
commit | e53171b360e84cc08a7fc33690bcb93a696ae67e (patch) | |
tree | f3581cfa34ec14b0ad9be65b709abe90811c1bff /src/serialport.cpp | |
parent | cfed7eddeb3a224da85602d33c43edbb573d8072 (diff) | |
download | qtserialport-e53171b360e84cc08a7fc33690bcb93a696ae67e.tar.gz |
Add license information to the header and source files
Having checked all the current Playground projects. This license selection seems
to be the most appropriate according to the other playground project licenses:
https://qt.gitorious.org/qtplayground/
In fact, QtSerialPort is the only Playground project which does not have license
yet. This patch tries to amend that gap. It is going to provide more trustworthy
situation about the usage of the module to commercial customers right away.
As for now, it looks a bit undefined what license this project goes for in the
end even if it is guessable. Commercial customers (perhaps even hobbyists) would
like to make sure they can reuse this library the way, they wish (aka. No GPLvX
and so forth).
Change-Id: Ia3a4e48a5140696f749df9fb5a8391955afaa637
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Denis Shienkov <scapig@yandex.ru>
Diffstat (limited to 'src/serialport.cpp')
-rwxr-xr-x | src/serialport.cpp | 46 |
1 files changed, 43 insertions, 3 deletions
diff --git a/src/serialport.cpp b/src/serialport.cpp index 98b8938..f4543b4 100755 --- a/src/serialport.cpp +++ b/src/serialport.cpp @@ -1,6 +1,46 @@ -/* - License... -*/ +/**************************************************************************** +** +** Copyright (C) 2011-2012 Denis Shienkov <scapig2@yandex.ru> +** Copyright (C) 2011 Sergey Belyashov <Sergey.Belyashov@gmail.com> +** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org> +** Copyright (C) 2012 Andre Hartmann <aha_1980@gmx.de> +** Contact: http://www.qt-project.org/ +** +** This file is part of the QtSerialPort module of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** GNU Lesser General Public License Usage +** This file may be used under the terms of the GNU Lesser General Public +** License version 2.1 as published by the Free Software Foundation and +** appearing in the file LICENSE.LGPL included in the packaging of this +** file. Please review the following information to ensure the GNU Lesser +** General Public License version 2.1 requirements will be met: +** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. +** +** In addition, as a special exception, Nokia gives you certain additional +** rights. These rights are described in the Nokia Qt LGPL Exception +** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU General +** Public License version 3.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 the GNU General +** Public License version 3.0 requirements will be met: +** http://www.gnu.org/copyleft/gpl.html. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms and +** conditions contained in a signed written agreement between you and Nokia. +** +** +** +** +** +** +** $QT_END_LICENSE$ +** +****************************************************************************/ #include "serialport.h" #include "serialportinfo.h" |