aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/util
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-11 14:18:50 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2018-04-27 13:45:03 +0000
commit8f7d78ce992943f4bac0c70ace96a52a8dd72ecf (patch)
tree923cc00b6fa90590823d86d6d22b374e99b88249 /sources/pyside2/tests/util
parentcf608f65ebc0866f74d0c9aa566dc0fc2a2f4a49 (diff)
Rename PySide references to Qt for Python
When referring to the project one should use "Qt for Python" and for the module "PySide2" Change-Id: I36497df245c9f6dd60d6e160e2fc805e48cefcae Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'sources/pyside2/tests/util')
-rw-r--r--sources/pyside2/tests/util/color.py2
-rw-r--r--sources/pyside2/tests/util/helper/__init__.py2
-rw-r--r--sources/pyside2/tests/util/helper/docmodifier.py2
-rw-r--r--sources/pyside2/tests/util/httpd.py2
-rw-r--r--sources/pyside2/tests/util/processtimer.py2
-rw-r--r--sources/pyside2/tests/util/py2xfunctions.py2
-rw-r--r--sources/pyside2/tests/util/py3kcompat.py2
-rw-r--r--sources/pyside2/tests/util/py3xfunctions.py2
-rw-r--r--sources/pyside2/tests/util/pyqt_diff.py2
-rw-r--r--sources/pyside2/tests/util/pyqtcheck.py2
-rwxr-xr-xsources/pyside2/tests/util/rename_imports.sh2
-rw-r--r--sources/pyside2/tests/util/test_processtimer.py2
12 files changed, 12 insertions, 12 deletions
diff --git a/sources/pyside2/tests/util/color.py b/sources/pyside2/tests/util/color.py
index e7ab84d0e..73c7827ca 100644
--- a/sources/pyside2/tests/util/color.py
+++ b/sources/pyside2/tests/util/color.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/helper/__init__.py b/sources/pyside2/tests/util/helper/__init__.py
index fa119c960..fa85d9ab4 100644
--- a/sources/pyside2/tests/util/helper/__init__.py
+++ b/sources/pyside2/tests/util/helper/__init__.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/helper/docmodifier.py b/sources/pyside2/tests/util/helper/docmodifier.py
index 16d3e28ad..b87894348 100644
--- a/sources/pyside2/tests/util/helper/docmodifier.py
+++ b/sources/pyside2/tests/util/helper/docmodifier.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/httpd.py b/sources/pyside2/tests/util/httpd.py
index 8214cf033..896bb4388 100644
--- a/sources/pyside2/tests/util/httpd.py
+++ b/sources/pyside2/tests/util/httpd.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/processtimer.py b/sources/pyside2/tests/util/processtimer.py
index 19206472e..dfe16fbea 100644
--- a/sources/pyside2/tests/util/processtimer.py
+++ b/sources/pyside2/tests/util/processtimer.py
@@ -5,7 +5,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/py2xfunctions.py b/sources/pyside2/tests/util/py2xfunctions.py
index d848c2c61..d4693543e 100644
--- a/sources/pyside2/tests/util/py2xfunctions.py
+++ b/sources/pyside2/tests/util/py2xfunctions.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/py3kcompat.py b/sources/pyside2/tests/util/py3kcompat.py
index 19e50dc71..37df63092 100644
--- a/sources/pyside2/tests/util/py3kcompat.py
+++ b/sources/pyside2/tests/util/py3kcompat.py
@@ -4,7 +4,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/py3xfunctions.py b/sources/pyside2/tests/util/py3xfunctions.py
index e7014e56a..7efbcffbe 100644
--- a/sources/pyside2/tests/util/py3xfunctions.py
+++ b/sources/pyside2/tests/util/py3xfunctions.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/pyqt_diff.py b/sources/pyside2/tests/util/pyqt_diff.py
index 04e873556..ff33a1f46 100644
--- a/sources/pyside2/tests/util/pyqt_diff.py
+++ b/sources/pyside2/tests/util/pyqt_diff.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/pyqtcheck.py b/sources/pyside2/tests/util/pyqtcheck.py
index 7734ea6a7..672b306c8 100644
--- a/sources/pyside2/tests/util/pyqtcheck.py
+++ b/sources/pyside2/tests/util/pyqtcheck.py
@@ -5,7 +5,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/rename_imports.sh b/sources/pyside2/tests/util/rename_imports.sh
index e985a9100..fe204e3f7 100755
--- a/sources/pyside2/tests/util/rename_imports.sh
+++ b/sources/pyside2/tests/util/rename_imports.sh
@@ -5,7 +5,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage
diff --git a/sources/pyside2/tests/util/test_processtimer.py b/sources/pyside2/tests/util/test_processtimer.py
index 66a2a57db..41f4712dc 100644
--- a/sources/pyside2/tests/util/test_processtimer.py
+++ b/sources/pyside2/tests/util/test_processtimer.py
@@ -3,7 +3,7 @@
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
-## This file is part of the test suite of PySide2.
+## This file is part of the test suite of the Qt for Python project.
##
## $QT_BEGIN_LICENSE:GPL-EXCEPT$
## Commercial License Usage