X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=19f1efbd716fb94f3793447b996143c8c78af4c6;hb=8426fae7e92dfb7608f66be926c68c304b97cb01;hp=326c8f3ebbbad80df989785cdaf78c1ac806dca5;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 326c8f3e..19f1efbd 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-2019 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-2019")}; return res; }