summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-01-27 01:00:35 +0000
committerLaszlo Papp <lpapp@kde.org>2013-01-27 13:01:50 +0100
commit60a75422d233f2925b687f9edc1c8338c117ff63 (patch)
tree79b6fe6c73cb1dfa648722b8898f8ebb46977a9f /examples
parentd5b47055d0ae2b171bb07f27366d4d9c882f732a (diff)
downloadqtserialport-60a75422d233f2925b687f9edc1c8338c117ff63.tar.gz
Change the QtCore reference in the copyright headers to QtSerialPort
Change-Id: Ic19f6843d32260404f72038cf77aa6f686e7a3ff Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-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
27 files changed, 27 insertions, 27 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