diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-12 19:04:17 (GMT) |
---|---|---|
committer | Dimitri van Heesch <doxygen@gmail.com> | 2019-08-12 19:04:17 (GMT) |
commit | 80bbd1796e410d1822e16833bcf6002692ff54df (patch) | |
tree | e1b2865474b8bae691be369f04dbf85a431609dd /addon/doxywizard/doxywizard.cpp | |
parent | 3e8fe63473b047bf3d48c734750334244e9981a8 (diff) | |
download | Doxygen-80bbd1796e410d1822e16833bcf6002692ff54df.zip Doxygen-80bbd1796e410d1822e16833bcf6002692ff54df.tar.gz Doxygen-80bbd1796e410d1822e16833bcf6002692ff54df.tar.bz2 |
Update doxywizard copyright year and add missing copyright statements
Diffstat (limited to 'addon/doxywizard/doxywizard.cpp')
-rwxr-xr-x | addon/doxywizard/doxywizard.cpp | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp index 02e8cd0..dc0a6dc 100755 --- a/addon/doxywizard/doxywizard.cpp +++ b/addon/doxywizard/doxywizard.cpp @@ -1,3 +1,15 @@ +/****************************************************************************** + * + * Copyright (C) 1997-2019 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 + * granted. No representations are made about the suitability of this software + * for any purpose. It is provided "as is" without express or implied warranty. + * See the GNU General Public License for more details. + * + */ + #include "doxywizard.h" #include "version.h" #include "expert.h" @@ -218,7 +230,7 @@ void MainWindow::about() t << QString::fromLatin1("<qt><center>A tool to configure and run doxygen version ")+ QString::fromLatin1(getVersion())+ QString::fromLatin1(" on your source files.</center><p><br>" - "<center>Written by<br> Dimitri van Heesch<br>© 2000-2015</center><p>" + "<center>Written by<br> Dimitri van Heesch<br>© 2000-2019</center><p>" "</qt>"); QMessageBox::about(this,tr("Doxygen GUI"),msg); } |