aboutsummaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl')
-rw-r--r--examples/opengl/contextinfo/contextinfo.py2
-rw-r--r--examples/opengl/hellogl2/hellogl2.py2
-rw-r--r--examples/opengl/textures/textures.py2
-rw-r--r--examples/opengl/threadedqopenglwidget/glwidget.py2
-rw-r--r--examples/opengl/threadedqopenglwidget/main.py2
-rw-r--r--examples/opengl/threadedqopenglwidget/mainwindow.py2
-rw-r--r--examples/opengl/threadedqopenglwidget/renderer.py2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/opengl/contextinfo/contextinfo.py b/examples/opengl/contextinfo/contextinfo.py
index 73b55df13..a3bab44d8 100644
--- a/examples/opengl/contextinfo/contextinfo.py
+++ b/examples/opengl/contextinfo/contextinfo.py
@@ -2,7 +2,7 @@
#############################################################################
##
## Copyright (C) 2017 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/hellogl2/hellogl2.py b/examples/opengl/hellogl2/hellogl2.py
index 245b172be..733cc25ee 100644
--- a/examples/opengl/hellogl2/hellogl2.py
+++ b/examples/opengl/hellogl2/hellogl2.py
@@ -3,7 +3,7 @@
##
## Copyright (C) 2013 Riverbank Computing Limited.
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/textures/textures.py b/examples/opengl/textures/textures.py
index eadf25185..034c73ca7 100644
--- a/examples/opengl/textures/textures.py
+++ b/examples/opengl/textures/textures.py
@@ -3,7 +3,7 @@
##
## Copyright (C) 2013 Riverbank Computing Limited.
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/threadedqopenglwidget/glwidget.py b/examples/opengl/threadedqopenglwidget/glwidget.py
index b9a1091c9..bb3ffdf19 100644
--- a/examples/opengl/threadedqopenglwidget/glwidget.py
+++ b/examples/opengl/threadedqopenglwidget/glwidget.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/threadedqopenglwidget/main.py b/examples/opengl/threadedqopenglwidget/main.py
index de8adc84a..7aa3be3a0 100644
--- a/examples/opengl/threadedqopenglwidget/main.py
+++ b/examples/opengl/threadedqopenglwidget/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/threadedqopenglwidget/mainwindow.py b/examples/opengl/threadedqopenglwidget/mainwindow.py
index 6159f4779..203b3e719 100644
--- a/examples/opengl/threadedqopenglwidget/mainwindow.py
+++ b/examples/opengl/threadedqopenglwidget/mainwindow.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##
diff --git a/examples/opengl/threadedqopenglwidget/renderer.py b/examples/opengl/threadedqopenglwidget/renderer.py
index 45161048a..e9216c8eb 100644
--- a/examples/opengl/threadedqopenglwidget/renderer.py
+++ b/examples/opengl/threadedqopenglwidget/renderer.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2022 The Qt Company Ltd.
-## Contact: http://www.qt.io/licensing/
+## Contact: https://www.qt.io/licensing/
##
## This file is part of the Qt for Python examples of the Qt Toolkit.
##