summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/blockingmaster/dialog.cpp2
-rw-r--r--examples/blockingmaster/dialog.h2
-rw-r--r--examples/blockingmaster/main.cpp2
-rw-r--r--examples/blockingmaster/masterthread.cpp2
-rw-r--r--examples/blockingmaster/masterthread.h2
-rw-r--r--examples/blockingslave/dialog.cpp2
-rw-r--r--examples/blockingslave/dialog.h2
-rw-r--r--examples/blockingslave/main.cpp2
-rw-r--r--examples/blockingslave/slavethread.cpp2
-rw-r--r--examples/blockingslave/slavethread.h2
-rw-r--r--examples/cenumerator/main.cpp2
-rw-r--r--examples/enumerator/main.cpp2
-rw-r--r--examples/master/dialog.cpp2
-rw-r--r--examples/master/dialog.h2
-rw-r--r--examples/master/main.cpp2
-rw-r--r--examples/slave/dialog.cpp2
-rw-r--r--examples/slave/dialog.h2
-rw-r--r--examples/slave/main.cpp2
-rw-r--r--examples/slave/slavethread.cpp2
-rw-r--r--examples/slave/slavethread.h2
-rw-r--r--examples/terminal/console.cpp2
-rw-r--r--examples/terminal/console.h2
-rw-r--r--examples/terminal/main.cpp2
-rw-r--r--examples/terminal/mainwindow.cpp2
-rw-r--r--examples/terminal/mainwindow.h2
-rw-r--r--examples/terminal/settingsdialog.cpp2
-rw-r--r--examples/terminal/settingsdialog.h2
-rw-r--r--src/serialport/qt4support/qringbuffer_p.h2
-rw-r--r--src/serialport/qt4support/qwineventnotifier_p.h2
-rw-r--r--src/serialport/serialport-global.h2
-rw-r--r--src/serialport/serialport.cpp2
-rw-r--r--src/serialport/serialport.h2
-rw-r--r--src/serialport/serialport_p.h2
-rw-r--r--src/serialport/serialport_symbian.cpp2
-rw-r--r--src/serialport/serialport_symbian_p.h2
-rw-r--r--src/serialport/serialport_unix.cpp2
-rw-r--r--src/serialport/serialport_unix_p.h2
-rw-r--r--src/serialport/serialport_win.cpp2
-rw-r--r--src/serialport/serialport_win_p.h2
-rw-r--r--src/serialport/serialport_wince.cpp2
-rw-r--r--src/serialport/serialportinfo.cpp2
-rw-r--r--src/serialport/serialportinfo.h2
-rw-r--r--src/serialport/serialportinfo_mac.cpp2
-rw-r--r--src/serialport/serialportinfo_p.h2
-rw-r--r--src/serialport/serialportinfo_symbian.cpp2
-rw-r--r--src/serialport/serialportinfo_unix.cpp2
-rw-r--r--src/serialport/serialportinfo_win.cpp2
-rw-r--r--src/serialport/serialportinfo_wince.cpp2
-rw-r--r--src/serialport/ttylocker_unix.cpp2
-rw-r--r--src/serialport/ttylocker_unix_p.h2
-rw-r--r--tests/manual/serialport/tst_serialport.cpp2
-rw-r--r--tests/manual/serialportinfo/tst_serialportinfo.cpp2
52 files changed, 52 insertions, 52 deletions
diff --git a/examples/blockingmaster/dialog.cpp b/examples/blockingmaster/dialog.cpp
index c744ee0..477e4c3 100644
--- a/examples/blockingmaster/dialog.cpp
+++ b/examples/blockingmaster/dialog.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingmaster/dialog.h b/examples/blockingmaster/dialog.h
index 5edccd8..14bc849 100644
--- a/examples/blockingmaster/dialog.h
+++ b/examples/blockingmaster/dialog.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingmaster/main.cpp b/examples/blockingmaster/main.cpp
index 83088e5..fc2e334 100644
--- a/examples/blockingmaster/main.cpp
+++ b/examples/blockingmaster/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingmaster/masterthread.cpp b/examples/blockingmaster/masterthread.cpp
index 6cee93b..48f0695 100644
--- a/examples/blockingmaster/masterthread.cpp
+++ b/examples/blockingmaster/masterthread.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingmaster/masterthread.h b/examples/blockingmaster/masterthread.h
index e1973ea..ebbd43d 100644
--- a/examples/blockingmaster/masterthread.h
+++ b/examples/blockingmaster/masterthread.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingslave/dialog.cpp b/examples/blockingslave/dialog.cpp
index c4f68a9..d0c9abd 100644
--- a/examples/blockingslave/dialog.cpp
+++ b/examples/blockingslave/dialog.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingslave/dialog.h b/examples/blockingslave/dialog.h
index d36c1e5..40b4a8d 100644
--- a/examples/blockingslave/dialog.h
+++ b/examples/blockingslave/dialog.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingslave/main.cpp b/examples/blockingslave/main.cpp
index 83088e5..fc2e334 100644
--- a/examples/blockingslave/main.cpp
+++ b/examples/blockingslave/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingslave/slavethread.cpp b/examples/blockingslave/slavethread.cpp
index 1242f3c..6e47ba9 100644
--- a/examples/blockingslave/slavethread.cpp
+++ b/examples/blockingslave/slavethread.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/blockingslave/slavethread.h b/examples/blockingslave/slavethread.h
index 84395a3..9ba78b0 100644
--- a/examples/blockingslave/slavethread.h
+++ b/examples/blockingslave/slavethread.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/cenumerator/main.cpp b/examples/cenumerator/main.cpp
index b8f1ef7..cd93430 100644
--- a/examples/cenumerator/main.cpp
+++ b/examples/cenumerator/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
* Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/enumerator/main.cpp b/examples/enumerator/main.cpp
index c188d60..f08e122 100644
--- a/examples/enumerator/main.cpp
+++ b/examples/enumerator/main.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/master/dialog.cpp b/examples/master/dialog.cpp
index 36c4a8f..f015125 100644
--- a/examples/master/dialog.cpp
+++ b/examples/master/dialog.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/master/dialog.h b/examples/master/dialog.h
index e2100ac..b29768b 100644
--- a/examples/master/dialog.h
+++ b/examples/master/dialog.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/master/main.cpp b/examples/master/main.cpp
index 83088e5..fc2e334 100644
--- a/examples/master/main.cpp
+++ b/examples/master/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/slave/dialog.cpp b/examples/slave/dialog.cpp
index 922fb61..900adf7 100644
--- a/examples/slave/dialog.cpp
+++ b/examples/slave/dialog.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/slave/dialog.h b/examples/slave/dialog.h
index f876298..7659495 100644
--- a/examples/slave/dialog.h
+++ b/examples/slave/dialog.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/slave/main.cpp b/examples/slave/main.cpp
index 83088e5..fc2e334 100644
--- a/examples/slave/main.cpp
+++ b/examples/slave/main.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/slave/slavethread.cpp b/examples/slave/slavethread.cpp
index 83da104..f33342a 100644
--- a/examples/slave/slavethread.cpp
+++ b/examples/slave/slavethread.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/slave/slavethread.h b/examples/slave/slavethread.h
index 22bc027..3ed1e0c 100644
--- a/examples/slave/slavethread.h
+++ b/examples/slave/slavethread.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/console.cpp b/examples/terminal/console.cpp
index 5badf22..c9d5836 100644
--- a/examples/terminal/console.cpp
+++ b/examples/terminal/console.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/console.h b/examples/terminal/console.h
index db936a9..2862bf6 100644
--- a/examples/terminal/console.h
+++ b/examples/terminal/console.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/main.cpp b/examples/terminal/main.cpp
index d7b35ba..e356519 100644
--- a/examples/terminal/main.cpp
+++ b/examples/terminal/main.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/mainwindow.cpp b/examples/terminal/mainwindow.cpp
index dffb4f8..4d67cbb 100644
--- a/examples/terminal/mainwindow.cpp
+++ b/examples/terminal/mainwindow.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/mainwindow.h b/examples/terminal/mainwindow.h
index 272bcce..dccaefe 100644
--- a/examples/terminal/mainwindow.h
+++ b/examples/terminal/mainwindow.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/settingsdialog.cpp b/examples/terminal/settingsdialog.cpp
index 5d13cdf..67ad551 100644
--- a/examples/terminal/settingsdialog.cpp
+++ b/examples/terminal/settingsdialog.cpp
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/examples/terminal/settingsdialog.h b/examples/terminal/settingsdialog.h
index bfdf9f3..29676b6 100644
--- a/examples/terminal/settingsdialog.h
+++ b/examples/terminal/settingsdialog.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/qt4support/qringbuffer_p.h b/src/serialport/qt4support/qringbuffer_p.h
index 65eb8d7..a78dd5c 100644
--- a/src/serialport/qt4support/qringbuffer_p.h
+++ b/src/serialport/qt4support/qringbuffer_p.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/serialport/qt4support/qwineventnotifier_p.h b/src/serialport/qt4support/qwineventnotifier_p.h
index a87994d..dad09ab 100644
--- a/src/serialport/qt4support/qwineventnotifier_p.h
+++ b/src/serialport/qt4support/qwineventnotifier_p.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/serialport/serialport-global.h b/src/serialport/serialport-global.h
index c10e681..839650f 100644
--- a/src/serialport/serialport-global.h
+++ b/src/serialport/serialport-global.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport.cpp b/src/serialport/serialport.cpp
index 4e17139..1d0beea 100644
--- a/src/serialport/serialport.cpp
+++ b/src/serialport/serialport.cpp
@@ -6,7 +6,7 @@
** Copyright (C) 2012 Andre Hartmann <aha_1980@gmx.de>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport.h b/src/serialport/serialport.h
index c3bd4f8..af1b2da 100644
--- a/src/serialport/serialport.h
+++ b/src/serialport/serialport.h
@@ -4,7 +4,7 @@
** Copyright (C) 2013 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_p.h b/src/serialport/serialport_p.h
index 8e299dc..caca381 100644
--- a/src/serialport/serialport_p.h
+++ b/src/serialport/serialport_p.h
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_symbian.cpp b/src/serialport/serialport_symbian.cpp
index 6edf589..46bf80d 100644
--- a/src/serialport/serialport_symbian.cpp
+++ b/src/serialport/serialport_symbian.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_symbian_p.h b/src/serialport/serialport_symbian_p.h
index 3c5548d..ae924fc 100644
--- a/src/serialport/serialport_symbian_p.h
+++ b/src/serialport/serialport_symbian_p.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_unix.cpp b/src/serialport/serialport_unix.cpp
index f2663d1..6297660 100644
--- a/src/serialport/serialport_unix.cpp
+++ b/src/serialport/serialport_unix.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Andre Hartmann <aha_1980@gmx.de>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_unix_p.h b/src/serialport/serialport_unix_p.h
index 2ee5c7f..6db5b31 100644
--- a/src/serialport/serialport_unix_p.h
+++ b/src/serialport/serialport_unix_p.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_win.cpp b/src/serialport/serialport_win.cpp
index ecdb050..78d9b8d 100644
--- a/src/serialport/serialport_win.cpp
+++ b/src/serialport/serialport_win.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Andre Hartmann <aha_1980@gmx.de>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_win_p.h b/src/serialport/serialport_win_p.h
index eafa50f..c5492c1 100644
--- a/src/serialport/serialport_win_p.h
+++ b/src/serialport/serialport_win_p.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialport_wince.cpp b/src/serialport/serialport_wince.cpp
index fca8beb..624b4d0 100644
--- a/src/serialport/serialport_wince.cpp
+++ b/src/serialport/serialport_wince.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Andre Hartmann <aha_1980@gmx.de>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo.cpp b/src/serialport/serialportinfo.cpp
index 2cd2fa7..30d7e01 100644
--- a/src/serialport/serialportinfo.cpp
+++ b/src/serialport/serialportinfo.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo.h b/src/serialport/serialportinfo.h
index 6e76f92..7db300d 100644
--- a/src/serialport/serialportinfo.h
+++ b/src/serialport/serialportinfo.h
@@ -4,7 +4,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_mac.cpp b/src/serialport/serialportinfo_mac.cpp
index 71c68d7..60398b3 100644
--- a/src/serialport/serialportinfo_mac.cpp
+++ b/src/serialport/serialportinfo_mac.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_p.h b/src/serialport/serialportinfo_p.h
index d315a8d..dbe16f0 100644
--- a/src/serialport/serialportinfo_p.h
+++ b/src/serialport/serialportinfo_p.h
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_symbian.cpp b/src/serialport/serialportinfo_symbian.cpp
index 4fedb9f..15561ac 100644
--- a/src/serialport/serialportinfo_symbian.cpp
+++ b/src/serialport/serialportinfo_symbian.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_unix.cpp b/src/serialport/serialportinfo_unix.cpp
index 8efe529..f85dda6 100644
--- a/src/serialport/serialportinfo_unix.cpp
+++ b/src/serialport/serialportinfo_unix.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_win.cpp b/src/serialport/serialportinfo_win.cpp
index ab96229..b7fc2e9 100644
--- a/src/serialport/serialportinfo_win.cpp
+++ b/src/serialport/serialportinfo_win.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/serialportinfo_wince.cpp b/src/serialport/serialportinfo_wince.cpp
index 7a20245..c77b806 100644
--- a/src/serialport/serialportinfo_wince.cpp
+++ b/src/serialport/serialportinfo_wince.cpp
@@ -5,7 +5,7 @@
** Copyright (C) 2012 Laszlo Papp <lpapp@kde.org>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/ttylocker_unix.cpp b/src/serialport/ttylocker_unix.cpp
index 72bd081..4a6230a 100644
--- a/src/serialport/ttylocker_unix.cpp
+++ b/src/serialport/ttylocker_unix.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/src/serialport/ttylocker_unix_p.h b/src/serialport/ttylocker_unix_p.h
index ac44e06..e5c47f5 100644
--- a/src/serialport/ttylocker_unix_p.h
+++ b/src/serialport/ttylocker_unix_p.h
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/tests/manual/serialport/tst_serialport.cpp b/tests/manual/serialport/tst_serialport.cpp
index f4ce395..f601e4d 100644
--- a/tests/manual/serialport/tst_serialport.cpp
+++ b/tests/manual/serialport/tst_serialport.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
diff --git a/tests/manual/serialportinfo/tst_serialportinfo.cpp b/tests/manual/serialportinfo/tst_serialportinfo.cpp
index 12cb5b6..60ecb99 100644
--- a/tests/manual/serialportinfo/tst_serialportinfo.cpp
+++ b/tests/manual/serialportinfo/tst_serialportinfo.cpp
@@ -3,7 +3,7 @@
** Copyright (C) 2012 Denis Shienkov <denis.shienkov@gmail.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtCore module of the Qt Toolkit.
+** This file is part of the QtSerialPort module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage