Yearly copyright bump :)
[quassel.git] / src / qtui / aboutdlg.cpp
index bfb65f0..e178324 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-09 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -44,7 +44,7 @@ AboutDlg::AboutDlg(QWidget *parent) : QDialog(parent) {
 QString AboutDlg::about() const {
   QString res;
   res = tr("<b>A modern, distributed IRC Client</b><br><br>"
-           "&copy;2005-2008 by the Quassel Project<br>"
+           "&copy;2005-2009 by the Quassel Project<br>"
            "<a href=\"http://quassel-irc.org\">http://quassel-irc.org</a><br>"
            "<a href=\"irc://irc.freenode.net/quassel\">#quassel</a> on <a href=\"http://www.freenode.net\">Freenode</a><br><br>"
            "Quassel IRC is dual-licensed under <a href=\"http://www.gnu.org/licenses/gpl-2.0.txt\">GPLv2</a> and "