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 | |
| parent | 8b6f6526391fea5a331d0b0bb294df95a81a8c94 (diff) | |
| download | qxmpp-406906816458b65a208f244f8e309804c1009a69.tar.gz | |
update copyright notice to 2008-2014
Diffstat (limited to 'examples')
63 files changed, 64 insertions, 64 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())); diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h index 5e0a3ce2..f474cdc5 100644 --- a/examples/GuiClient/aboutDialog.h +++ b/examples/GuiClient/aboutDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/accountsCache.cpp b/examples/GuiClient/accountsCache.cpp index 7ae71a88..0b28cf09 100644 --- a/examples/GuiClient/accountsCache.cpp +++ b/examples/GuiClient/accountsCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h index 2c686aa5..21f596d3 100644 --- a/examples/GuiClient/accountsCache.h +++ b/examples/GuiClient/accountsCache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp index 2d880c87..577f42df 100644 --- a/examples/GuiClient/capabilitiesCache.cpp +++ b/examples/GuiClient/capabilitiesCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/capabilitiesCache.h b/examples/GuiClient/capabilitiesCache.h index 4d58e1ca..8a52d433 100644 --- a/examples/GuiClient/capabilitiesCache.h +++ b/examples/GuiClient/capabilitiesCache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp index 311e154c..ee56171d 100644 --- a/examples/GuiClient/chatDialog.cpp +++ b/examples/GuiClient/chatDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatDialog.h b/examples/GuiClient/chatDialog.h index dab45863..85207d38 100644 --- a/examples/GuiClient/chatDialog.h +++ b/examples/GuiClient/chatDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatGraphicsScene.cpp b/examples/GuiClient/chatGraphicsScene.cpp index 3538527a..acfd4479 100644 --- a/examples/GuiClient/chatGraphicsScene.cpp +++ b/examples/GuiClient/chatGraphicsScene.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatGraphicsScene.h b/examples/GuiClient/chatGraphicsScene.h index f3255f8d..6272e4fa 100644 --- a/examples/GuiClient/chatGraphicsScene.h +++ b/examples/GuiClient/chatGraphicsScene.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatGraphicsView.cpp b/examples/GuiClient/chatGraphicsView.cpp index 567c198d..36f7304a 100644 --- a/examples/GuiClient/chatGraphicsView.cpp +++ b/examples/GuiClient/chatGraphicsView.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatGraphicsView.h b/examples/GuiClient/chatGraphicsView.h index 71c2b3d3..3232344b 100644 --- a/examples/GuiClient/chatGraphicsView.h +++ b/examples/GuiClient/chatGraphicsView.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatMsgGraphicsItem.cpp b/examples/GuiClient/chatMsgGraphicsItem.cpp index 2299cfb6..3751c1fe 100644 --- a/examples/GuiClient/chatMsgGraphicsItem.cpp +++ b/examples/GuiClient/chatMsgGraphicsItem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/chatMsgGraphicsItem.h b/examples/GuiClient/chatMsgGraphicsItem.h index 80551062..68f813da 100644 --- a/examples/GuiClient/chatMsgGraphicsItem.h +++ b/examples/GuiClient/chatMsgGraphicsItem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp index 68fb382c..9ef7ad49 100644 --- a/examples/GuiClient/main.cpp +++ b/examples/GuiClient/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp index 1e13ea7d..122d59d0 100644 --- a/examples/GuiClient/mainDialog.cpp +++ b/examples/GuiClient/mainDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h index 21892729..8731ea81 100644 --- a/examples/GuiClient/mainDialog.h +++ b/examples/GuiClient/mainDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/profileDialog.cpp b/examples/GuiClient/profileDialog.cpp index d0238dd2..894c2a6a 100644 --- a/examples/GuiClient/profileDialog.cpp +++ b/examples/GuiClient/profileDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h index ce9ebe28..934ad05b 100644 --- a/examples/GuiClient/profileDialog.h +++ b/examples/GuiClient/profileDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItem.cpp b/examples/GuiClient/rosterItem.cpp index 07d259c5..8c205afb 100644 --- a/examples/GuiClient/rosterItem.cpp +++ b/examples/GuiClient/rosterItem.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h index 894542f4..0c4187bc 100644 --- a/examples/GuiClient/rosterItem.h +++ b/examples/GuiClient/rosterItem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItemModel.cpp b/examples/GuiClient/rosterItemModel.cpp index ed6eca75..f6319779 100644 --- a/examples/GuiClient/rosterItemModel.cpp +++ b/examples/GuiClient/rosterItemModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h index 0e425432..4732fb16 100644 --- a/examples/GuiClient/rosterItemModel.h +++ b/examples/GuiClient/rosterItemModel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp index 2be25925..6f3202f0 100644 --- a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp +++ b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.h b/examples/GuiClient/rosterItemSortFilterProxyModel.h index 034960fb..9808da81 100644 --- a/examples/GuiClient/rosterItemSortFilterProxyModel.h +++ b/examples/GuiClient/rosterItemSortFilterProxyModel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterListView.cpp b/examples/GuiClient/rosterListView.cpp index 828decce..802de510 100644 --- a/examples/GuiClient/rosterListView.cpp +++ b/examples/GuiClient/rosterListView.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/rosterListView.h b/examples/GuiClient/rosterListView.h index ac3124d7..dd78763a 100644 --- a/examples/GuiClient/rosterListView.h +++ b/examples/GuiClient/rosterListView.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/searchLineEdit.cpp b/examples/GuiClient/searchLineEdit.cpp index 254e80b1..d9cfec61 100644 --- a/examples/GuiClient/searchLineEdit.cpp +++ b/examples/GuiClient/searchLineEdit.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/searchLineEdit.h b/examples/GuiClient/searchLineEdit.h index b04e001c..dbb82f1c 100644 --- a/examples/GuiClient/searchLineEdit.h +++ b/examples/GuiClient/searchLineEdit.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/signInStatusLabel.cpp b/examples/GuiClient/signInStatusLabel.cpp index 5679a813..d7a5683b 100644 --- a/examples/GuiClient/signInStatusLabel.cpp +++ b/examples/GuiClient/signInStatusLabel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/signInStatusLabel.h b/examples/GuiClient/signInStatusLabel.h index 64c004eb..bf070c0e 100644 --- a/examples/GuiClient/signInStatusLabel.h +++ b/examples/GuiClient/signInStatusLabel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusAvatarWidget.cpp b/examples/GuiClient/statusAvatarWidget.cpp index a3381a73..8c426050 100644 --- a/examples/GuiClient/statusAvatarWidget.cpp +++ b/examples/GuiClient/statusAvatarWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusAvatarWidget.h b/examples/GuiClient/statusAvatarWidget.h index d4af5854..163d9571 100644 --- a/examples/GuiClient/statusAvatarWidget.h +++ b/examples/GuiClient/statusAvatarWidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusTextWidget.cpp b/examples/GuiClient/statusTextWidget.cpp index 157f97a1..116e36a4 100644 --- a/examples/GuiClient/statusTextWidget.cpp +++ b/examples/GuiClient/statusTextWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusTextWidget.h b/examples/GuiClient/statusTextWidget.h index e5edc056..28c8adc4 100644 --- a/examples/GuiClient/statusTextWidget.h +++ b/examples/GuiClient/statusTextWidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusToolButton.cpp b/examples/GuiClient/statusToolButton.cpp index a01d8014..d5ebf36d 100644 --- a/examples/GuiClient/statusToolButton.cpp +++ b/examples/GuiClient/statusToolButton.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusToolButton.h b/examples/GuiClient/statusToolButton.h index af740dc5..8e3a83e0 100644 --- a/examples/GuiClient/statusToolButton.h +++ b/examples/GuiClient/statusToolButton.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp index 9018912f..2fb75858 100644 --- a/examples/GuiClient/statusWidget.cpp +++ b/examples/GuiClient/statusWidget.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/statusWidget.h b/examples/GuiClient/statusWidget.h index 49abc159..52dac0d0 100644 --- a/examples/GuiClient/statusWidget.h +++ b/examples/GuiClient/statusWidget.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp index b4c99b28..03255b4d 100644 --- a/examples/GuiClient/utils.cpp +++ b/examples/GuiClient/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h index 6f6f3366..a354869f 100644 --- a/examples/GuiClient/utils.h +++ b/examples/GuiClient/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/vCardCache.cpp b/examples/GuiClient/vCardCache.cpp index 83a0779d..1007a9be 100644 --- a/examples/GuiClient/vCardCache.cpp +++ b/examples/GuiClient/vCardCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h index a2b69d1f..5e2a4165 100644 --- a/examples/GuiClient/vCardCache.h +++ b/examples/GuiClient/vCardCache.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/xmlConsoleDialog.cpp b/examples/GuiClient/xmlConsoleDialog.cpp index a0bf4ae2..8ca0bbca 100644 --- a/examples/GuiClient/xmlConsoleDialog.cpp +++ b/examples/GuiClient/xmlConsoleDialog.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/GuiClient/xmlConsoleDialog.h b/examples/GuiClient/xmlConsoleDialog.h index a5dd87f1..c62129a2 100644 --- a/examples/GuiClient/xmlConsoleDialog.h +++ b/examples/GuiClient/xmlConsoleDialog.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_0_connected/example_0_connected.cpp b/examples/example_0_connected/example_0_connected.cpp index 168b62c9..162b3f78 100644 --- a/examples/example_0_connected/example_0_connected.cpp +++ b/examples/example_0_connected/example_0_connected.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_1_echoClient/example_1_echoClient.cpp b/examples/example_1_echoClient/example_1_echoClient.cpp index 28d144c9..d80dc2b2 100644 --- a/examples/example_1_echoClient/example_1_echoClient.cpp +++ b/examples/example_1_echoClient/example_1_echoClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_1_echoClient/example_1_echoClient.h b/examples/example_1_echoClient/example_1_echoClient.h index 7a4456d5..5cfe9e6c 100644 --- a/examples/example_1_echoClient/example_1_echoClient.h +++ b/examples/example_1_echoClient/example_1_echoClient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_2_rosterHandling/example_2_rosterHandling.cpp b/examples/example_2_rosterHandling/example_2_rosterHandling.cpp index 2b5709bb..d6081048 100644 --- a/examples/example_2_rosterHandling/example_2_rosterHandling.cpp +++ b/examples/example_2_rosterHandling/example_2_rosterHandling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_2_rosterHandling/example_2_rosterHandling.h b/examples/example_2_rosterHandling/example_2_rosterHandling.h index 17d04c70..aab4b7ce 100644 --- a/examples/example_2_rosterHandling/example_2_rosterHandling.h +++ b/examples/example_2_rosterHandling/example_2_rosterHandling.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_3_transferHandling/example_3_transferHandling.cpp b/examples/example_3_transferHandling/example_3_transferHandling.cpp index b28d9e93..c6ce03e9 100644 --- a/examples/example_3_transferHandling/example_3_transferHandling.cpp +++ b/examples/example_3_transferHandling/example_3_transferHandling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Authors: * Ian Reinhart Geiser diff --git a/examples/example_3_transferHandling/example_3_transferHandling.h b/examples/example_3_transferHandling/example_3_transferHandling.h index bb0e62ba..e24a8942 100644 --- a/examples/example_3_transferHandling/example_3_transferHandling.h +++ b/examples/example_3_transferHandling/example_3_transferHandling.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Ian Reinhart Geiser diff --git a/examples/example_4_callHandling/example_4_callHandling.cpp b/examples/example_4_callHandling/example_4_callHandling.cpp index ae531dad..00a2b473 100644 --- a/examples/example_4_callHandling/example_4_callHandling.cpp +++ b/examples/example_4_callHandling/example_4_callHandling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Authors: * Ian Reinhart Geiser diff --git a/examples/example_4_callHandling/example_4_callHandling.h b/examples/example_4_callHandling/example_4_callHandling.h index 928ae5a0..456d9b84 100644 --- a/examples/example_4_callHandling/example_4_callHandling.h +++ b/examples/example_4_callHandling/example_4_callHandling.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Ian Reinhart Geiser diff --git a/examples/example_5_rpcInterface/main.cpp b/examples/example_5_rpcInterface/main.cpp index 38846eab..6d4938f5 100644 --- a/examples/example_5_rpcInterface/main.cpp +++ b/examples/example_5_rpcInterface/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Authors: * Manjeet Dahiya diff --git a/examples/example_6_rpcClient/main.cpp b/examples/example_6_rpcClient/main.cpp index 931706c0..34f0e0ad 100644 --- a/examples/example_6_rpcClient/main.cpp +++ b/examples/example_6_rpcClient/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Ian Reinhart Geiser diff --git a/examples/example_6_rpcClient/rpcClient.cpp b/examples/example_6_rpcClient/rpcClient.cpp index f005e4ac..be6d8140 100644 --- a/examples/example_6_rpcClient/rpcClient.cpp +++ b/examples/example_6_rpcClient/rpcClient.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Authors: * Ian Reinhart Geiser diff --git a/examples/example_6_rpcClient/rpcClient.h b/examples/example_6_rpcClient/rpcClient.h index 228da059..d17ae289 100644 --- a/examples/example_6_rpcClient/rpcClient.h +++ b/examples/example_6_rpcClient/rpcClient.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Authors: * Ian Reinhart Geiser diff --git a/examples/example_7_archiveHandling/example_7_archiveHandling.cpp b/examples/example_7_archiveHandling/example_7_archiveHandling.cpp index 9cbb0943..bd050db4 100644 --- a/examples/example_7_archiveHandling/example_7_archiveHandling.cpp +++ b/examples/example_7_archiveHandling/example_7_archiveHandling.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Jeremy LainĂ© diff --git a/examples/example_7_archiveHandling/example_7_archiveHandling.h b/examples/example_7_archiveHandling/example_7_archiveHandling.h index 9299c4f8..c0ad82aa 100644 --- a/examples/example_7_archiveHandling/example_7_archiveHandling.h +++ b/examples/example_7_archiveHandling/example_7_archiveHandling.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Jeremy LainĂ© diff --git a/examples/example_8_server/main.cpp b/examples/example_8_server/main.cpp index abad1184..8419d1a8 100644 --- a/examples/example_8_server/main.cpp +++ b/examples/example_8_server/main.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Jeremy LainĂ© diff --git a/examples/example_9_vCard/example_9_vCard.cpp b/examples/example_9_vCard/example_9_vCard.cpp index b43f849d..b55529b7 100644 --- a/examples/example_9_vCard/example_9_vCard.cpp +++ b/examples/example_9_vCard/example_9_vCard.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya diff --git a/examples/example_9_vCard/example_9_vCard.h b/examples/example_9_vCard/example_9_vCard.h index 21c0a950..f50c0a1c 100644 --- a/examples/example_9_vCard/example_9_vCard.h +++ b/examples/example_9_vCard/example_9_vCard.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2012 The QXmpp developers + * Copyright (C) 2008-2014 The QXmpp developers * * Author: * Manjeet Dahiya |
