aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/referenceexamples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/referenceexamples')
-rw-r--r--examples/declarative/referenceexamples/adding/main.py2
-rw-r--r--examples/declarative/referenceexamples/adding/person.py2
-rw-r--r--examples/declarative/referenceexamples/attached/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/attached/main.py2
-rw-r--r--examples/declarative/referenceexamples/attached/person.py2
-rw-r--r--examples/declarative/referenceexamples/binding/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/binding/happybirthdaysong.py2
-rw-r--r--examples/declarative/referenceexamples/binding/main.py2
-rw-r--r--examples/declarative/referenceexamples/binding/person.py2
-rw-r--r--examples/declarative/referenceexamples/coercion/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/coercion/main.py2
-rw-r--r--examples/declarative/referenceexamples/coercion/person.py2
-rw-r--r--examples/declarative/referenceexamples/default/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/default/main.py2
-rw-r--r--examples/declarative/referenceexamples/default/person.py2
-rw-r--r--examples/declarative/referenceexamples/extended/main.py2
-rw-r--r--examples/declarative/referenceexamples/grouped/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/grouped/main.py2
-rw-r--r--examples/declarative/referenceexamples/grouped/person.py2
-rw-r--r--examples/declarative/referenceexamples/methods/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/methods/main.py2
-rw-r--r--examples/declarative/referenceexamples/methods/person.py2
-rw-r--r--examples/declarative/referenceexamples/properties/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/properties/main.py2
-rw-r--r--examples/declarative/referenceexamples/properties/person.py2
-rw-r--r--examples/declarative/referenceexamples/valuesource/birthdayparty.py2
-rw-r--r--examples/declarative/referenceexamples/valuesource/happybirthdaysong.py2
-rw-r--r--examples/declarative/referenceexamples/valuesource/main.py2
-rw-r--r--examples/declarative/referenceexamples/valuesource/person.py2
29 files changed, 29 insertions, 29 deletions
diff --git a/examples/declarative/referenceexamples/adding/main.py b/examples/declarative/referenceexamples/adding/main.py
index ffa10e9d3..715004b83 100644
--- a/examples/declarative/referenceexamples/adding/main.py
+++ b/examples/declarative/referenceexamples/adding/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/adding/person.py b/examples/declarative/referenceexamples/adding/person.py
index 23ac5378d..ecabb8457 100644
--- a/examples/declarative/referenceexamples/adding/person.py
+++ b/examples/declarative/referenceexamples/adding/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/attached/birthdayparty.py b/examples/declarative/referenceexamples/attached/birthdayparty.py
index 8d8b74bdf..6c98e56e0 100644
--- a/examples/declarative/referenceexamples/attached/birthdayparty.py
+++ b/examples/declarative/referenceexamples/attached/birthdayparty.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/declarative/referenceexamples/attached/main.py b/examples/declarative/referenceexamples/attached/main.py
index 7bc3f3527..7e798215c 100644
--- a/examples/declarative/referenceexamples/attached/main.py
+++ b/examples/declarative/referenceexamples/attached/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/declarative/referenceexamples/attached/person.py b/examples/declarative/referenceexamples/attached/person.py
index 240b6ffdc..a20a47219 100644
--- a/examples/declarative/referenceexamples/attached/person.py
+++ b/examples/declarative/referenceexamples/attached/person.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/declarative/referenceexamples/binding/birthdayparty.py b/examples/declarative/referenceexamples/binding/birthdayparty.py
index 525b971d7..12277639a 100644
--- a/examples/declarative/referenceexamples/binding/birthdayparty.py
+++ b/examples/declarative/referenceexamples/binding/birthdayparty.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/declarative/referenceexamples/binding/happybirthdaysong.py b/examples/declarative/referenceexamples/binding/happybirthdaysong.py
index cffcca3d0..d59835983 100644
--- a/examples/declarative/referenceexamples/binding/happybirthdaysong.py
+++ b/examples/declarative/referenceexamples/binding/happybirthdaysong.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/declarative/referenceexamples/binding/main.py b/examples/declarative/referenceexamples/binding/main.py
index 7e294861c..f629ed277 100644
--- a/examples/declarative/referenceexamples/binding/main.py
+++ b/examples/declarative/referenceexamples/binding/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/declarative/referenceexamples/binding/person.py b/examples/declarative/referenceexamples/binding/person.py
index e8f6eed62..cd6dc868d 100644
--- a/examples/declarative/referenceexamples/binding/person.py
+++ b/examples/declarative/referenceexamples/binding/person.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/declarative/referenceexamples/coercion/birthdayparty.py b/examples/declarative/referenceexamples/coercion/birthdayparty.py
index 4db44d703..24e0b7a4c 100644
--- a/examples/declarative/referenceexamples/coercion/birthdayparty.py
+++ b/examples/declarative/referenceexamples/coercion/birthdayparty.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/coercion/main.py b/examples/declarative/referenceexamples/coercion/main.py
index fc945e184..c4e1e9574 100644
--- a/examples/declarative/referenceexamples/coercion/main.py
+++ b/examples/declarative/referenceexamples/coercion/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/coercion/person.py b/examples/declarative/referenceexamples/coercion/person.py
index 3bb7e7248..69736e40e 100644
--- a/examples/declarative/referenceexamples/coercion/person.py
+++ b/examples/declarative/referenceexamples/coercion/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/default/birthdayparty.py b/examples/declarative/referenceexamples/default/birthdayparty.py
index 3f3fe0894..ee91a39be 100644
--- a/examples/declarative/referenceexamples/default/birthdayparty.py
+++ b/examples/declarative/referenceexamples/default/birthdayparty.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/default/main.py b/examples/declarative/referenceexamples/default/main.py
index a1c4ff91a..197e7bedb 100644
--- a/examples/declarative/referenceexamples/default/main.py
+++ b/examples/declarative/referenceexamples/default/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/default/person.py b/examples/declarative/referenceexamples/default/person.py
index c66b16690..3adfd35b9 100644
--- a/examples/declarative/referenceexamples/default/person.py
+++ b/examples/declarative/referenceexamples/default/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/extended/main.py b/examples/declarative/referenceexamples/extended/main.py
index c553a1fa8..fa53144e1 100644
--- a/examples/declarative/referenceexamples/extended/main.py
+++ b/examples/declarative/referenceexamples/extended/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/declarative/referenceexamples/grouped/birthdayparty.py b/examples/declarative/referenceexamples/grouped/birthdayparty.py
index 2ae9fb12d..e1926da22 100644
--- a/examples/declarative/referenceexamples/grouped/birthdayparty.py
+++ b/examples/declarative/referenceexamples/grouped/birthdayparty.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/declarative/referenceexamples/grouped/main.py b/examples/declarative/referenceexamples/grouped/main.py
index 9911ccc3a..6fb74c6c4 100644
--- a/examples/declarative/referenceexamples/grouped/main.py
+++ b/examples/declarative/referenceexamples/grouped/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/declarative/referenceexamples/grouped/person.py b/examples/declarative/referenceexamples/grouped/person.py
index c05c76777..609cb73cf 100644
--- a/examples/declarative/referenceexamples/grouped/person.py
+++ b/examples/declarative/referenceexamples/grouped/person.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/declarative/referenceexamples/methods/birthdayparty.py b/examples/declarative/referenceexamples/methods/birthdayparty.py
index ca60da771..341a9457d 100644
--- a/examples/declarative/referenceexamples/methods/birthdayparty.py
+++ b/examples/declarative/referenceexamples/methods/birthdayparty.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/methods/main.py b/examples/declarative/referenceexamples/methods/main.py
index 9dd9086ab..978733151 100644
--- a/examples/declarative/referenceexamples/methods/main.py
+++ b/examples/declarative/referenceexamples/methods/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/methods/person.py b/examples/declarative/referenceexamples/methods/person.py
index 43cdd09e3..b786441fc 100644
--- a/examples/declarative/referenceexamples/methods/person.py
+++ b/examples/declarative/referenceexamples/methods/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/properties/birthdayparty.py b/examples/declarative/referenceexamples/properties/birthdayparty.py
index 9b4a8428d..c0dab4582 100644
--- a/examples/declarative/referenceexamples/properties/birthdayparty.py
+++ b/examples/declarative/referenceexamples/properties/birthdayparty.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/properties/main.py b/examples/declarative/referenceexamples/properties/main.py
index d26747383..b491381a3 100644
--- a/examples/declarative/referenceexamples/properties/main.py
+++ b/examples/declarative/referenceexamples/properties/main.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/properties/person.py b/examples/declarative/referenceexamples/properties/person.py
index e08d9ae90..e3a2c691d 100644
--- a/examples/declarative/referenceexamples/properties/person.py
+++ b/examples/declarative/referenceexamples/properties/person.py
@@ -1,7 +1,7 @@
#############################################################################
##
## Copyright (C) 2021 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/referenceexamples/valuesource/birthdayparty.py b/examples/declarative/referenceexamples/valuesource/birthdayparty.py
index 329dcda26..794963125 100644
--- a/examples/declarative/referenceexamples/valuesource/birthdayparty.py
+++ b/examples/declarative/referenceexamples/valuesource/birthdayparty.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/declarative/referenceexamples/valuesource/happybirthdaysong.py b/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py
index bf9c99ca8..4e790bfe0 100644
--- a/examples/declarative/referenceexamples/valuesource/happybirthdaysong.py
+++ b/examples/declarative/referenceexamples/valuesource/happybirthdaysong.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/declarative/referenceexamples/valuesource/main.py b/examples/declarative/referenceexamples/valuesource/main.py
index 84a192efc..dcd8d508a 100644
--- a/examples/declarative/referenceexamples/valuesource/main.py
+++ b/examples/declarative/referenceexamples/valuesource/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/declarative/referenceexamples/valuesource/person.py b/examples/declarative/referenceexamples/valuesource/person.py
index 50b84a6fc..c4c2b8595 100644
--- a/examples/declarative/referenceexamples/valuesource/person.py
+++ b/examples/declarative/referenceexamples/valuesource/person.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.
##