summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.tests/socketcan/main.cpp2
-rw-r--r--config.tests/socketcan_fd/main.cpp2
-rw-r--r--examples/serialbus/graphical/main.cpp56
-rw-r--r--examples/serialbus/graphical/mainwindow.cpp50
-rw-r--r--examples/serialbus/graphical/mainwindow.h50
-rw-r--r--src/plugins/can/main.cpp2
-rw-r--r--src/plugins/can/socketcanbackend.cpp2
-rw-r--r--src/plugins/can/socketcanbackend.h2
-rw-r--r--src/plugins/generic/dummybackend.cpp2
-rw-r--r--src/plugins/generic/dummybackend.h2
-rw-r--r--src/plugins/generic/main.cpp2
-rw-r--r--src/serialbus/doc/src/qtserialbus.qdoc27
-rw-r--r--src/serialbus/qbusdummydevice.cpp2
-rw-r--r--src/serialbus/qbusdummydevice.h2
-rw-r--r--src/serialbus/qbusdummydevice_p.h2
-rw-r--r--src/serialbus/qcanbusdevice.cpp2
-rw-r--r--src/serialbus/qcanbusdevice.h2
-rw-r--r--src/serialbus/qcanbusdevice_p.h2
-rw-r--r--src/serialbus/qcanframe.h2
-rw-r--r--src/serialbus/qserialbus.cpp2
-rw-r--r--src/serialbus/qserialbus.h4
-rw-r--r--src/serialbus/qserialbusbackend.h2
-rw-r--r--src/serialbus/qserialbusdevice.cpp2
-rw-r--r--src/serialbus/qserialbusdevice.h2
-rw-r--r--src/serialbus/qserialbusdevice_p.h2
-rw-r--r--src/serialbus/qserialbusglobal.h2
-rw-r--r--src/serialbus/qserialbusplugininterface.h2
-rw-r--r--tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp2
-rw-r--r--tests/auto/qcanframe/tst_qcanframe.cpp2
-rw-r--r--tests/auto/qserialbus/tst_qserialbus.cpp2
-rw-r--r--tests/auto/qserialbusdevice/tst_qserialbusdevice.cpp2
31 files changed, 121 insertions, 118 deletions
diff --git a/config.tests/socketcan/main.cpp b/config.tests/socketcan/main.cpp
index b620d42..b2b6e8d 100644
--- a/config.tests/socketcan/main.cpp
+++ b/config.tests/socketcan/main.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/config.tests/socketcan_fd/main.cpp b/config.tests/socketcan_fd/main.cpp
index 71d0cae..d499f4b 100644
--- a/config.tests/socketcan_fd/main.cpp
+++ b/config.tests/socketcan_fd/main.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/examples/serialbus/graphical/main.cpp b/examples/serialbus/graphical/main.cpp
index 0e34d26..4e1d574 100644
--- a/examples/serialbus/graphical/main.cpp
+++ b/examples/serialbus/graphical/main.cpp
@@ -3,32 +3,36 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the QtSerialBus module of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://www.qt.io/terms-conditions. For further
-** information use the contact form at http://www.qt.io/contact-us.
-**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or later 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 2.0 requirements will be
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
+** This file is part of the examples of the QtSerialBus module.
+**
+** $QT_BEGIN_LICENSE:BSD$
+** You may use this file under the terms of the BSD license as follows:
+**
+** "Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions are
+** met:
+** * Redistributions of source code must retain the above copyright
+** notice, this list of conditions and the following disclaimer.
+** * Redistributions in binary form must reproduce the above copyright
+** notice, this list of conditions and the following disclaimer in
+** the documentation and/or other materials provided with the
+** distribution.
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
+**
+**
+** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
**
** $QT_END_LICENSE$
**
diff --git a/examples/serialbus/graphical/mainwindow.cpp b/examples/serialbus/graphical/mainwindow.cpp
index cb61db0..e85fb68 100644
--- a/examples/serialbus/graphical/mainwindow.cpp
+++ b/examples/serialbus/graphical/mainwindow.cpp
@@ -3,32 +3,36 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the QtSerialBus module of the Qt Toolkit.
+** This file is part of the examples of the QtSerialBus module.
**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://www.qt.io/terms-conditions. For further
-** information use the contact form at http://www.qt.io/contact-us.
+** $QT_BEGIN_LICENSE:BSD$
+** You may use this file under the terms of the BSD license as follows:
**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl.html.
+** "Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions are
+** met:
+** * Redistributions of source code must retain the above copyright
+** notice, this list of conditions and the following disclaimer.
+** * Redistributions in binary form must reproduce the above copyright
+** notice, this list of conditions and the following disclaimer in
+** the documentation and/or other materials provided with the
+** distribution.
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or later 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 2.0 requirements will be
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
+**
+** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
**
** $QT_END_LICENSE$
**
diff --git a/examples/serialbus/graphical/mainwindow.h b/examples/serialbus/graphical/mainwindow.h
index 271bdad..857b159 100644
--- a/examples/serialbus/graphical/mainwindow.h
+++ b/examples/serialbus/graphical/mainwindow.h
@@ -3,32 +3,36 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the QtSerialBus module of the Qt Toolkit.
+** This file is part of the examples of the QtSerialBus module.
**
-** $QT_BEGIN_LICENSE:LGPL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and The Qt Company. For licensing terms
-** and conditions see http://www.qt.io/terms-conditions. For further
-** information use the contact form at http://www.qt.io/contact-us.
+** $QT_BEGIN_LICENSE:BSD$
+** You may use this file under the terms of the BSD license as follows:
**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl.html.
+** "Redistribution and use in source and binary forms, with or without
+** modification, are permitted provided that the following conditions are
+** met:
+** * Redistributions of source code must retain the above copyright
+** notice, this list of conditions and the following disclaimer.
+** * Redistributions in binary form must reproduce the above copyright
+** notice, this list of conditions and the following disclaimer in
+** the documentation and/or other materials provided with the
+** distribution.
+** * Neither the name of The Qt Company Ltd nor the names of its
+** contributors may be used to endorse or promote products derived
+** from this software without specific prior written permission.
**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or later 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 2.0 requirements will be
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
+**
+** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
**
** $QT_END_LICENSE$
**
diff --git a/src/plugins/can/main.cpp b/src/plugins/can/main.cpp
index 4b27bd0..e5690f6 100644
--- a/src/plugins/can/main.cpp
+++ b/src/plugins/can/main.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/plugins/can/socketcanbackend.cpp b/src/plugins/can/socketcanbackend.cpp
index f09e0e7..3842f99 100644
--- a/src/plugins/can/socketcanbackend.cpp
+++ b/src/plugins/can/socketcanbackend.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/plugins/can/socketcanbackend.h b/src/plugins/can/socketcanbackend.h
index e0412f1..b3f5562 100644
--- a/src/plugins/can/socketcanbackend.h
+++ b/src/plugins/can/socketcanbackend.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/plugins/generic/dummybackend.cpp b/src/plugins/generic/dummybackend.cpp
index b407412..696076e 100644
--- a/src/plugins/generic/dummybackend.cpp
+++ b/src/plugins/generic/dummybackend.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/plugins/generic/dummybackend.h b/src/plugins/generic/dummybackend.h
index d1c3270..9542f64 100644
--- a/src/plugins/generic/dummybackend.h
+++ b/src/plugins/generic/dummybackend.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/plugins/generic/main.cpp b/src/plugins/generic/main.cpp
index e1c9463..32a0634 100644
--- a/src/plugins/generic/main.cpp
+++ b/src/plugins/generic/main.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/doc/src/qtserialbus.qdoc b/src/serialbus/doc/src/qtserialbus.qdoc
index eec608f..e0799ea 100644
--- a/src/serialbus/doc/src/qtserialbus.qdoc
+++ b/src/serialbus/doc/src/qtserialbus.qdoc
@@ -3,9 +3,9 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the QtSerialBus module of the Qt Toolkit.
+** This file is part of the documentation of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:FDL$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
@@ -14,22 +14,13 @@
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
**
-** GNU Lesser General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU Lesser
-** General Public License version 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPLv3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or later 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 2.0 requirements will be
-** met: http://www.gnu.org/licenses/gpl-2.0.html.
-**
+** GNU Free Documentation License Usage
+** Alternatively, this file may be used under the terms of the GNU Free
+** Documentation License version 1.3 as published by the Free Software
+** Foundation and appearing in the file included in the packaging of
+** this file. Please review the following information to ensure
+** the GNU Free Documentation License version 1.3 requirements
+** will be met: http://www.gnu.org/copyleft/fdl.html.
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/serialbus/qbusdummydevice.cpp b/src/serialbus/qbusdummydevice.cpp
index cf91b76..72c99f6 100644
--- a/src/serialbus/qbusdummydevice.cpp
+++ b/src/serialbus/qbusdummydevice.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qbusdummydevice.h b/src/serialbus/qbusdummydevice.h
index 38d09a8..83b9c19 100644
--- a/src/serialbus/qbusdummydevice.h
+++ b/src/serialbus/qbusdummydevice.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qbusdummydevice_p.h b/src/serialbus/qbusdummydevice_p.h
index d06f892..777ba0a 100644
--- a/src/serialbus/qbusdummydevice_p.h
+++ b/src/serialbus/qbusdummydevice_p.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qcanbusdevice.cpp b/src/serialbus/qcanbusdevice.cpp
index cc3c219..b80c06c 100644
--- a/src/serialbus/qcanbusdevice.cpp
+++ b/src/serialbus/qcanbusdevice.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qcanbusdevice.h b/src/serialbus/qcanbusdevice.h
index 98b8796..562a5ff 100644
--- a/src/serialbus/qcanbusdevice.h
+++ b/src/serialbus/qcanbusdevice.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qcanbusdevice_p.h b/src/serialbus/qcanbusdevice_p.h
index 29f19f6..08b53c6 100644
--- a/src/serialbus/qcanbusdevice_p.h
+++ b/src/serialbus/qcanbusdevice_p.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qcanframe.h b/src/serialbus/qcanframe.h
index 6964496..b228424 100644
--- a/src/serialbus/qcanframe.h
+++ b/src/serialbus/qcanframe.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbus.cpp b/src/serialbus/qserialbus.cpp
index d923dfe..149f6b8 100644
--- a/src/serialbus/qserialbus.cpp
+++ b/src/serialbus/qserialbus.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbus.h b/src/serialbus/qserialbus.h
index 2e1a987..c941bfa 100644
--- a/src/serialbus/qserialbus.h
+++ b/src/serialbus/qserialbus.h
@@ -3,9 +3,9 @@
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
-** This file is part of the QtBus module of the Qt Toolkit.
+** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusbackend.h b/src/serialbus/qserialbusbackend.h
index 6caaf1a..4c5286a 100644
--- a/src/serialbus/qserialbusbackend.h
+++ b/src/serialbus/qserialbusbackend.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusdevice.cpp b/src/serialbus/qserialbusdevice.cpp
index d3963b4..3fc7150 100644
--- a/src/serialbus/qserialbusdevice.cpp
+++ b/src/serialbus/qserialbusdevice.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusdevice.h b/src/serialbus/qserialbusdevice.h
index c9ff0a2..293659f 100644
--- a/src/serialbus/qserialbusdevice.h
+++ b/src/serialbus/qserialbusdevice.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusdevice_p.h b/src/serialbus/qserialbusdevice_p.h
index 7fcafe0..aa023b4 100644
--- a/src/serialbus/qserialbusdevice_p.h
+++ b/src/serialbus/qserialbusdevice_p.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusglobal.h b/src/serialbus/qserialbusglobal.h
index 6cc31b6..3ebafe1 100644
--- a/src/serialbus/qserialbusglobal.h
+++ b/src/serialbus/qserialbusglobal.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/src/serialbus/qserialbusplugininterface.h b/src/serialbus/qserialbusplugininterface.h
index afa602b..b8edd21 100644
--- a/src/serialbus/qserialbusplugininterface.h
+++ b/src/serialbus/qserialbusplugininterface.h
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp b/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp
index e5e026a..9af0987 100644
--- a/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp
+++ b/tests/auto/qcanbusdevice/tst_qcanbusdevice.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/tests/auto/qcanframe/tst_qcanframe.cpp b/tests/auto/qcanframe/tst_qcanframe.cpp
index 1e18d53..10d7320 100644
--- a/tests/auto/qcanframe/tst_qcanframe.cpp
+++ b/tests/auto/qcanframe/tst_qcanframe.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/tests/auto/qserialbus/tst_qserialbus.cpp b/tests/auto/qserialbus/tst_qserialbus.cpp
index 160b0fe..228d5b2 100644
--- a/tests/auto/qserialbus/tst_qserialbus.cpp
+++ b/tests/auto/qserialbus/tst_qserialbus.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
diff --git a/tests/auto/qserialbusdevice/tst_qserialbusdevice.cpp b/tests/auto/qserialbusdevice/tst_qserialbusdevice.cpp
index e36c4f5..d0f08f7 100644
--- a/tests/auto/qserialbusdevice/tst_qserialbusdevice.cpp
+++ b/tests/auto/qserialbusdevice/tst_qserialbusdevice.cpp
@@ -5,7 +5,7 @@
**
** This file is part of the QtSerialBus module of the Qt Toolkit.
**
-** $QT_BEGIN_LICENSE:LGPL$
+** $QT_BEGIN_LICENSE:LGPL3$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the