summaryrefslogtreecommitdiffstats
path: root/src/imports/shapes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/shapes')
-rw-r--r--src/imports/shapes/Capsule.qml2
-rw-r--r--src/imports/shapes/Cube.qml2
-rw-r--r--src/imports/shapes/Cylinder.qml2
-rw-r--r--src/imports/shapes/Quad.qml2
-rw-r--r--src/imports/shapes/Sphere.qml2
-rw-r--r--src/imports/shapes/Teapot.qml2
-rw-r--r--src/imports/shapes/capsulemesh.cpp2
-rw-r--r--src/imports/shapes/capsulemesh.h2
-rw-r--r--src/imports/shapes/capsulemesh_p.h2
-rw-r--r--src/imports/shapes/cube.h2
-rw-r--r--src/imports/shapes/cube.qdoc2
-rw-r--r--src/imports/shapes/cylindermesh.cpp2
-rw-r--r--src/imports/shapes/cylindermesh.h2
-rw-r--r--src/imports/shapes/cylindermesh_p.h2
-rw-r--r--src/imports/shapes/line.cpp2
-rw-r--r--src/imports/shapes/line.h2
-rw-r--r--src/imports/shapes/point.cpp2
-rw-r--r--src/imports/shapes/point.h2
-rw-r--r--src/imports/shapes/quad.qdoc2
-rw-r--r--src/imports/shapes/shapes.cpp2
-rw-r--r--src/imports/shapes/spheremesh.cpp2
-rw-r--r--src/imports/shapes/spheremesh.h2
-rw-r--r--src/imports/shapes/spheremesh_p.h2
-rw-r--r--src/imports/shapes/teapot.h2
-rw-r--r--src/imports/shapes/teapot.qdoc2
25 files changed, 25 insertions, 25 deletions
diff --git a/src/imports/shapes/Capsule.qml b/src/imports/shapes/Capsule.qml
index 6997e76d5..6f34a55c8 100644
--- a/src/imports/shapes/Capsule.qml
+++ b/src/imports/shapes/Capsule.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/Cube.qml b/src/imports/shapes/Cube.qml
index e60395a38..74399b57d 100644
--- a/src/imports/shapes/Cube.qml
+++ b/src/imports/shapes/Cube.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/Cylinder.qml b/src/imports/shapes/Cylinder.qml
index 0323f4252..16dd1279d 100644
--- a/src/imports/shapes/Cylinder.qml
+++ b/src/imports/shapes/Cylinder.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/Quad.qml b/src/imports/shapes/Quad.qml
index 5c636704c..17cab1153 100644
--- a/src/imports/shapes/Quad.qml
+++ b/src/imports/shapes/Quad.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/Sphere.qml b/src/imports/shapes/Sphere.qml
index 15a9f020d..e191f7519 100644
--- a/src/imports/shapes/Sphere.qml
+++ b/src/imports/shapes/Sphere.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/Teapot.qml b/src/imports/shapes/Teapot.qml
index 3c4df17a6..2f0bf8e0f 100644
--- a/src/imports/shapes/Teapot.qml
+++ b/src/imports/shapes/Teapot.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/capsulemesh.cpp b/src/imports/shapes/capsulemesh.cpp
index e8dceafef..f919a0fee 100644
--- a/src/imports/shapes/capsulemesh.cpp
+++ b/src/imports/shapes/capsulemesh.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/capsulemesh.h b/src/imports/shapes/capsulemesh.h
index 3076f6ab9..031c9bf1f 100644
--- a/src/imports/shapes/capsulemesh.h
+++ b/src/imports/shapes/capsulemesh.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/capsulemesh_p.h b/src/imports/shapes/capsulemesh_p.h
index 2cff15fd6..d29513b58 100644
--- a/src/imports/shapes/capsulemesh_p.h
+++ b/src/imports/shapes/capsulemesh_p.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/cube.h b/src/imports/shapes/cube.h
index 73d721279..295501c7d 100644
--- a/src/imports/shapes/cube.h
+++ b/src/imports/shapes/cube.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/cube.qdoc b/src/imports/shapes/cube.qdoc
index db6782b5f..3ed9748a8 100644
--- a/src/imports/shapes/cube.qdoc
+++ b/src/imports/shapes/cube.qdoc
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/cylindermesh.cpp b/src/imports/shapes/cylindermesh.cpp
index 577b1cc44..77b818416 100644
--- a/src/imports/shapes/cylindermesh.cpp
+++ b/src/imports/shapes/cylindermesh.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/cylindermesh.h b/src/imports/shapes/cylindermesh.h
index bfdc46f31..cd91ffee0 100644
--- a/src/imports/shapes/cylindermesh.h
+++ b/src/imports/shapes/cylindermesh.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/cylindermesh_p.h b/src/imports/shapes/cylindermesh_p.h
index a5ad562f4..2f55d6336 100644
--- a/src/imports/shapes/cylindermesh_p.h
+++ b/src/imports/shapes/cylindermesh_p.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/line.cpp b/src/imports/shapes/line.cpp
index f93a2b006..8221f4aed 100644
--- a/src/imports/shapes/line.cpp
+++ b/src/imports/shapes/line.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/line.h b/src/imports/shapes/line.h
index 4f788dd94..eb76d9cf9 100644
--- a/src/imports/shapes/line.h
+++ b/src/imports/shapes/line.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/point.cpp b/src/imports/shapes/point.cpp
index 8f2709753..b525e3d01 100644
--- a/src/imports/shapes/point.cpp
+++ b/src/imports/shapes/point.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/point.h b/src/imports/shapes/point.h
index 591f4d8ad..9b6398863 100644
--- a/src/imports/shapes/point.h
+++ b/src/imports/shapes/point.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/quad.qdoc b/src/imports/shapes/quad.qdoc
index b13a40a6c..0789588c1 100644
--- a/src/imports/shapes/quad.qdoc
+++ b/src/imports/shapes/quad.qdoc
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/shapes.cpp b/src/imports/shapes/shapes.cpp
index 7c1958c6b..ff694ffa3 100644
--- a/src/imports/shapes/shapes.cpp
+++ b/src/imports/shapes/shapes.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/spheremesh.cpp b/src/imports/shapes/spheremesh.cpp
index 09d37efc4..488c70304 100644
--- a/src/imports/shapes/spheremesh.cpp
+++ b/src/imports/shapes/spheremesh.cpp
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/spheremesh.h b/src/imports/shapes/spheremesh.h
index b4e2b4f0a..c3033ed2d 100644
--- a/src/imports/shapes/spheremesh.h
+++ b/src/imports/shapes/spheremesh.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/spheremesh_p.h b/src/imports/shapes/spheremesh_p.h
index 3d4074212..16295fc31 100644
--- a/src/imports/shapes/spheremesh_p.h
+++ b/src/imports/shapes/spheremesh_p.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/teapot.h b/src/imports/shapes/teapot.h
index 90f7a95b4..73aedb3c9 100644
--- a/src/imports/shapes/teapot.h
+++ b/src/imports/shapes/teapot.h
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage
diff --git a/src/imports/shapes/teapot.qdoc b/src/imports/shapes/teapot.qdoc
index 075807669..15e908f66 100644
--- a/src/imports/shapes/teapot.qdoc
+++ b/src/imports/shapes/teapot.qdoc
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtQuick3D module of the Qt Toolkit.
+** This file is part of the Qt3D module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** GNU Lesser General Public License Usage