From fa7d5f079b96ad0141b6aa87afe459d590bc71d4 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Fri, 8 Jan 2021 12:57:09 +0100 Subject: Update doxywizard copyright (year) --- addon/doxywizard/doxywizard.cpp | 4 ++-- 1 file 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(")


" - "

Written by
Dimitri van Heesch
© 2000-2019

" + "

Written by
Dimitri van Heesch
© 2000-2021

" ""); QMessageBox::about(this,tr("Doxygen GUI"),msg); } -- cgit v0.12