X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;h=211c034a850ff5f224973968cd0acdff76a2188e;hp=b5b7c76d36f238574ba1da3d48ea5dbfe1fb4ca5;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hpb=ef3a1eebb101c108dea196e21e29cc4f6f00459a diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index b5b7c76d..211c034a 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -60,7 +60,7 @@ QString AboutDlg::about() const "Most icons are © by the Oxygen Team and used under the " "LGPL.

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