From 1260f64f174a8b24a618b6fe1e9e67ab69c33118 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn <frederik.gladhorn@digia.com> Date: Tue, 20 Nov 2012 15:45:41 +0100 Subject: [PATCH] Change copyright to Digia 2012 and contact to qt-project. Change-Id: I5588d78135d367cc4f07680323c40700bd5d5b2d Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> --- imports/QtDesktop/ApplicationWindow.qml | 4 ++-- imports/QtDesktop/Button.qml | 4 ++-- imports/QtDesktop/ButtonColumn.qml | 4 ++-- imports/QtDesktop/ButtonRow.qml | 4 ++-- imports/QtDesktop/CheckBox.qml | 4 ++-- imports/QtDesktop/ComboBox.qml | 4 ++-- imports/QtDesktop/ContextMenu.qml | 4 ++-- imports/QtDesktop/Dial.qml | 4 ++-- imports/QtDesktop/Dialog.qml | 4 ++-- imports/QtDesktop/GroupBox.qml | 4 ++-- imports/QtDesktop/Label.qml | 4 ++-- imports/QtDesktop/ProgressBar.qml | 4 ++-- imports/QtDesktop/RadioButton.qml | 4 ++-- imports/QtDesktop/ScrollArea.qml | 4 ++-- imports/QtDesktop/ScrollBar.qml | 4 ++-- imports/QtDesktop/Slider.qml | 4 ++-- imports/QtDesktop/SpinBox.qml | 4 ++-- imports/QtDesktop/SplitterColumn.qml | 4 ++-- imports/QtDesktop/SplitterRow.qml | 4 ++-- imports/QtDesktop/StatusBar.qml | 4 ++-- imports/QtDesktop/Tab.qml | 4 ++-- imports/QtDesktop/TabBar.qml | 4 ++-- imports/QtDesktop/TabFrame.qml | 4 ++-- imports/QtDesktop/TableColumn.qml | 4 ++-- imports/QtDesktop/TableView.qml | 4 ++-- imports/QtDesktop/TextArea.qml | 4 ++-- imports/QtDesktop/TextField.qml | 4 ++-- imports/QtDesktop/ToolBar.qml | 4 ++-- imports/QtDesktop/ToolButton.qml | 4 ++-- imports/QtDesktop/private/BasicButton.qml | 4 ++-- imports/QtDesktop/private/ButtonBehavior.qml | 4 ++-- imports/QtDesktop/private/ScrollAreaHelper.qml | 4 ++-- imports/QtDesktop/private/Splitter.qml | 4 ++-- qmlwidget/main.cpp | 4 ++-- src/qdesktopitem.cpp | 4 ++-- src/qquickcomponentsprivate.cpp | 4 ++-- src/qquickcomponentsprivate.h | 4 ++-- src/qquicklayout.cpp | 4 ++-- src/qquicklayoutengine.cpp | 4 ++-- src/qquicklayoutengine_p.h | 4 ++-- src/qquicklinearlayout.h | 4 ++-- src/qrangemodel.cpp | 4 ++-- src/qrangemodel_p.h | 4 ++-- src/qstyleitem.h | 4 ++-- src/qstyleplugin.cpp | 4 ++-- src/qstyleplugin.h | 4 ++-- src/qtmenu.cpp | 4 ++-- src/qtmenubar.cpp | 4 ++-- src/qtmenubar.h | 4 ++-- src/qtmenuitem.cpp | 4 ++-- src/qtmenuitem.h | 4 ++-- src/qtsplitterbase.cpp | 4 ++-- src/qwheelarea.cpp | 4 ++-- src/qwheelarea.h | 4 ++-- 54 files changed, 108 insertions(+), 108 deletions(-) diff --git a/imports/QtDesktop/ApplicationWindow.qml b/imports/QtDesktop/ApplicationWindow.qml index 81842f33c..3c8b2dc65 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 7e2490d2e..11c79e4ab 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 f4364448e..cb97d64c1 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 479af2a3a..ae9faf585 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 83934c2db..8e90fa8b0 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 242217e65..9c100547b 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 01b393118..f2f7256fa 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 1c34e847e..abe751533 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 2b1d17621..77a4dee83 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 15458abb0..16dae479b 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 bf2b3f0ac..37691c5a4 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 3a0a27e20..eafed93c6 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 d6d5d32b0..cdcfd7bee 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 ce0ba0f24..ae51917a9 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 394c37fc8..e00e9f7a5 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 7fc189434..4aeb684da 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 e8ce07f97..063058788 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 c9c83d828..a56b167f4 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 1ddef404e..c362bd1fa 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 70d8bcc0e..f84181f22 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 51ae7ec2c..0e4b78254 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 bef2572e2..27b4266aa 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 2330a6411..03248a8e5 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 419bc42bf..2c22f8262 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 cc8d7bb61..3c9df9f84 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 a6ceaac84..2f9275081 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 c29ab8d00..21bd2e9b1 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 96cde1644..f3547e247 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 57a87a3eb..45d37df1c 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 bac46b7ce..d5c512633 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 c8f010c92..8a91d4f86 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 2acd15226..6bf4e6992 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 ffd253484..2e0134e9d 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 374d5f10b..6ecb352d9 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 c08121523..4ecde6c40 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 40d5cff8d..b4bc4dc86 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 2f9c9ecff..0e9e60751 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 918b307cc..a4f37e3b2 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 98cb95cee..6200d8a56 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 52284ade4..d81f1e9a4 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 1044b1992..762f1d05c 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 879ed6b05..0c0c8b66c 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 2f3c9abbd..8391c4f41 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 b2cc20c8a..364721a1b 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 0e2321c68..ae03d0403 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 aea336546..0c69123e7 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 dbdf39226..bbabaf715 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 9f52cb0a1..a3ef472a7 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 3375b69ac..7c84dcecf 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 d621161f0..afbf63cd3 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 e48b5abe7..d0e279bc7 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 806b1a1a5..3679c3749 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 4a8892dc4..88bed6583 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 19ec0a020..e91bac5b8 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. ** -- GitLab