diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-03-26 16:17:06 +0100 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2014-03-26 16:17:06 +0100 |
| commit | 406906816458b65a208f244f8e309804c1009a69 (patch) | |
| tree | 024e375e6b0668e07355b5e5c75d1cbbb857cba0 /examples/GuiClient/aboutDialog.cpp | |
| parent | 8b6f6526391fea5a331d0b0bb294df95a81a8c94 (diff) | |
| download | qxmpp-406906816458b65a208f244f8e309804c1009a69.tar.gz | |
update copyright notice to 2008-2014
Diffstat (limited to 'examples/GuiClient/aboutDialog.cpp')
| -rw-r--r-- | examples/GuiClient/aboutDialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/GuiClient/aboutDialog.cpp b/examples/GuiClient/aboutDialog.cpp index d2c001d9..2897283a 100644 --- a/examples/GuiClient/aboutDialog.cpp +++ b/examples/GuiClient/aboutDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya @@ -37,7 +37,7 @@ aboutDialog::aboutDialog(QWidget *parent) : setWindowTitle(QString("About %1").arg(qApp->applicationName())); - ui->textEdit->append(QString("Copyright © 2009-2011, Manjeet Dahiya\n")); + ui->textEdit->append(QString("Copyright (C) 2008-2014 The QXmpp developers\n")); ui->textEdit->append(qApp->applicationName() + " " + qApp->applicationVersion()); ui->textEdit->append(QString("\nBased on:")); ui->textEdit->append(QString("QXmpp %1").arg(QXmppVersion())); |
