aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/qtquick1/qtbinding/signals-qml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/snippets/qtquick1/qtbinding/signals-qml')
-rw-r--r--doc/src/snippets/qtquick1/qtbinding/signals-qml/MyItem.qml2
-rw-r--r--doc/src/snippets/qtquick1/qtbinding/signals-qml/main.cpp2
-rw-r--r--doc/src/snippets/qtquick1/qtbinding/signals-qml/myclass.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/snippets/qtquick1/qtbinding/signals-qml/MyItem.qml b/doc/src/snippets/qtquick1/qtbinding/signals-qml/MyItem.qml
index 4c9fbccab3..7a3e4f9581 100644
--- a/doc/src/snippets/qtquick1/qtbinding/signals-qml/MyItem.qml
+++ b/doc/src/snippets/qtquick1/qtbinding/signals-qml/MyItem.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 documentation of the Qt Toolkit.
@@ -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/qtquick1/qtbinding/signals-qml/main.cpp b/doc/src/snippets/qtquick1/qtbinding/signals-qml/main.cpp
index 80351d2829..084d5f0e4b 100644
--- a/doc/src/snippets/qtquick1/qtbinding/signals-qml/main.cpp
+++ b/doc/src/snippets/qtquick1/qtbinding/signals-qml/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 documentation of the Qt Toolkit.
@@ -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/qtquick1/qtbinding/signals-qml/myclass.h b/doc/src/snippets/qtquick1/qtbinding/signals-qml/myclass.h
index 72e7218cf0..6275de6b2c 100644
--- a/doc/src/snippets/qtquick1/qtbinding/signals-qml/myclass.h
+++ b/doc/src/snippets/qtquick1/qtbinding/signals-qml/myclass.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 documentation of the Qt Toolkit.
@@ -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$
**
****************************************************************************/