summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/movedobject
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/movedobject')
-rw-r--r--examples/widgets/tutorials/threads/movedobject/main.cpp2
-rw-r--r--examples/widgets/tutorials/threads/movedobject/thread.cpp2
-rw-r--r--examples/widgets/tutorials/threads/movedobject/thread.h2
-rw-r--r--examples/widgets/tutorials/threads/movedobject/workerobject.cpp2
-rw-r--r--examples/widgets/tutorials/threads/movedobject/workerobject.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/widgets/tutorials/threads/movedobject/main.cpp b/examples/widgets/tutorials/threads/movedobject/main.cpp
index 273d268285..2894707fda 100644
--- a/examples/widgets/tutorials/threads/movedobject/main.cpp
+++ b/examples/widgets/tutorials/threads/movedobject/main.cpp
@@ -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 examples of the Qt Toolkit.
diff --git a/examples/widgets/tutorials/threads/movedobject/thread.cpp b/examples/widgets/tutorials/threads/movedobject/thread.cpp
index 0005a4496c..2b6c2ffbd6 100644
--- a/examples/widgets/tutorials/threads/movedobject/thread.cpp
+++ b/examples/widgets/tutorials/threads/movedobject/thread.cpp
@@ -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 examples of the Qt Toolkit.
diff --git a/examples/widgets/tutorials/threads/movedobject/thread.h b/examples/widgets/tutorials/threads/movedobject/thread.h
index 2421a7e4d7..e95d480ca8 100644
--- a/examples/widgets/tutorials/threads/movedobject/thread.h
+++ b/examples/widgets/tutorials/threads/movedobject/thread.h
@@ -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 examples of the Qt Toolkit.
diff --git a/examples/widgets/tutorials/threads/movedobject/workerobject.cpp b/examples/widgets/tutorials/threads/movedobject/workerobject.cpp
index 354c5e0743..a630042f9a 100644
--- a/examples/widgets/tutorials/threads/movedobject/workerobject.cpp
+++ b/examples/widgets/tutorials/threads/movedobject/workerobject.cpp
@@ -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 examples of the Qt Toolkit.
diff --git a/examples/widgets/tutorials/threads/movedobject/workerobject.h b/examples/widgets/tutorials/threads/movedobject/workerobject.h
index abcd175e07..251a935282 100644
--- a/examples/widgets/tutorials/threads/movedobject/workerobject.h
+++ b/examples/widgets/tutorials/threads/movedobject/workerobject.h
@@ -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 examples of the Qt Toolkit.