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 f232258d9ed..5068a9b14a2 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 677d0c62084..9d3b06ddd8f 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 f8671f3c3ac..f90318027c0 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 2b2cb600bff..773c685ba0f 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 4ece28a4355..4395b0cb2b6 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 aa2933d26b8..c2d8ad73eef 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 a87e4fb35ce..87660f97ee1 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 55a87f50745..f904159fe44 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 273d2682859..2894707fda3 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 0005a4496c1..2b6c2ffbd61 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 2421a7e4d78..e95d480ca8a 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 354c5e07436..a630042f9a7 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 abcd175e072..251a935282b 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.