X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=a18225ebd936741e808d43c7835598e1ced3f68d;hb=518cd2bc478ab3675a60ec46d3ef183cace0cae7;hp=19f1efbd716fb94f3793447b996143c8c78af4c6;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 19f1efbd..a18225eb 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 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-2019")}; + .arg("2005-2020")}; return res; }