summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads')
-rw-r--r--examples/widgets/tutorials/threads/clock/clockthread.cpp2
-rw-r--r--examples/widgets/tutorials/threads/clock/clockthread.h2
-rw-r--r--examples/widgets/tutorials/threads/clock/main.cpp2
-rw-r--r--examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.cpp2
-rw-r--r--examples/widgets/tutorials/threads/hellothread/hellothread.cpp2
-rw-r--r--examples/widgets/tutorials/threads/hellothread/hellothread.h2
-rw-r--r--examples/widgets/tutorials/threads/hellothread/main.cpp2
-rw-r--r--examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.cpp2
-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
13 files changed, 13 insertions, 13 deletions
diff --git a/examples/widgets/tutorials/threads/clock/clockthread.cpp b/examples/widgets/tutorials/threads/clock/clockthread.cpp
index f232258d9e..5068a9b14a 100644
--- a/examples/widgets/tutorials/threads/clock/clockthread.cpp
+++ b/examples/widgets/tutorials/threads/clock/clockthread.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/clock/clockthread.h b/examples/widgets/tutorials/threads/clock/clockthread.h
index 677d0c6208..9d3b06ddd8 100644
--- a/examples/widgets/tutorials/threads/clock/clockthread.h
+++ b/examples/widgets/tutorials/threads/clock/clockthread.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/clock/main.cpp b/examples/widgets/tutorials/threads/clock/main.cpp
index f8671f3c3a..f90318027c 100644
--- a/examples/widgets/tutorials/threads/clock/main.cpp
+++ b/examples/widgets/tutorials/threads/clock/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/helloconcurrent/helloconcurrent.cpp b/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.cpp
index 2b2cb600bf..773c685ba0 100644
--- a/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.cpp
+++ b/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.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/hellothread/hellothread.cpp b/examples/widgets/tutorials/threads/hellothread/hellothread.cpp
index 4ece28a435..4395b0cb2b 100644
--- a/examples/widgets/tutorials/threads/hellothread/hellothread.cpp
+++ b/examples/widgets/tutorials/threads/hellothread/hellothread.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/hellothread/hellothread.h b/examples/widgets/tutorials/threads/hellothread/hellothread.h
index aa2933d26b..c2d8ad73ee 100644
--- a/examples/widgets/tutorials/threads/hellothread/hellothread.h
+++ b/examples/widgets/tutorials/threads/hellothread/hellothread.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/hellothread/main.cpp b/examples/widgets/tutorials/threads/hellothread/main.cpp
index a87e4fb35c..87660f97ee 100644
--- a/examples/widgets/tutorials/threads/hellothread/main.cpp
+++ b/examples/widgets/tutorials/threads/hellothread/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/hellothreadpool/hellothreadpool.cpp b/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.cpp
index 55a87f5074..f904159fe4 100644
--- a/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.cpp
+++ b/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.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/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.