aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/extending/chapter1-basics
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/extending/chapter1-basics')
-rw-r--r--examples/declarative/extending/chapter1-basics/app.qml2
-rw-r--r--examples/declarative/extending/chapter1-basics/basics.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/extending/chapter1-basics/app.qml b/examples/declarative/extending/chapter1-basics/app.qml
index d51d328c7..21a67f2fd 100644
--- a/examples/declarative/extending/chapter1-basics/app.qml
+++ b/examples/declarative/extending/chapter1-basics/app.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2016 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/declarative/extending/chapter1-basics/basics.py b/examples/declarative/extending/chapter1-basics/basics.py
index b05695800..d00482596 100644
--- a/examples/declarative/extending/chapter1-basics/basics.py
+++ b/examples/declarative/extending/chapter1-basics/basics.py
@@ -2,7 +2,7 @@
#############################################################################
##
## Copyright (C) 2016 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.
##