aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/examples_common.py2
-rw-r--r--examples/macroexpander/__init__.py2
-rw-r--r--examples/projects/__init__.py2
-rw-r--r--examples/projects/view.py2
-rw-r--r--examples/requirerequests/__init__.py2
-rw-r--r--examples/smallmenu/__init__.py2
-rw-r--r--examples/smallmenu/actions.py2
-rw-r--r--examples/transform/__init__.py2
-rw-r--r--examples/transform/actions.py2
-rw-r--r--examples/transform/ui.py2
10 files changed, 10 insertions, 10 deletions
diff --git a/examples/examples_common.py b/examples/examples_common.py
index 088d4bf..db7f669 100644
--- a/examples/examples_common.py
+++ b/examples/examples_common.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/macroexpander/__init__.py b/examples/macroexpander/__init__.py
index 271783d..20e10a3 100644
--- a/examples/macroexpander/__init__.py
+++ b/examples/macroexpander/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/projects/__init__.py b/examples/projects/__init__.py
index ec0cc08..c7919fc 100644
--- a/examples/projects/__init__.py
+++ b/examples/projects/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/projects/view.py b/examples/projects/view.py
index 9052d1f..31dbbe6 100644
--- a/examples/projects/view.py
+++ b/examples/projects/view.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/requirerequests/__init__.py b/examples/requirerequests/__init__.py
index 6d31d09..acbf9e6 100644
--- a/examples/requirerequests/__init__.py
+++ b/examples/requirerequests/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/smallmenu/__init__.py b/examples/smallmenu/__init__.py
index 0ad7d05..5dcfef9 100644
--- a/examples/smallmenu/__init__.py
+++ b/examples/smallmenu/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/smallmenu/actions.py b/examples/smallmenu/actions.py
index 6a9815b..7778f04 100644
--- a/examples/smallmenu/actions.py
+++ b/examples/smallmenu/actions.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/transform/__init__.py b/examples/transform/__init__.py
index f6b0087..c58f4e6 100644
--- a/examples/transform/__init__.py
+++ b/examples/transform/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/transform/actions.py b/examples/transform/actions.py
index a74bb0b..de54d94 100644
--- a/examples/transform/actions.py
+++ b/examples/transform/actions.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows:
diff --git a/examples/transform/ui.py b/examples/transform/ui.py
index 441fa69..21892ef 100644
--- a/examples/transform/ui.py
+++ b/examples/transform/ui.py
@@ -3,7 +3,7 @@
## Copyright (C) 2018 The Qt Company Ltd.
## Contact: http://www.qt.io/licensing/
##
-## This file is part of the Python Extensions Plugin for QtCreator.
+## This file is part of the Python Extensions Plugin for Qt Creator.
##
## $QT_BEGIN_LICENSE:BSD$
## You may use this file under the terms of the BSD license as follows: