summaryrefslogtreecommitdiffstats
path: root/src/doc/src/examples
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/examples')
-rw-r--r--src/doc/src/examples/qml-calculator.qdoc2
-rw-r--r--src/doc/src/examples/qml-examples.qdoc2
-rw-r--r--src/doc/src/examples/qml-extending.qdoc4
-rw-r--r--src/doc/src/examples/qml-flickr.qdoc2
-rw-r--r--src/doc/src/examples/qml-folderlistmodel.qdoc2
-rw-r--r--src/doc/src/examples/qml-minehunt.qdoc2
-rw-r--r--src/doc/src/examples/qml-photoviewer.qdoc2
-rw-r--r--src/doc/src/examples/qml-rssnews.qdoc2
-rw-r--r--src/doc/src/examples/qml-samegame.qdoc2
-rw-r--r--src/doc/src/examples/qml-snake.qdoc2
-rw-r--r--src/doc/src/examples/qml-twitter.qdoc2
-rw-r--r--src/doc/src/examples/qml-webbrowser.qdoc2
12 files changed, 13 insertions, 13 deletions
diff --git a/src/doc/src/examples/qml-calculator.qdoc b/src/doc/src/examples/qml-calculator.qdoc
index 0bb918c6..c134a405 100644
--- a/src/doc/src/examples/qml-calculator.qdoc
+++ b/src/doc/src/examples/qml-calculator.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-examples.qdoc b/src/doc/src/examples/qml-examples.qdoc
index 3975955a..d0ea521c 100644
--- a/src/doc/src/examples/qml-examples.qdoc
+++ b/src/doc/src/examples/qml-examples.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-extending.qdoc b/src/doc/src/examples/qml-extending.qdoc
index b36d6568..68ed2936 100644
--- a/src/doc/src/examples/qml-extending.qdoc
+++ b/src/doc/src/examples/qml-extending.qdoc
@@ -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 the documentation of the Qt Toolkit.
@@ -137,7 +137,7 @@ behavior.
\section2 Define People as a base class
-The implementation of the People class itself has not changed since the the
+The implementation of the People class itself has not changed since the
previous example. However, as we have repurposed the People class as a common
base for Boy and Girl, we want to prevent it from being instantiated from QML
directly - an explicit Boy or Girl should be instantiated instead.
diff --git a/src/doc/src/examples/qml-flickr.qdoc b/src/doc/src/examples/qml-flickr.qdoc
index 52098ada..7fdd316b 100644
--- a/src/doc/src/examples/qml-flickr.qdoc
+++ b/src/doc/src/examples/qml-flickr.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-folderlistmodel.qdoc b/src/doc/src/examples/qml-folderlistmodel.qdoc
index 21aa6f64..1fdbc1b3 100644
--- a/src/doc/src/examples/qml-folderlistmodel.qdoc
+++ b/src/doc/src/examples/qml-folderlistmodel.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-minehunt.qdoc b/src/doc/src/examples/qml-minehunt.qdoc
index c52f6dd5..f3f96a75 100644
--- a/src/doc/src/examples/qml-minehunt.qdoc
+++ b/src/doc/src/examples/qml-minehunt.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-photoviewer.qdoc b/src/doc/src/examples/qml-photoviewer.qdoc
index b254c35c..969b95df 100644
--- a/src/doc/src/examples/qml-photoviewer.qdoc
+++ b/src/doc/src/examples/qml-photoviewer.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-rssnews.qdoc b/src/doc/src/examples/qml-rssnews.qdoc
index fa39db5d..a634d6e8 100644
--- a/src/doc/src/examples/qml-rssnews.qdoc
+++ b/src/doc/src/examples/qml-rssnews.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-samegame.qdoc b/src/doc/src/examples/qml-samegame.qdoc
index c7391911..277b5aec 100644
--- a/src/doc/src/examples/qml-samegame.qdoc
+++ b/src/doc/src/examples/qml-samegame.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-snake.qdoc b/src/doc/src/examples/qml-snake.qdoc
index cfa1b86f..96a89c61 100644
--- a/src/doc/src/examples/qml-snake.qdoc
+++ b/src/doc/src/examples/qml-snake.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-twitter.qdoc b/src/doc/src/examples/qml-twitter.qdoc
index da78ac6a..e43d516e 100644
--- a/src/doc/src/examples/qml-twitter.qdoc
+++ b/src/doc/src/examples/qml-twitter.qdoc
@@ -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 the documentation of the Qt Toolkit.
diff --git a/src/doc/src/examples/qml-webbrowser.qdoc b/src/doc/src/examples/qml-webbrowser.qdoc
index 87fb73fa..f9efb82b 100644
--- a/src/doc/src/examples/qml-webbrowser.qdoc
+++ b/src/doc/src/examples/qml-webbrowser.qdoc
@@ -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 the documentation of the Qt Toolkit.