aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/qtcreator/qtcomponents/Button.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ButtonRow.qml2
-rw-r--r--lib/qtcreator/qtcomponents/CheckBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ChoiceList.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ContextMenu.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Dial.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Frame.qml2
-rw-r--r--lib/qtcreator/qtcomponents/GroupBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Menu.qml2
-rw-r--r--lib/qtcreator/qtcomponents/MenuItem.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ProgressBar.qml2
-rw-r--r--lib/qtcreator/qtcomponents/RadioButton.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ScrollArea.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ScrollBar.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Slider.qml2
-rw-r--r--lib/qtcreator/qtcomponents/SpinBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/SplitterRow.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Switch.qml2
-rw-r--r--lib/qtcreator/qtcomponents/Tab.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TabBar.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TabFrame.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TableColumn.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TableView.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TextArea.qml2
-rw-r--r--lib/qtcreator/qtcomponents/TextField.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ToolBar.qml2
-rw-r--r--lib/qtcreator/qtcomponents/ToolButton.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/BasicButton.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/Button.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/ButtonColumn.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/ButtonRow.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/CheckBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/ChoiceList.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/GroupBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/ProgressBar.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/Slider.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/SpinBox.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/SplitterRow.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/TextField.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml2
-rw-r--r--lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml2
42 files changed, 42 insertions, 42 deletions
diff --git a/lib/qtcreator/qtcomponents/Button.qml b/lib/qtcreator/qtcomponents/Button.qml
index 58d273bf69..4ffb7dd72f 100644
--- a/lib/qtcreator/qtcomponents/Button.qml
+++ b/lib/qtcreator/qtcomponents/Button.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ButtonRow.qml b/lib/qtcreator/qtcomponents/ButtonRow.qml
index a4bc100050..9a752f4380 100644
--- a/lib/qtcreator/qtcomponents/ButtonRow.qml
+++ b/lib/qtcreator/qtcomponents/ButtonRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/CheckBox.qml b/lib/qtcreator/qtcomponents/CheckBox.qml
index 6975a5ef54..c414e521a1 100644
--- a/lib/qtcreator/qtcomponents/CheckBox.qml
+++ b/lib/qtcreator/qtcomponents/CheckBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ChoiceList.qml b/lib/qtcreator/qtcomponents/ChoiceList.qml
index 9025fb9d23..bad3556658 100644
--- a/lib/qtcreator/qtcomponents/ChoiceList.qml
+++ b/lib/qtcreator/qtcomponents/ChoiceList.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ContextMenu.qml b/lib/qtcreator/qtcomponents/ContextMenu.qml
index b31c0a0072..f377740640 100644
--- a/lib/qtcreator/qtcomponents/ContextMenu.qml
+++ b/lib/qtcreator/qtcomponents/ContextMenu.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Dial.qml b/lib/qtcreator/qtcomponents/Dial.qml
index b0fcbcab0e..9ba8edd49c 100644
--- a/lib/qtcreator/qtcomponents/Dial.qml
+++ b/lib/qtcreator/qtcomponents/Dial.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Frame.qml b/lib/qtcreator/qtcomponents/Frame.qml
index cbb4b60cae..9b825b6deb 100644
--- a/lib/qtcreator/qtcomponents/Frame.qml
+++ b/lib/qtcreator/qtcomponents/Frame.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/GroupBox.qml b/lib/qtcreator/qtcomponents/GroupBox.qml
index 0b7eb6be50..0adf4c6885 100644
--- a/lib/qtcreator/qtcomponents/GroupBox.qml
+++ b/lib/qtcreator/qtcomponents/GroupBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Menu.qml b/lib/qtcreator/qtcomponents/Menu.qml
index cc01bf7f0d..8d8b758f53 100644
--- a/lib/qtcreator/qtcomponents/Menu.qml
+++ b/lib/qtcreator/qtcomponents/Menu.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/MenuItem.qml b/lib/qtcreator/qtcomponents/MenuItem.qml
index c001050f5a..eb5a144123 100644
--- a/lib/qtcreator/qtcomponents/MenuItem.qml
+++ b/lib/qtcreator/qtcomponents/MenuItem.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ProgressBar.qml b/lib/qtcreator/qtcomponents/ProgressBar.qml
index 16cb23414b..d30fdafbfe 100644
--- a/lib/qtcreator/qtcomponents/ProgressBar.qml
+++ b/lib/qtcreator/qtcomponents/ProgressBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/RadioButton.qml b/lib/qtcreator/qtcomponents/RadioButton.qml
index efda634c05..90853b1018 100644
--- a/lib/qtcreator/qtcomponents/RadioButton.qml
+++ b/lib/qtcreator/qtcomponents/RadioButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ScrollArea.qml b/lib/qtcreator/qtcomponents/ScrollArea.qml
index a32eaf8365..9c43991558 100644
--- a/lib/qtcreator/qtcomponents/ScrollArea.qml
+++ b/lib/qtcreator/qtcomponents/ScrollArea.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ScrollBar.qml b/lib/qtcreator/qtcomponents/ScrollBar.qml
index 548a8f4256..6d42393f4e 100644
--- a/lib/qtcreator/qtcomponents/ScrollBar.qml
+++ b/lib/qtcreator/qtcomponents/ScrollBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Slider.qml b/lib/qtcreator/qtcomponents/Slider.qml
index a52cba7b44..72306e209f 100644
--- a/lib/qtcreator/qtcomponents/Slider.qml
+++ b/lib/qtcreator/qtcomponents/Slider.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/SpinBox.qml b/lib/qtcreator/qtcomponents/SpinBox.qml
index 7405a486bb..6ff6f529ef 100644
--- a/lib/qtcreator/qtcomponents/SpinBox.qml
+++ b/lib/qtcreator/qtcomponents/SpinBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/SplitterRow.qml b/lib/qtcreator/qtcomponents/SplitterRow.qml
index 663777618e..404b310178 100644
--- a/lib/qtcreator/qtcomponents/SplitterRow.qml
+++ b/lib/qtcreator/qtcomponents/SplitterRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Switch.qml b/lib/qtcreator/qtcomponents/Switch.qml
index 525c654d55..6eae3fb753 100644
--- a/lib/qtcreator/qtcomponents/Switch.qml
+++ b/lib/qtcreator/qtcomponents/Switch.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/Tab.qml b/lib/qtcreator/qtcomponents/Tab.qml
index 29be95f933..fa1aea6ea5 100644
--- a/lib/qtcreator/qtcomponents/Tab.qml
+++ b/lib/qtcreator/qtcomponents/Tab.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TabBar.qml b/lib/qtcreator/qtcomponents/TabBar.qml
index 9f817bddcc..c824ab1ea9 100644
--- a/lib/qtcreator/qtcomponents/TabBar.qml
+++ b/lib/qtcreator/qtcomponents/TabBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TabFrame.qml b/lib/qtcreator/qtcomponents/TabFrame.qml
index 7f59c9846f..6e5f1f88bc 100644
--- a/lib/qtcreator/qtcomponents/TabFrame.qml
+++ b/lib/qtcreator/qtcomponents/TabFrame.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TableColumn.qml b/lib/qtcreator/qtcomponents/TableColumn.qml
index c3c3f682d6..5587390c59 100644
--- a/lib/qtcreator/qtcomponents/TableColumn.qml
+++ b/lib/qtcreator/qtcomponents/TableColumn.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TableView.qml b/lib/qtcreator/qtcomponents/TableView.qml
index cbd71dd55b..613088739b 100644
--- a/lib/qtcreator/qtcomponents/TableView.qml
+++ b/lib/qtcreator/qtcomponents/TableView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TextArea.qml b/lib/qtcreator/qtcomponents/TextArea.qml
index 98af7e7172..de4565e89f 100644
--- a/lib/qtcreator/qtcomponents/TextArea.qml
+++ b/lib/qtcreator/qtcomponents/TextArea.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/TextField.qml b/lib/qtcreator/qtcomponents/TextField.qml
index 174b7e428e..7740e6a65f 100644
--- a/lib/qtcreator/qtcomponents/TextField.qml
+++ b/lib/qtcreator/qtcomponents/TextField.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ToolBar.qml b/lib/qtcreator/qtcomponents/ToolBar.qml
index 106c9cd112..9492c505a4 100644
--- a/lib/qtcreator/qtcomponents/ToolBar.qml
+++ b/lib/qtcreator/qtcomponents/ToolBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/ToolButton.qml b/lib/qtcreator/qtcomponents/ToolButton.qml
index 6436f4784a..64b236059e 100644
--- a/lib/qtcreator/qtcomponents/ToolButton.qml
+++ b/lib/qtcreator/qtcomponents/ToolButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/BasicButton.qml b/lib/qtcreator/qtcomponents/custom/BasicButton.qml
index 19d6a7b68f..3b09fe3551 100644
--- a/lib/qtcreator/qtcomponents/custom/BasicButton.qml
+++ b/lib/qtcreator/qtcomponents/custom/BasicButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/Button.qml b/lib/qtcreator/qtcomponents/custom/Button.qml
index e259d44dbf..45a1445d26 100644
--- a/lib/qtcreator/qtcomponents/custom/Button.qml
+++ b/lib/qtcreator/qtcomponents/custom/Button.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml b/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
index deba8cdc64..b205a586b1 100644
--- a/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
+++ b/lib/qtcreator/qtcomponents/custom/ButtonColumn.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/ButtonRow.qml b/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
index 886e65976c..aa4fd323af 100644
--- a/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
+++ b/lib/qtcreator/qtcomponents/custom/ButtonRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/CheckBox.qml b/lib/qtcreator/qtcomponents/custom/CheckBox.qml
index b4916bb95c..93449014d6 100644
--- a/lib/qtcreator/qtcomponents/custom/CheckBox.qml
+++ b/lib/qtcreator/qtcomponents/custom/CheckBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/ChoiceList.qml b/lib/qtcreator/qtcomponents/custom/ChoiceList.qml
index b3472801d4..dcb7416dc1 100644
--- a/lib/qtcreator/qtcomponents/custom/ChoiceList.qml
+++ b/lib/qtcreator/qtcomponents/custom/ChoiceList.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/GroupBox.qml b/lib/qtcreator/qtcomponents/custom/GroupBox.qml
index f62bed33c6..db4250bdfe 100644
--- a/lib/qtcreator/qtcomponents/custom/GroupBox.qml
+++ b/lib/qtcreator/qtcomponents/custom/GroupBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/ProgressBar.qml b/lib/qtcreator/qtcomponents/custom/ProgressBar.qml
index 81eb59d8b4..73323993cd 100644
--- a/lib/qtcreator/qtcomponents/custom/ProgressBar.qml
+++ b/lib/qtcreator/qtcomponents/custom/ProgressBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/Slider.qml b/lib/qtcreator/qtcomponents/custom/Slider.qml
index cda431cf96..1f6d94660a 100644
--- a/lib/qtcreator/qtcomponents/custom/Slider.qml
+++ b/lib/qtcreator/qtcomponents/custom/Slider.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/SpinBox.qml b/lib/qtcreator/qtcomponents/custom/SpinBox.qml
index b027457c66..aa67c6e8ed 100644
--- a/lib/qtcreator/qtcomponents/custom/SpinBox.qml
+++ b/lib/qtcreator/qtcomponents/custom/SpinBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/SplitterRow.qml b/lib/qtcreator/qtcomponents/custom/SplitterRow.qml
index 63f2861d7d..f0ac9838fe 100644
--- a/lib/qtcreator/qtcomponents/custom/SplitterRow.qml
+++ b/lib/qtcreator/qtcomponents/custom/SplitterRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/TextField.qml b/lib/qtcreator/qtcomponents/custom/TextField.qml
index 15ed9741e8..473cb5db1a 100644
--- a/lib/qtcreator/qtcomponents/custom/TextField.qml
+++ b/lib/qtcreator/qtcomponents/custom/TextField.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml b/lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml
index bd8dc017d5..10d959466d 100644
--- a/lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml
+++ b/lib/qtcreator/qtcomponents/custom/behaviors/ButtonBehavior.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml b/lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml
index 4682a7a0d1..9e32d70a1b 100644
--- a/lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml
+++ b/lib/qtcreator/qtcomponents/custom/behaviors/ModalPopupBehavior.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml b/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
index 5f812add13..c8b66e3552 100644
--- a/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
+++ b/lib/qtcreator/qtcomponents/custom/private/ChoiceListPopup.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.