summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-02-26 19:39:53 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-02-26 19:39:53 (GMT)
commite11b48785323017bf1d81e91e8133d7f3ba1f243 (patch)
tree24d9c276a753f29e9730a736b3151ffc4a0a647c /addon/doxywizard/doxywizard.cpp
parentc1789f2e5d8421d6028c836ab66afecacff284ef (diff)
downloadDoxygen-e11b48785323017bf1d81e91e8133d7f3ba1f243.zip
Doxygen-e11b48785323017bf1d81e91e8133d7f3ba1f243.tar.gz
Doxygen-e11b48785323017bf1d81e91e8133d7f3ba1f243.tar.bz2
Bump copyright year
Diffstat (limited to 'addon/doxywizard/doxywizard.cpp')
-rw-r--r--addon/doxywizard/doxywizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index d0728ae..4c577cd 100644
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -193,7 +193,7 @@ void MainWindow::about()
t << QString::fromAscii("<qt><center>A tool to configure and run doxygen version ")+
QString::fromAscii(versionString)+
QString::fromAscii(" on your source files.</center><p><br>"
- "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2014</center><p>"
+ "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2015</center><p>"
"</qt>");
QMessageBox::about(this,tr("Doxygen GUI"),msg);
}