summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2012-11-20 15:45:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-20 15:48:45 +0100
commit1260f64f174a8b24a618b6fe1e9e67ab69c33118 (patch)
tree3aeb73b145a3228895dfe0159be6b4900e2b858f
parentd7ffba27a0d9f85bada51c52fe8090f0796aaf18 (diff)
downloadqtquickcontrols-1260f64f174a8b24a618b6fe1e9e67ab69c33118.tar.gz
Change copyright to Digia 2012 and contact to qt-project.
Change-Id: I5588d78135d367cc4f07680323c40700bd5d5b2d Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com>
-rw-r--r--imports/QtDesktop/ApplicationWindow.qml4
-rw-r--r--imports/QtDesktop/Button.qml4
-rw-r--r--imports/QtDesktop/ButtonColumn.qml4
-rw-r--r--imports/QtDesktop/ButtonRow.qml4
-rw-r--r--imports/QtDesktop/CheckBox.qml4
-rw-r--r--imports/QtDesktop/ComboBox.qml4
-rw-r--r--imports/QtDesktop/ContextMenu.qml4
-rw-r--r--imports/QtDesktop/Dial.qml4
-rw-r--r--imports/QtDesktop/Dialog.qml4
-rw-r--r--imports/QtDesktop/GroupBox.qml4
-rw-r--r--imports/QtDesktop/Label.qml4
-rw-r--r--imports/QtDesktop/ProgressBar.qml4
-rw-r--r--imports/QtDesktop/RadioButton.qml4
-rw-r--r--imports/QtDesktop/ScrollArea.qml4
-rw-r--r--imports/QtDesktop/ScrollBar.qml4
-rw-r--r--imports/QtDesktop/Slider.qml4
-rw-r--r--imports/QtDesktop/SpinBox.qml4
-rw-r--r--imports/QtDesktop/SplitterColumn.qml4
-rw-r--r--imports/QtDesktop/SplitterRow.qml4
-rw-r--r--imports/QtDesktop/StatusBar.qml4
-rw-r--r--imports/QtDesktop/Tab.qml4
-rw-r--r--imports/QtDesktop/TabBar.qml4
-rw-r--r--imports/QtDesktop/TabFrame.qml4
-rw-r--r--imports/QtDesktop/TableColumn.qml4
-rw-r--r--imports/QtDesktop/TableView.qml4
-rw-r--r--imports/QtDesktop/TextArea.qml4
-rw-r--r--imports/QtDesktop/TextField.qml4
-rw-r--r--imports/QtDesktop/ToolBar.qml4
-rw-r--r--imports/QtDesktop/ToolButton.qml4
-rw-r--r--imports/QtDesktop/private/BasicButton.qml4
-rw-r--r--imports/QtDesktop/private/ButtonBehavior.qml4
-rw-r--r--imports/QtDesktop/private/ScrollAreaHelper.qml4
-rw-r--r--imports/QtDesktop/private/Splitter.qml4
-rw-r--r--qmlwidget/main.cpp4
-rw-r--r--src/qdesktopitem.cpp4
-rw-r--r--src/qquickcomponentsprivate.cpp4
-rw-r--r--src/qquickcomponentsprivate.h4
-rw-r--r--src/qquicklayout.cpp4
-rw-r--r--src/qquicklayoutengine.cpp4
-rw-r--r--src/qquicklayoutengine_p.h4
-rw-r--r--src/qquicklinearlayout.h4
-rw-r--r--src/qrangemodel.cpp4
-rw-r--r--src/qrangemodel_p.h4
-rw-r--r--src/qstyleitem.h4
-rw-r--r--src/qstyleplugin.cpp4
-rw-r--r--src/qstyleplugin.h4
-rw-r--r--src/qtmenu.cpp4
-rw-r--r--src/qtmenubar.cpp4
-rw-r--r--src/qtmenubar.h4
-rw-r--r--src/qtmenuitem.cpp4
-rw-r--r--src/qtmenuitem.h4
-rw-r--r--src/qtsplitterbase.cpp4
-rw-r--r--src/qwheelarea.cpp4
-rw-r--r--src/qwheelarea.h4
54 files changed, 108 insertions, 108 deletions
diff --git a/imports/QtDesktop/ApplicationWindow.qml b/imports/QtDesktop/ApplicationWindow.qml
index 81842f33..3c8b2dc6 100644
--- a/imports/QtDesktop/ApplicationWindow.qml
+++ b/imports/QtDesktop/ApplicationWindow.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Button.qml b/imports/QtDesktop/Button.qml
index 7e2490d2..11c79e4a 100644
--- a/imports/QtDesktop/Button.qml
+++ b/imports/QtDesktop/Button.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ButtonColumn.qml b/imports/QtDesktop/ButtonColumn.qml
index f4364448..cb97d64c 100644
--- a/imports/QtDesktop/ButtonColumn.qml
+++ b/imports/QtDesktop/ButtonColumn.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ButtonRow.qml b/imports/QtDesktop/ButtonRow.qml
index 479af2a3..ae9faf58 100644
--- a/imports/QtDesktop/ButtonRow.qml
+++ b/imports/QtDesktop/ButtonRow.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/CheckBox.qml b/imports/QtDesktop/CheckBox.qml
index 83934c2d..8e90fa8b 100644
--- a/imports/QtDesktop/CheckBox.qml
+++ b/imports/QtDesktop/CheckBox.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ComboBox.qml b/imports/QtDesktop/ComboBox.qml
index 242217e6..9c100547 100644
--- a/imports/QtDesktop/ComboBox.qml
+++ b/imports/QtDesktop/ComboBox.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ContextMenu.qml b/imports/QtDesktop/ContextMenu.qml
index 01b39311..f2f7256f 100644
--- a/imports/QtDesktop/ContextMenu.qml
+++ b/imports/QtDesktop/ContextMenu.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Dial.qml b/imports/QtDesktop/Dial.qml
index 1c34e847..abe75153 100644
--- a/imports/QtDesktop/Dial.qml
+++ b/imports/QtDesktop/Dial.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Dialog.qml b/imports/QtDesktop/Dialog.qml
index 2b1d1762..77a4dee8 100644
--- a/imports/QtDesktop/Dialog.qml
+++ b/imports/QtDesktop/Dialog.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/GroupBox.qml b/imports/QtDesktop/GroupBox.qml
index 15458abb..16dae479 100644
--- a/imports/QtDesktop/GroupBox.qml
+++ b/imports/QtDesktop/GroupBox.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Label.qml b/imports/QtDesktop/Label.qml
index bf2b3f0a..37691c5a 100644
--- a/imports/QtDesktop/Label.qml
+++ b/imports/QtDesktop/Label.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ProgressBar.qml b/imports/QtDesktop/ProgressBar.qml
index 3a0a27e2..eafed93c 100644
--- a/imports/QtDesktop/ProgressBar.qml
+++ b/imports/QtDesktop/ProgressBar.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/RadioButton.qml b/imports/QtDesktop/RadioButton.qml
index d6d5d32b..cdcfd7be 100644
--- a/imports/QtDesktop/RadioButton.qml
+++ b/imports/QtDesktop/RadioButton.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ScrollArea.qml b/imports/QtDesktop/ScrollArea.qml
index ce0ba0f2..ae51917a 100644
--- a/imports/QtDesktop/ScrollArea.qml
+++ b/imports/QtDesktop/ScrollArea.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ScrollBar.qml b/imports/QtDesktop/ScrollBar.qml
index 394c37fc..e00e9f7a 100644
--- a/imports/QtDesktop/ScrollBar.qml
+++ b/imports/QtDesktop/ScrollBar.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Slider.qml b/imports/QtDesktop/Slider.qml
index 7fc18943..4aeb684d 100644
--- a/imports/QtDesktop/Slider.qml
+++ b/imports/QtDesktop/Slider.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/SpinBox.qml b/imports/QtDesktop/SpinBox.qml
index e8ce07f9..06305878 100644
--- a/imports/QtDesktop/SpinBox.qml
+++ b/imports/QtDesktop/SpinBox.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/SplitterColumn.qml b/imports/QtDesktop/SplitterColumn.qml
index c9c83d82..a56b167f 100644
--- a/imports/QtDesktop/SplitterColumn.qml
+++ b/imports/QtDesktop/SplitterColumn.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/SplitterRow.qml b/imports/QtDesktop/SplitterRow.qml
index 1ddef404..c362bd1f 100644
--- a/imports/QtDesktop/SplitterRow.qml
+++ b/imports/QtDesktop/SplitterRow.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/StatusBar.qml b/imports/QtDesktop/StatusBar.qml
index 70d8bcc0..f84181f2 100644
--- a/imports/QtDesktop/StatusBar.qml
+++ b/imports/QtDesktop/StatusBar.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/Tab.qml b/imports/QtDesktop/Tab.qml
index 51ae7ec2..0e4b7825 100644
--- a/imports/QtDesktop/Tab.qml
+++ b/imports/QtDesktop/Tab.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TabBar.qml b/imports/QtDesktop/TabBar.qml
index bef2572e..27b4266a 100644
--- a/imports/QtDesktop/TabBar.qml
+++ b/imports/QtDesktop/TabBar.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TabFrame.qml b/imports/QtDesktop/TabFrame.qml
index 2330a641..03248a8e 100644
--- a/imports/QtDesktop/TabFrame.qml
+++ b/imports/QtDesktop/TabFrame.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TableColumn.qml b/imports/QtDesktop/TableColumn.qml
index 419bc42b..2c22f826 100644
--- a/imports/QtDesktop/TableColumn.qml
+++ b/imports/QtDesktop/TableColumn.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TableView.qml b/imports/QtDesktop/TableView.qml
index cc8d7bb6..3c9df9f8 100644
--- a/imports/QtDesktop/TableView.qml
+++ b/imports/QtDesktop/TableView.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TextArea.qml b/imports/QtDesktop/TextArea.qml
index a6ceaac8..2f927508 100644
--- a/imports/QtDesktop/TextArea.qml
+++ b/imports/QtDesktop/TextArea.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/TextField.qml b/imports/QtDesktop/TextField.qml
index c29ab8d0..21bd2e9b 100644
--- a/imports/QtDesktop/TextField.qml
+++ b/imports/QtDesktop/TextField.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ToolBar.qml b/imports/QtDesktop/ToolBar.qml
index 96cde164..f3547e24 100644
--- a/imports/QtDesktop/ToolBar.qml
+++ b/imports/QtDesktop/ToolBar.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/ToolButton.qml b/imports/QtDesktop/ToolButton.qml
index 57a87a3e..45d37df1 100644
--- a/imports/QtDesktop/ToolButton.qml
+++ b/imports/QtDesktop/ToolButton.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/private/BasicButton.qml b/imports/QtDesktop/private/BasicButton.qml
index bac46b7c..d5c51263 100644
--- a/imports/QtDesktop/private/BasicButton.qml
+++ b/imports/QtDesktop/private/BasicButton.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/private/ButtonBehavior.qml b/imports/QtDesktop/private/ButtonBehavior.qml
index c8f010c9..8a91d4f8 100644
--- a/imports/QtDesktop/private/ButtonBehavior.qml
+++ b/imports/QtDesktop/private/ButtonBehavior.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/private/ScrollAreaHelper.qml b/imports/QtDesktop/private/ScrollAreaHelper.qml
index 2acd1522..6bf4e699 100644
--- a/imports/QtDesktop/private/ScrollAreaHelper.qml
+++ b/imports/QtDesktop/private/ScrollAreaHelper.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/imports/QtDesktop/private/Splitter.qml b/imports/QtDesktop/private/Splitter.qml
index ffd25348..2e0134e9 100644
--- a/imports/QtDesktop/private/Splitter.qml
+++ b/imports/QtDesktop/private/Splitter.qml
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/qmlwidget/main.cpp b/qmlwidget/main.cpp
index 374d5f10..6ecb352d 100644
--- a/qmlwidget/main.cpp
+++ b/qmlwidget/main.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/src/qdesktopitem.cpp b/src/qdesktopitem.cpp
index c0812152..4ecde6c4 100644
--- a/src/qdesktopitem.cpp
+++ b/src/qdesktopitem.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qquickcomponentsprivate.cpp b/src/qquickcomponentsprivate.cpp
index 40d5cff8..b4bc4dc8 100644
--- a/src/qquickcomponentsprivate.cpp
+++ b/src/qquickcomponentsprivate.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qquickcomponentsprivate.h b/src/qquickcomponentsprivate.h
index 2f9c9ecf..0e9e6075 100644
--- a/src/qquickcomponentsprivate.h
+++ b/src/qquickcomponentsprivate.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qquicklayout.cpp b/src/qquicklayout.cpp
index 918b307c..a4f37e3b 100644
--- a/src/qquicklayout.cpp
+++ b/src/qquicklayout.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/src/qquicklayoutengine.cpp b/src/qquicklayoutengine.cpp
index 98cb95ce..6200d8a5 100644
--- a/src/qquicklayoutengine.cpp
+++ b/src/qquicklayoutengine.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/src/qquicklayoutengine_p.h b/src/qquicklayoutengine_p.h
index 52284ade..d81f1e9a 100644
--- a/src/qquicklayoutengine_p.h
+++ b/src/qquicklayoutengine_p.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/src/qquicklinearlayout.h b/src/qquicklinearlayout.h
index 1044b199..762f1d05 100644
--- a/src/qquicklinearlayout.h
+++ b/src/qquicklinearlayout.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
**
diff --git a/src/qrangemodel.cpp b/src/qrangemodel.cpp
index 879ed6b0..0c0c8b66 100644
--- a/src/qrangemodel.cpp
+++ b/src/qrangemodel.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qrangemodel_p.h b/src/qrangemodel_p.h
index 2f3c9abb..8391c4f4 100644
--- a/src/qrangemodel_p.h
+++ b/src/qrangemodel_p.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qstyleitem.h b/src/qstyleitem.h
index b2cc20c8..364721a1 100644
--- a/src/qstyleitem.h
+++ b/src/qstyleitem.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qstyleplugin.cpp b/src/qstyleplugin.cpp
index 0e2321c6..ae03d040 100644
--- a/src/qstyleplugin.cpp
+++ b/src/qstyleplugin.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qstyleplugin.h b/src/qstyleplugin.h
index aea33654..0c69123e 100644
--- a/src/qstyleplugin.h
+++ b/src/qstyleplugin.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtmenu.cpp b/src/qtmenu.cpp
index dbdf3922..bbabaf71 100644
--- a/src/qtmenu.cpp
+++ b/src/qtmenu.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtmenubar.cpp b/src/qtmenubar.cpp
index 9f52cb0a..a3ef472a 100644
--- a/src/qtmenubar.cpp
+++ b/src/qtmenubar.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtmenubar.h b/src/qtmenubar.h
index 3375b69a..7c84dcec 100644
--- a/src/qtmenubar.h
+++ b/src/qtmenubar.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtmenuitem.cpp b/src/qtmenuitem.cpp
index d621161f..afbf63cd 100644
--- a/src/qtmenuitem.cpp
+++ b/src/qtmenuitem.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtmenuitem.h b/src/qtmenuitem.h
index e48b5abe..d0e279bc 100644
--- a/src/qtmenuitem.h
+++ b/src/qtmenuitem.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qtsplitterbase.cpp b/src/qtsplitterbase.cpp
index 806b1a1a..3679c374 100644
--- a/src/qtsplitterbase.cpp
+++ b/src/qtsplitterbase.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qwheelarea.cpp b/src/qwheelarea.cpp
index 4a8892dc..88bed658 100644
--- a/src/qwheelarea.cpp
+++ b/src/qwheelarea.cpp
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**
diff --git a/src/qwheelarea.h b/src/qwheelarea.h
index 19ec0a02..e91bac5b 100644
--- a/src/qwheelarea.h
+++ b/src/qwheelarea.h
@@ -1,8 +1,8 @@
/****************************************************************************
**
-** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Contact: http://www.qt-project.org/legal
**
** This file is part of the Qt Components project.
**