summaryrefslogtreecommitdiff
path: root/examples/location/common
diff options
context:
space:
mode:
Diffstat (limited to 'examples/location/common')
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/BusyIndicator.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Button.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Checkbox.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Fader.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/IconButton.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Menu.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Optionbutton.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/Slider.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/TextWithLabel.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/TitleBar.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/style/ButtonStyle.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/style/HMenuItemStyle.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/components/style/VMenuItemStyle.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/dialogs/Dialog.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/dialogs/ErrorDialog.qml2
-rw-r--r--examples/location/common/imports/QtLocation/examples/dialogs/InputDialog.qml2
16 files changed, 16 insertions, 16 deletions
diff --git a/examples/location/common/imports/QtLocation/examples/components/BusyIndicator.qml b/examples/location/common/imports/QtLocation/examples/components/BusyIndicator.qml
index aef8b134..9174290d 100644
--- a/examples/location/common/imports/QtLocation/examples/components/BusyIndicator.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/BusyIndicator.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Button.qml b/examples/location/common/imports/QtLocation/examples/components/Button.qml
index 3d6be23c..b34f66fe 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Button.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Button.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Checkbox.qml b/examples/location/common/imports/QtLocation/examples/components/Checkbox.qml
index ba078671..6fba11ef 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Checkbox.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Checkbox.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Fader.qml b/examples/location/common/imports/QtLocation/examples/components/Fader.qml
index b9bb78fa..3babbad7 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Fader.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Fader.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/IconButton.qml b/examples/location/common/imports/QtLocation/examples/components/IconButton.qml
index bca4fa83..91cb17c6 100644
--- a/examples/location/common/imports/QtLocation/examples/components/IconButton.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/IconButton.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Menu.qml b/examples/location/common/imports/QtLocation/examples/components/Menu.qml
index 3036ee24..9691dd33 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Menu.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Menu.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Optionbutton.qml b/examples/location/common/imports/QtLocation/examples/components/Optionbutton.qml
index 490ecc2f..2c21f110 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Optionbutton.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Optionbutton.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/Slider.qml b/examples/location/common/imports/QtLocation/examples/components/Slider.qml
index fd5aea54..ee6957bd 100644
--- a/examples/location/common/imports/QtLocation/examples/components/Slider.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/Slider.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/TextWithLabel.qml b/examples/location/common/imports/QtLocation/examples/components/TextWithLabel.qml
index 0ccd8b8c..3e3b044e 100644
--- a/examples/location/common/imports/QtLocation/examples/components/TextWithLabel.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/TextWithLabel.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/TitleBar.qml b/examples/location/common/imports/QtLocation/examples/components/TitleBar.qml
index dcf7f8bc..3ea4f9f3 100644
--- a/examples/location/common/imports/QtLocation/examples/components/TitleBar.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/TitleBar.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/style/ButtonStyle.qml b/examples/location/common/imports/QtLocation/examples/components/style/ButtonStyle.qml
index 0e50342a..c4b845f6 100644
--- a/examples/location/common/imports/QtLocation/examples/components/style/ButtonStyle.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/style/ButtonStyle.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/style/HMenuItemStyle.qml b/examples/location/common/imports/QtLocation/examples/components/style/HMenuItemStyle.qml
index 8075364c..19933cb8 100644
--- a/examples/location/common/imports/QtLocation/examples/components/style/HMenuItemStyle.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/style/HMenuItemStyle.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/components/style/VMenuItemStyle.qml b/examples/location/common/imports/QtLocation/examples/components/style/VMenuItemStyle.qml
index 48b4397a..e180a296 100644
--- a/examples/location/common/imports/QtLocation/examples/components/style/VMenuItemStyle.qml
+++ b/examples/location/common/imports/QtLocation/examples/components/style/VMenuItemStyle.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/dialogs/Dialog.qml b/examples/location/common/imports/QtLocation/examples/dialogs/Dialog.qml
index b16c8af1..65bea08e 100644
--- a/examples/location/common/imports/QtLocation/examples/dialogs/Dialog.qml
+++ b/examples/location/common/imports/QtLocation/examples/dialogs/Dialog.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/dialogs/ErrorDialog.qml b/examples/location/common/imports/QtLocation/examples/dialogs/ErrorDialog.qml
index 0b11ec9b..e864cd57 100644
--- a/examples/location/common/imports/QtLocation/examples/dialogs/ErrorDialog.qml
+++ b/examples/location/common/imports/QtLocation/examples/dialogs/ErrorDialog.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/examples/location/common/imports/QtLocation/examples/dialogs/InputDialog.qml b/examples/location/common/imports/QtLocation/examples/dialogs/InputDialog.qml
index 4ff1d70e..272b8848 100644
--- a/examples/location/common/imports/QtLocation/examples/dialogs/InputDialog.qml
+++ b/examples/location/common/imports/QtLocation/examples/dialogs/InputDialog.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
-** Contact: http://www.qt-project.org/legal
+** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
**