X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.cpp;fp=src%2Fqtui%2Faboutdlg.cpp;h=68fd6554ba75b9126f5e8f5c352cc9a2f48cd05a;hp=14fedb9cbcc398c99cc924b811d14f25cf9df5cb;hb=921e54680da16fcf2adb7a90506875aceb6633a4;hpb=9c5fd60f6264898a7c0287e3f7d47e181ef39f84 diff --git a/src/qtui/aboutdlg.cpp b/src/qtui/aboutdlg.cpp index 14fedb9c..68fd6554 100644 --- a/src/qtui/aboutdlg.cpp +++ b/src/qtui/aboutdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -54,7 +54,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-2014"); + ).arg("2005-2015"); return res; }