aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/libminimal
diff options
context:
space:
mode:
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