aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libminimal
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/shiboken2/tests/libminimal
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/shiboken2/tests/libminimal')
-rw-r--r--sources/shiboken2/tests/libminimal/libminimalmacros.h2
-rw-r--r--sources/shiboken2/tests/libminimal/listuser.cpp2
-rw-r--r--sources/shiboken2/tests/libminimal/listuser.h2
-rw-r--r--sources/shiboken2/tests/libminimal/minbool.h2
-rw-r--r--sources/shiboken2/tests/libminimal/obj.cpp2
-rw-r--r--sources/shiboken2/tests/libminimal/obj.h2
-rw-r--r--sources/shiboken2/tests/libminimal/typedef.cpp2
-rw-r--r--sources/shiboken2/tests/libminimal/typedef.h2
-rw-r--r--sources/shiboken2/tests/libminimal/val.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sources/shiboken2/tests/libminimal/libminimalmacros.h b/sources/shiboken2/tests/libminimal/libminimalmacros.h
index 5c9e62e8a..8a00d665e 100644
--- a/sources/shiboken2/tests/libminimal/libminimalmacros.h
+++ b/sources/shiboken2/tests/libminimal/libminimalmacros.h
@@ -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/shiboken2/tests/libminimal/listuser.cpp b/sources/shiboken2/tests/libminimal/listuser.cpp
index ec2eb3923..0d2e8bcea 100644
--- a/sources/shiboken2/tests/libminimal/listuser.cpp
+++ b/sources/shiboken2/tests/libminimal/listuser.cpp
@@ -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/shiboken2/tests/libminimal/listuser.h b/sources/shiboken2/tests/libminimal/listuser.h
index 4138b9f3c..a1bf4388a 100644
--- a/sources/shiboken2/tests/libminimal/listuser.h
+++ b/sources/shiboken2/tests/libminimal/listuser.h
@@ -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/shiboken2/tests/libminimal/minbool.h b/sources/shiboken2/tests/libminimal/minbool.h
index ebd2f71e2..e0bc6c34a 100644
--- a/sources/shiboken2/tests/libminimal/minbool.h
+++ b/sources/shiboken2/tests/libminimal/minbool.h
@@ -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/shiboken2/tests/libminimal/obj.cpp b/sources/shiboken2/tests/libminimal/obj.cpp
index a1d18d0e3..98240496e 100644
--- a/sources/shiboken2/tests/libminimal/obj.cpp
+++ b/sources/shiboken2/tests/libminimal/obj.cpp
@@ -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/shiboken2/tests/libminimal/obj.h b/sources/shiboken2/tests/libminimal/obj.h
index 16f838e19..297d3792d 100644
--- a/sources/shiboken2/tests/libminimal/obj.h
+++ b/sources/shiboken2/tests/libminimal/obj.h
@@ -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/shiboken2/tests/libminimal/typedef.cpp b/sources/shiboken2/tests/libminimal/typedef.cpp
index 4948d9944..a9fe67cb3 100644
--- a/sources/shiboken2/tests/libminimal/typedef.cpp
+++ b/sources/shiboken2/tests/libminimal/typedef.cpp
@@ -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/shiboken2/tests/libminimal/typedef.h b/sources/shiboken2/tests/libminimal/typedef.h
index f54a6ed18..49e020b75 100644
--- a/sources/shiboken2/tests/libminimal/typedef.h
+++ b/sources/shiboken2/tests/libminimal/typedef.h
@@ -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/shiboken2/tests/libminimal/val.h b/sources/shiboken2/tests/libminimal/val.h
index 5ba4b3aff..4a6018f30 100644
--- a/sources/shiboken2/tests/libminimal/val.h
+++ b/sources/shiboken2/tests/libminimal/val.h
@@ -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