X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Faboutdlg.cpp;h=6b775b7f4d469d064e9547545486f1caebfef8d2;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hp=5b08b643e6bb36a3108066f7e698dfe35d6b4339;hpb=c2e3479b87e7d0713d302d26fb2d7d01d7b8c9c2;p=quassel.git diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 5b08b643..6b775b7f 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -61,7 +61,7 @@ QString AboutDlg::about() const "Oxygen icon theme © Nuno Pinheiro and others, licensed under the " "LGPLv3.

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