X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Faboutdlg.cpp;h=a18225ebd936741e808d43c7835598e1ced3f68d;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=326c8f3ebbbad80df989785cdaf78c1ac806dca5;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 326c8f3e..a18225eb 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -75,7 +75,7 @@ QString AboutDlg::about() const "licensed under the " "LGPLv3.

" "Please use https://bugs.quassel-irc.org to report bugs.") - .arg("2005-2018")}; + .arg("2005-2020")}; return res; }