summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2012-01-24 15:46:50 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-30 07:08:37 +0100
commit55420a8900ea9f8f71cdd5cd3a3ac6fe5d96edc8 (patch)
tree9c49d49a1cd78b1b2cc6e1cd2e222f571f572a8e
parent61ac28c4882b7ae3110d0e536910a344e7b3a515 (diff)
Remove "All rights reserved" line from license headers.
As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I31a62a888eb75c9a64bf2ce47fc39fc8f5112ece Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
-rw-r--r--doc/src/examples/hapticsplayer.qdoc2
-rw-r--r--doc/src/examples/hapticsquare.qdoc2
-rw-r--r--doc/src/index.qdoc2
-rw-r--r--doc/src/legal/3rdparty.qdoc2
-rw-r--r--doc/src/legal/editions.qdoc2
-rw-r--r--doc/src/legal/gpl.qdoc2
-rw-r--r--doc/src/legal/opensourceedition.qdoc2
-rw-r--r--doc/src/legal/trademarks.qdoc2
-rw-r--r--doc/src/plugins/qml-feedback.qdoc2
-rw-r--r--doc/src/snippets/code/doc_src_lgpl.qdoc2
-rw-r--r--doc/src/snippets/declarative/declarative-feedback.qml2
-rw-r--r--doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp2
-rw-r--r--examples/hapticsplayer/hapticsplayer.cpp2
-rw-r--r--examples/hapticsplayer/hapticsplayer.h2
-rw-r--r--examples/hapticsplayer/main.cpp2
-rw-r--r--examples/hapticsquare/hapticbutton.cpp2
-rw-r--r--examples/hapticsquare/hapticbutton.h2
-rw-r--r--examples/hapticsquare/hapticsquare.cpp2
-rw-r--r--examples/hapticsquare/hapticsquare.h2
-rw-r--r--examples/hapticsquare/main.cpp2
-rw-r--r--src/feedback/qfeedbackactuator.cpp2
-rw-r--r--src/feedback/qfeedbackactuator.h2
-rw-r--r--src/feedback/qfeedbackeffect.cpp2
-rw-r--r--src/feedback/qfeedbackeffect.h2
-rw-r--r--src/feedback/qfeedbackeffect_p.h2
-rw-r--r--src/feedback/qfeedbackglobal.h2
-rw-r--r--src/feedback/qfeedbackplugin.cpp2
-rw-r--r--src/feedback/qfeedbackplugin_p.h2
-rw-r--r--src/feedback/qfeedbackplugininterfaces.h2
-rw-r--r--src/feedback/qmobilitypluginsearch.h2
-rw-r--r--src/imports/feedback/plugin.cpp2
-rw-r--r--src/imports/feedback/qdeclarativefeedbackactuator.cpp2
-rw-r--r--src/imports/feedback/qdeclarativefeedbackactuator_p.h2
-rw-r--r--src/imports/feedback/qdeclarativefeedbackeffect.cpp2
-rw-r--r--src/imports/feedback/qdeclarativefeedbackeffect_p.h2
-rw-r--r--src/imports/feedback/qdeclarativefileeffect.cpp2
-rw-r--r--src/imports/feedback/qdeclarativefileeffect_p.h2
-rw-r--r--src/imports/feedback/qdeclarativehapticseffect.cpp2
-rw-r--r--src/imports/feedback/qdeclarativehapticseffect_p.h2
-rw-r--r--src/imports/feedback/qdeclarativethemeeffect.cpp2
-rw-r--r--src/imports/feedback/qdeclarativethemeeffect_p.h2
-rw-r--r--src/plugins/feedback/immersion/qfeedback.cpp2
-rw-r--r--src/plugins/feedback/immersion/qfeedback.h2
-rw-r--r--src/plugins/feedback/meegotouch/qfeedback.cpp2
-rw-r--r--src/plugins/feedback/meegotouch/qfeedback.h2
-rw-r--r--src/plugins/feedback/mmk/qfeedback.cpp2
-rw-r--r--src/plugins/feedback/mmk/qfeedback.h2
-rw-r--r--src/plugins/feedback/symbian/qfeedback_chwrmhaptics.cpp2
-rw-r--r--src/plugins/feedback/symbian/qfeedback_chwrmvibra.cpp2
-rw-r--r--src/plugins/feedback/symbian/qfeedback_symbian.cpp2
-rw-r--r--src/plugins/feedback/symbian/qfeedback_symbian.h2
-rw-r--r--src/plugins/feedback/symbian/qfeedback_themed.cpp2
-rw-r--r--tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp2
-rw-r--r--tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp2
-rw-r--r--tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp2
-rw-r--r--tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp2
-rw-r--r--tests/auto/qfeedbacknoplugins/tst_qfeedbacknoplugins.cpp2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp2
-rw-r--r--tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h2
-rw-r--r--tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp2
64 files changed, 64 insertions, 64 deletions
diff --git a/doc/src/examples/hapticsplayer.qdoc b/doc/src/examples/hapticsplayer.qdoc
index 5c9bfac..3d98b3b 100644
--- a/doc/src/examples/hapticsplayer.qdoc
+++ b/doc/src/examples/hapticsplayer.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,6 +20,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/examples/hapticsquare.qdoc b/doc/src/examples/hapticsquare.qdoc
index ec905df..9631619 100644
--- a/doc/src/examples/hapticsquare.qdoc
+++ b/doc/src/examples/hapticsquare.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,6 +20,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/index.qdoc b/doc/src/index.qdoc
index e899132..956ca20 100644
--- a/doc/src/index.qdoc
+++ b/doc/src/index.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,6 +20,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/legal/3rdparty.qdoc b/doc/src/legal/3rdparty.qdoc
index a7e42a1..ab26835 100644
--- a/doc/src/legal/3rdparty.qdoc
+++ b/doc/src/legal/3rdparty.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/legal/editions.qdoc b/doc/src/legal/editions.qdoc
index 2732334..4d9d45d 100644
--- a/doc/src/legal/editions.qdoc
+++ b/doc/src/legal/editions.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/legal/gpl.qdoc b/doc/src/legal/gpl.qdoc
index 8e41532..9153b2e 100644
--- a/doc/src/legal/gpl.qdoc
+++ b/doc/src/legal/gpl.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/legal/opensourceedition.qdoc b/doc/src/legal/opensourceedition.qdoc
index 0081097..9cab55f 100644
--- a/doc/src/legal/opensourceedition.qdoc
+++ b/doc/src/legal/opensourceedition.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/legal/trademarks.qdoc b/doc/src/legal/trademarks.qdoc
index 621b87f..e45d938 100644
--- a/doc/src/legal/trademarks.qdoc
+++ b/doc/src/legal/trademarks.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/plugins/qml-feedback.qdoc b/doc/src/plugins/qml-feedback.qdoc
index 862830f..1167f65 100644
--- a/doc/src/plugins/qml-feedback.qdoc
+++ b/doc/src/plugins/qml-feedback.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,6 +20,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/snippets/code/doc_src_lgpl.qdoc b/doc/src/snippets/code/doc_src_lgpl.qdoc
index 6d9c99e..f07b93c 100644
--- a/doc/src/snippets/code/doc_src_lgpl.qdoc
+++ b/doc/src/snippets/code/doc_src_lgpl.qdoc
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/snippets/declarative/declarative-feedback.qml b/doc/src/snippets/declarative/declarative-feedback.qml
index 81e040c..3b18258 100644
--- a/doc/src/snippets/declarative/declarative-feedback.qml
+++ b/doc/src/snippets/declarative/declarative-feedback.qml
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp b/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
index de9f2f4..1216ae1 100644
--- a/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
+++ b/doc/src/snippets/qtfeedbackdocsample/qtfeedbackdocsample.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsplayer/hapticsplayer.cpp b/examples/hapticsplayer/hapticsplayer.cpp
index 5daed9e..3663ae5 100644
--- a/examples/hapticsplayer/hapticsplayer.cpp
+++ b/examples/hapticsplayer/hapticsplayer.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Feedback.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsplayer/hapticsplayer.h b/examples/hapticsplayer/hapticsplayer.h
index b305634..07569dc 100644
--- a/examples/hapticsplayer/hapticsplayer.h
+++ b/examples/hapticsplayer/hapticsplayer.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Feedback.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsplayer/main.cpp b/examples/hapticsplayer/main.cpp
index 25516e3..391dc6d 100644
--- a/examples/hapticsplayer/main.cpp
+++ b/examples/hapticsplayer/main.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Feedback.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsquare/hapticbutton.cpp b/examples/hapticsquare/hapticbutton.cpp
index 2e8413d..00517be 100644
--- a/examples/hapticsquare/hapticbutton.cpp
+++ b/examples/hapticsquare/hapticbutton.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Feedback.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsquare/hapticbutton.h b/examples/hapticsquare/hapticbutton.h
index 5a2b24a..b13be8b 100644
--- a/examples/hapticsquare/hapticbutton.h
+++ b/examples/hapticsquare/hapticbutton.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Feedback.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsquare/hapticsquare.cpp b/examples/hapticsquare/hapticsquare.cpp
index 4c0a8c3..95b4630 100644
--- a/examples/hapticsquare/hapticsquare.cpp
+++ b/examples/hapticsquare/hapticsquare.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Mobility Components.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsquare/hapticsquare.h b/examples/hapticsquare/hapticsquare.h
index de6ad71..4068603 100644
--- a/examples/hapticsquare/hapticsquare.h
+++ b/examples/hapticsquare/hapticsquare.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Mobility Components.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/hapticsquare/main.cpp b/examples/hapticsquare/main.cpp
index e040865..19315ce 100644
--- a/examples/hapticsquare/main.cpp
+++ b/examples/hapticsquare/main.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the examples of the Qt Mobility Components.
@@ -34,6 +33,7 @@
** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackactuator.cpp b/src/feedback/qfeedbackactuator.cpp
index 6b2670f..c266f70 100644
--- a/src/feedback/qfeedbackactuator.cpp
+++ b/src/feedback/qfeedbackactuator.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackactuator.h b/src/feedback/qfeedbackactuator.h
index 0dc3cfe..53147da 100644
--- a/src/feedback/qfeedbackactuator.h
+++ b/src/feedback/qfeedbackactuator.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackeffect.cpp b/src/feedback/qfeedbackeffect.cpp
index 081751a..f8fa58f 100644
--- a/src/feedback/qfeedbackeffect.cpp
+++ b/src/feedback/qfeedbackeffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackeffect.h b/src/feedback/qfeedbackeffect.h
index b5f4836..99f8557 100644
--- a/src/feedback/qfeedbackeffect.h
+++ b/src/feedback/qfeedbackeffect.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackeffect_p.h b/src/feedback/qfeedbackeffect_p.h
index 0efab10..32c7619 100644
--- a/src/feedback/qfeedbackeffect_p.h
+++ b/src/feedback/qfeedbackeffect_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackglobal.h b/src/feedback/qfeedbackglobal.h
index 83a3b13..038bc8c 100644
--- a/src/feedback/qfeedbackglobal.h
+++ b/src/feedback/qfeedbackglobal.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackplugin.cpp b/src/feedback/qfeedbackplugin.cpp
index 2d29be7..9b739ed 100644
--- a/src/feedback/qfeedbackplugin.cpp
+++ b/src/feedback/qfeedbackplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackplugin_p.h b/src/feedback/qfeedbackplugin_p.h
index 07037ad..216dd14 100644
--- a/src/feedback/qfeedbackplugin_p.h
+++ b/src/feedback/qfeedbackplugin_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qfeedbackplugininterfaces.h b/src/feedback/qfeedbackplugininterfaces.h
index 905164c..a2141a1 100644
--- a/src/feedback/qfeedbackplugininterfaces.h
+++ b/src/feedback/qfeedbackplugininterfaces.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/feedback/qmobilitypluginsearch.h b/src/feedback/qmobilitypluginsearch.h
index 44eb4ef..c34c279 100644
--- a/src/feedback/qmobilitypluginsearch.h
+++ b/src/feedback/qmobilitypluginsearch.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/plugin.cpp b/src/imports/feedback/plugin.cpp
index 3a0e529..229f993 100644
--- a/src/imports/feedback/plugin.cpp
+++ b/src/imports/feedback/plugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefeedbackactuator.cpp b/src/imports/feedback/qdeclarativefeedbackactuator.cpp
index e1305c2..ad962c2 100644
--- a/src/imports/feedback/qdeclarativefeedbackactuator.cpp
+++ b/src/imports/feedback/qdeclarativefeedbackactuator.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefeedbackactuator_p.h b/src/imports/feedback/qdeclarativefeedbackactuator_p.h
index cbbd79d..bf18608 100644
--- a/src/imports/feedback/qdeclarativefeedbackactuator_p.h
+++ b/src/imports/feedback/qdeclarativefeedbackactuator_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefeedbackeffect.cpp b/src/imports/feedback/qdeclarativefeedbackeffect.cpp
index 6ab380b..c8a767d 100644
--- a/src/imports/feedback/qdeclarativefeedbackeffect.cpp
+++ b/src/imports/feedback/qdeclarativefeedbackeffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefeedbackeffect_p.h b/src/imports/feedback/qdeclarativefeedbackeffect_p.h
index e856049..a0e2673 100644
--- a/src/imports/feedback/qdeclarativefeedbackeffect_p.h
+++ b/src/imports/feedback/qdeclarativefeedbackeffect_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefileeffect.cpp b/src/imports/feedback/qdeclarativefileeffect.cpp
index 12d1de8..c5d2232 100644
--- a/src/imports/feedback/qdeclarativefileeffect.cpp
+++ b/src/imports/feedback/qdeclarativefileeffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativefileeffect_p.h b/src/imports/feedback/qdeclarativefileeffect_p.h
index 8e1030c..fe25e3e 100644
--- a/src/imports/feedback/qdeclarativefileeffect_p.h
+++ b/src/imports/feedback/qdeclarativefileeffect_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativehapticseffect.cpp b/src/imports/feedback/qdeclarativehapticseffect.cpp
index 2ac6a2d..4654edc 100644
--- a/src/imports/feedback/qdeclarativehapticseffect.cpp
+++ b/src/imports/feedback/qdeclarativehapticseffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativehapticseffect_p.h b/src/imports/feedback/qdeclarativehapticseffect_p.h
index 8e013e3..109aca9 100644
--- a/src/imports/feedback/qdeclarativehapticseffect_p.h
+++ b/src/imports/feedback/qdeclarativehapticseffect_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativethemeeffect.cpp b/src/imports/feedback/qdeclarativethemeeffect.cpp
index bdff525..dde4ee2 100644
--- a/src/imports/feedback/qdeclarativethemeeffect.cpp
+++ b/src/imports/feedback/qdeclarativethemeeffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/imports/feedback/qdeclarativethemeeffect_p.h b/src/imports/feedback/qdeclarativethemeeffect_p.h
index e88db88..b7c547e 100644
--- a/src/imports/feedback/qdeclarativethemeeffect_p.h
+++ b/src/imports/feedback/qdeclarativethemeeffect_p.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/immersion/qfeedback.cpp b/src/plugins/feedback/immersion/qfeedback.cpp
index 0cb6328..437627c 100644
--- a/src/plugins/feedback/immersion/qfeedback.cpp
+++ b/src/plugins/feedback/immersion/qfeedback.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/immersion/qfeedback.h b/src/plugins/feedback/immersion/qfeedback.h
index ad7fed3..adaadee 100644
--- a/src/plugins/feedback/immersion/qfeedback.h
+++ b/src/plugins/feedback/immersion/qfeedback.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the QtFeedback module of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/meegotouch/qfeedback.cpp b/src/plugins/feedback/meegotouch/qfeedback.cpp
index d1a82d6..1890d72 100644
--- a/src/plugins/feedback/meegotouch/qfeedback.cpp
+++ b/src/plugins/feedback/meegotouch/qfeedback.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/meegotouch/qfeedback.h b/src/plugins/feedback/meegotouch/qfeedback.h
index 95f156b..3c9be8d 100644
--- a/src/plugins/feedback/meegotouch/qfeedback.h
+++ b/src/plugins/feedback/meegotouch/qfeedback.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/mmk/qfeedback.cpp b/src/plugins/feedback/mmk/qfeedback.cpp
index 418d304..4c2c10b 100644
--- a/src/plugins/feedback/mmk/qfeedback.cpp
+++ b/src/plugins/feedback/mmk/qfeedback.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/mmk/qfeedback.h b/src/plugins/feedback/mmk/qfeedback.h
index 5fb43fb..254106a 100644
--- a/src/plugins/feedback/mmk/qfeedback.h
+++ b/src/plugins/feedback/mmk/qfeedback.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/symbian/qfeedback_chwrmhaptics.cpp b/src/plugins/feedback/symbian/qfeedback_chwrmhaptics.cpp
index e34fe6a..0a723fa 100644
--- a/src/plugins/feedback/symbian/qfeedback_chwrmhaptics.cpp
+++ b/src/plugins/feedback/symbian/qfeedback_chwrmhaptics.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/symbian/qfeedback_chwrmvibra.cpp b/src/plugins/feedback/symbian/qfeedback_chwrmvibra.cpp
index 4dee2f2..2ffa502 100644
--- a/src/plugins/feedback/symbian/qfeedback_chwrmvibra.cpp
+++ b/src/plugins/feedback/symbian/qfeedback_chwrmvibra.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/symbian/qfeedback_symbian.cpp b/src/plugins/feedback/symbian/qfeedback_symbian.cpp
index 5f50621..42853f8 100644
--- a/src/plugins/feedback/symbian/qfeedback_symbian.cpp
+++ b/src/plugins/feedback/symbian/qfeedback_symbian.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/symbian/qfeedback_symbian.h b/src/plugins/feedback/symbian/qfeedback_symbian.h
index 9c41a42..402d5e8 100644
--- a/src/plugins/feedback/symbian/qfeedback_symbian.h
+++ b/src/plugins/feedback/symbian/qfeedback_symbian.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/plugins/feedback/symbian/qfeedback_themed.cpp b/src/plugins/feedback/symbian/qfeedback_themed.cpp
index 4d75b19..8605a20 100644
--- a/src/plugins/feedback/symbian/qfeedback_themed.cpp
+++ b/src/plugins/feedback/symbian/qfeedback_themed.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp b/tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp
index 1308b39..13cb4be 100644
--- a/tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp
+++ b/tests/auto/qdeclarativefeedback/tst_qdeclarativefeedback.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp b/tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp
index 5909507..2320762 100644
--- a/tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp
+++ b/tests/auto/qfeedbackactuator/tst_qfeedbackactuator.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp b/tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp
index e3393dc..0a244bf 100644
--- a/tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp
+++ b/tests/auto/qfeedbackhapticseffect/tst_qfeedbackhapticseffect.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp b/tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp
index e5a1787..dba1a67 100644
--- a/tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp
+++ b/tests/auto/qfeedbackmmk/tst_qfeedbackmmk.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbacknoplugins/tst_qfeedbacknoplugins.cpp b/tests/auto/qfeedbacknoplugins/tst_qfeedbacknoplugins.cpp
index e8071ff..7a63f8f 100644
--- a/tests/auto/qfeedbacknoplugins/tst_qfeedbacknoplugins.cpp
+++ b/tests/auto/qfeedbacknoplugins/tst_qfeedbacknoplugins.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the test suite of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp
index d9b9f39..0f7a0cd 100644
--- a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp
+++ b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
index 652daaa..c3bd9e7 100644
--- a/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
+++ b/tests/auto/qfeedbackplugin/testplugin/qfeedbacktestplugin.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp b/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp
index 3d9245a..7522c4a 100644
--- a/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp
+++ b/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h b/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h
index ea226bc..de24dd9 100644
--- a/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h
+++ b/tests/auto/qfeedbackplugin/testplugin2/qfeedbacktestplugin.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp b/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp
index fcc9859..b31065e 100644
--- a/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp
+++ b/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h b/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h
index 9a3099c..ddd32c8 100644
--- a/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h
+++ b/tests/auto/qfeedbackplugin/testplugin3/qfeedbacktestplugin.h
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the Qt Mobility Components.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp b/tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp
index ada3bfc..b12efba 100644
--- a/tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp
+++ b/tests/auto/qfeedbackplugin/unittest/tst_qfeedbackplugin.cpp
@@ -1,7 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
** Contact: http://www.qt-project.org/
**
** This file is part of the test suite of the Qt Toolkit.
@@ -35,6 +34,7 @@
**
**
**
+**
** $QT_END_LICENSE$
**
****************************************************************************/