summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addon/doxywizard/doxywizard.cpp2
-rwxr-xr-xtesting/runtests.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index 99310a1..fb6e115 100644
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -191,7 +191,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-2013</center><p>"
+ "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2014</center><p>"
"</qt>");
QMessageBox::about(this,tr("Doxygen GUI"),msg);
}
diff --git a/testing/runtests.pl b/testing/runtests.pl
index bbbd1be..6b705aa 100755
--- a/testing/runtests.pl
+++ b/testing/runtests.pl
@@ -2,7 +2,7 @@
# perl script to execute doxygen's regression test suite.
#
-# Copyright (C) 1997-2013 by Dimitri van Heesch.
+# Copyright (C) 1997-2014 by Dimitri van Heesch.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation under the terms of the GNU General Public License is hereby