summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-01-08 11:57:09 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-01-08 11:57:09 (GMT)
commitfa7d5f079b96ad0141b6aa87afe459d590bc71d4 (patch)
tree4d176974d477d771354d8bfdd019a5006c6b9f78
parenta7aeb99d53e00c98f0a162d1fb83cadf6c0e5294 (diff)
downloadDoxygen-fa7d5f079b96ad0141b6aa87afe459d590bc71d4.zip
Doxygen-fa7d5f079b96ad0141b6aa87afe459d590bc71d4.tar.gz
Doxygen-fa7d5f079b96ad0141b6aa87afe459d590bc71d4.tar.bz2
Update doxywizard copyright (year)
-rwxr-xr-xaddon/doxywizard/doxywizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp
index c75279b..f713025 100755
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -1,6 +1,6 @@
/******************************************************************************
*
- * Copyright (C) 1997-2019 by Dimitri van Heesch.
+ * Copyright (C) 1997-2021 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
@@ -275,7 +275,7 @@ void MainWindow::about()
QString::fromLatin1(qVersion());
}
t << QString::fromLatin1(")</center><p><br>"
- "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2019</center><p>"
+ "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2021</center><p>"
"</qt>");
QMessageBox::about(this,tr("Doxygen GUI"),msg);
}