X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=6b21b0f57bc092635e09513415ac21e65af1a2e8;hp=840da62fdf5b29bf9980d7867443e371af13a3ea;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=d2629d3458802f83843a68cb31ccd5beae6bc449 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 840da62f..6b21b0f5 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 "Oxygen icon theme © Nuno Pinheiro and others, licensed under the " "LGPLv3.

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