aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo
diff options
context:
space:
mode:
authorRobert Loehning <[email protected]>2014-01-07 13:27:11 +0100
committerKai Koehne <[email protected]>2014-01-08 08:29:47 +0100
commit746c5d886395f66d3f7af1461555a75300201db6 (patch)
treee528ae330b51be6c97fdca0a3812deb5e3bc8d45 /src/plugins/todo
parent839a383aa3495c54f970db030aa254f4d915a276 (diff)
Incremented year in copyright info
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: Kai Koehne <[email protected]>
Diffstat (limited to 'src/plugins/todo')
-rw-r--r--src/plugins/todo/Todo.pluginspec.in2
-rw-r--r--src/plugins/todo/constants.h4
-rw-r--r--src/plugins/todo/cpptodoitemsscanner.cpp4
-rw-r--r--src/plugins/todo/cpptodoitemsscanner.h4
-rw-r--r--src/plugins/todo/keyword.cpp4
-rw-r--r--src/plugins/todo/keyword.h4
-rw-r--r--src/plugins/todo/keyworddialog.cpp4
-rw-r--r--src/plugins/todo/keyworddialog.h4
-rw-r--r--src/plugins/todo/lineparser.cpp4
-rw-r--r--src/plugins/todo/lineparser.h4
-rw-r--r--src/plugins/todo/optionsdialog.cpp4
-rw-r--r--src/plugins/todo/optionsdialog.h4
-rw-r--r--src/plugins/todo/optionspage.cpp4
-rw-r--r--src/plugins/todo/optionspage.h4
-rw-r--r--src/plugins/todo/qmljstodoitemsscanner.cpp4
-rw-r--r--src/plugins/todo/qmljstodoitemsscanner.h4
-rw-r--r--src/plugins/todo/settings.cpp4
-rw-r--r--src/plugins/todo/settings.h4
-rw-r--r--src/plugins/todo/todoitem.h4
-rw-r--r--src/plugins/todo/todoitemsmodel.cpp4
-rw-r--r--src/plugins/todo/todoitemsmodel.h4
-rw-r--r--src/plugins/todo/todoitemsprovider.cpp4
-rw-r--r--src/plugins/todo/todoitemsprovider.h4
-rw-r--r--src/plugins/todo/todoitemsscanner.cpp4
-rw-r--r--src/plugins/todo/todoitemsscanner.h4
-rwxr-xr-xsrc/plugins/todo/todooutputpane.cpp4
-rwxr-xr-xsrc/plugins/todo/todooutputpane.h4
-rw-r--r--src/plugins/todo/todooutputtreeview.cpp2
-rw-r--r--src/plugins/todo/todooutputtreeview.h2
-rwxr-xr-xsrc/plugins/todo/todoplugin.cpp4
-rwxr-xr-xsrc/plugins/todo/todoplugin.h4
31 files changed, 59 insertions, 59 deletions
diff --git a/src/plugins/todo/Todo.pluginspec.in b/src/plugins/todo/Todo.pluginspec.in
index a24d2062d39..32391347d0e 100644
--- a/src/plugins/todo/Todo.pluginspec.in
+++ b/src/plugins/todo/Todo.pluginspec.in
@@ -1,6 +1,6 @@
<plugin name=\"Todo\" version=\"$$QTCREATOR_VERSION\" compatVersion=\"$$QTCREATOR_COMPAT_VERSION\" experimental=\"true\">
<vendor>Dmitry Savchenko</vendor>
- <copyright>(C) 2013 Dmitry Savchenko, (C) 2013 Vasiliy Sorokin</copyright>
+ <copyright>(C) 2014 Dmitry Savchenko, (C) 2014 Vasiliy Sorokin</copyright>
<license>
Commercial Usage
diff --git a/src/plugins/todo/constants.h b/src/plugins/todo/constants.h
index 9534ac2b29f..dd242967cb6 100644
--- a/src/plugins/todo/constants.h
+++ b/src/plugins/todo/constants.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/cpptodoitemsscanner.cpp b/src/plugins/todo/cpptodoitemsscanner.cpp
index 14124c16125..d4282efca2f 100644
--- a/src/plugins/todo/cpptodoitemsscanner.cpp
+++ b/src/plugins/todo/cpptodoitemsscanner.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/cpptodoitemsscanner.h b/src/plugins/todo/cpptodoitemsscanner.h
index 8b74469805d..aba7414b758 100644
--- a/src/plugins/todo/cpptodoitemsscanner.h
+++ b/src/plugins/todo/cpptodoitemsscanner.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/keyword.cpp b/src/plugins/todo/keyword.cpp
index 598a4fda57f..7dea0c64de2 100644
--- a/src/plugins/todo/keyword.cpp
+++ b/src/plugins/todo/keyword.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/keyword.h b/src/plugins/todo/keyword.h
index f02208d29fa..bd0b23e2b9a 100644
--- a/src/plugins/todo/keyword.h
+++ b/src/plugins/todo/keyword.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/keyworddialog.cpp b/src/plugins/todo/keyworddialog.cpp
index 2f8c367408e..bd346296598 100644
--- a/src/plugins/todo/keyworddialog.cpp
+++ b/src/plugins/todo/keyworddialog.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/keyworddialog.h b/src/plugins/todo/keyworddialog.h
index 3d73af1143a..a644661086a 100644
--- a/src/plugins/todo/keyworddialog.h
+++ b/src/plugins/todo/keyworddialog.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/lineparser.cpp b/src/plugins/todo/lineparser.cpp
index 6dc90af7d5f..f0832664599 100644
--- a/src/plugins/todo/lineparser.cpp
+++ b/src/plugins/todo/lineparser.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/lineparser.h b/src/plugins/todo/lineparser.h
index bbe27cf5417..abde4cd0c35 100644
--- a/src/plugins/todo/lineparser.h
+++ b/src/plugins/todo/lineparser.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/optionsdialog.cpp b/src/plugins/todo/optionsdialog.cpp
index a2be2067eac..3db2ee7296b 100644
--- a/src/plugins/todo/optionsdialog.cpp
+++ b/src/plugins/todo/optionsdialog.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/optionsdialog.h b/src/plugins/todo/optionsdialog.h
index d070ec0c703..d271f71ed10 100644
--- a/src/plugins/todo/optionsdialog.h
+++ b/src/plugins/todo/optionsdialog.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/optionspage.cpp b/src/plugins/todo/optionspage.cpp
index 5200853756d..37248955240 100644
--- a/src/plugins/todo/optionspage.cpp
+++ b/src/plugins/todo/optionspage.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/optionspage.h b/src/plugins/todo/optionspage.h
index 601a15642ad..bec23546204 100644
--- a/src/plugins/todo/optionspage.h
+++ b/src/plugins/todo/optionspage.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/qmljstodoitemsscanner.cpp b/src/plugins/todo/qmljstodoitemsscanner.cpp
index 8276207323a..fd35fd51e60 100644
--- a/src/plugins/todo/qmljstodoitemsscanner.cpp
+++ b/src/plugins/todo/qmljstodoitemsscanner.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/qmljstodoitemsscanner.h b/src/plugins/todo/qmljstodoitemsscanner.h
index d06d263e93f..4980b3c59ff 100644
--- a/src/plugins/todo/qmljstodoitemsscanner.h
+++ b/src/plugins/todo/qmljstodoitemsscanner.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/settings.cpp b/src/plugins/todo/settings.cpp
index 7fb24ce67af..5b5026c7cc5 100644
--- a/src/plugins/todo/settings.cpp
+++ b/src/plugins/todo/settings.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/settings.h b/src/plugins/todo/settings.h
index dff535e79b1..7ddab404cf7 100644
--- a/src/plugins/todo/settings.h
+++ b/src/plugins/todo/settings.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitem.h b/src/plugins/todo/todoitem.h
index 5d6372a4deb..2049079baa7 100644
--- a/src/plugins/todo/todoitem.h
+++ b/src/plugins/todo/todoitem.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsmodel.cpp b/src/plugins/todo/todoitemsmodel.cpp
index 5c72a8219d3..606d9635b30 100644
--- a/src/plugins/todo/todoitemsmodel.cpp
+++ b/src/plugins/todo/todoitemsmodel.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsmodel.h b/src/plugins/todo/todoitemsmodel.h
index c25652e0db7..f56f660821e 100644
--- a/src/plugins/todo/todoitemsmodel.h
+++ b/src/plugins/todo/todoitemsmodel.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsprovider.cpp b/src/plugins/todo/todoitemsprovider.cpp
index d1fcf4dc41b..e2d260b8a19 100644
--- a/src/plugins/todo/todoitemsprovider.cpp
+++ b/src/plugins/todo/todoitemsprovider.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsprovider.h b/src/plugins/todo/todoitemsprovider.h
index 31207b91fc7..4821e61a535 100644
--- a/src/plugins/todo/todoitemsprovider.h
+++ b/src/plugins/todo/todoitemsprovider.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsscanner.cpp b/src/plugins/todo/todoitemsscanner.cpp
index d4fe381c439..acfa6afe948 100644
--- a/src/plugins/todo/todoitemsscanner.cpp
+++ b/src/plugins/todo/todoitemsscanner.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoitemsscanner.h b/src/plugins/todo/todoitemsscanner.h
index cc2a39cf4d1..c507dca287f 100644
--- a/src/plugins/todo/todoitemsscanner.h
+++ b/src/plugins/todo/todoitemsscanner.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todooutputpane.cpp b/src/plugins/todo/todooutputpane.cpp
index da5bb925e1a..2e90342145f 100755
--- a/src/plugins/todo/todooutputpane.cpp
+++ b/src/plugins/todo/todooutputpane.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todooutputpane.h b/src/plugins/todo/todooutputpane.h
index 091cd5fb34b..1a51c99a6b6 100755
--- a/src/plugins/todo/todooutputpane.h
+++ b/src/plugins/todo/todooutputpane.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todooutputtreeview.cpp b/src/plugins/todo/todooutputtreeview.cpp
index 1475284b3d0..86cbe494295 100644
--- a/src/plugins/todo/todooutputtreeview.cpp
+++ b/src/plugins/todo/todooutputtreeview.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todooutputtreeview.h b/src/plugins/todo/todooutputtreeview.h
index 123cd967ad3..4b4d9a40f59 100644
--- a/src/plugins/todo/todooutputtreeview.h
+++ b/src/plugins/todo/todooutputtreeview.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoplugin.cpp b/src/plugins/todo/todoplugin.cpp
index d19f8d3c90c..a495dc09ee9 100755
--- a/src/plugins/todo/todoplugin.cpp
+++ b/src/plugins/todo/todoplugin.cpp
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
diff --git a/src/plugins/todo/todoplugin.h b/src/plugins/todo/todoplugin.h
index df57bad7ae8..a959e18455e 100755
--- a/src/plugins/todo/todoplugin.h
+++ b/src/plugins/todo/todoplugin.h
@@ -1,7 +1,7 @@
/**************************************************************************
**
-** Copyright (c) 2013 Dmitry Savchenko
-** Copyright (c) 2013 Vasiliy Sorokin
+** Copyright (c) 2014 Dmitry Savchenko
+** Copyright (c) 2014 Vasiliy Sorokin
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.