aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2011-01-21 08:42:12 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2011-01-21 08:42:12 +0000
commit34d8d44193430eb91e7a4f5f28d598ec50f212f9 (patch)
tree0ab2d9e18fde24c911119d8c5490cf548571f5a9 /examples/GuiClient
parent6b77f0ffa3339822977eb2ad17e02fea52a03e1d (diff)
downloadqxmpp-34d8d44193430eb91e7a4f5f28d598ec50f212f9.tar.gz
copyright year update
Diffstat (limited to 'examples/GuiClient')
-rw-r--r--examples/GuiClient/accountsCache.cpp2
-rw-r--r--examples/GuiClient/accountsCache.h2
-rw-r--r--examples/GuiClient/capabilitiesCache.cpp2
-rw-r--r--examples/GuiClient/capabilitiesCache.h2
-rw-r--r--examples/GuiClient/chatDialog.cpp2
-rw-r--r--examples/GuiClient/chatDialog.h2
-rw-r--r--examples/GuiClient/chatGraphicsScene.cpp2
-rw-r--r--examples/GuiClient/chatGraphicsScene.h2
-rw-r--r--examples/GuiClient/chatGraphicsView.cpp2
-rw-r--r--examples/GuiClient/chatGraphicsView.h2
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.cpp2
-rw-r--r--examples/GuiClient/chatMsgGraphicsItem.h2
-rw-r--r--examples/GuiClient/main.cpp2
-rw-r--r--examples/GuiClient/mainDialog.cpp2
-rw-r--r--examples/GuiClient/mainDialog.h2
-rw-r--r--examples/GuiClient/rosterItem.cpp2
-rw-r--r--examples/GuiClient/rosterItem.h2
-rw-r--r--examples/GuiClient/rosterItemModel.cpp2
-rw-r--r--examples/GuiClient/rosterItemModel.h2
-rw-r--r--examples/GuiClient/rosterItemSortFilterProxyModel.cpp2
-rw-r--r--examples/GuiClient/rosterItemSortFilterProxyModel.h2
-rw-r--r--examples/GuiClient/rosterListView.cpp2
-rw-r--r--examples/GuiClient/rosterListView.h2
-rw-r--r--examples/GuiClient/searchLineEdit.cpp2
-rw-r--r--examples/GuiClient/searchLineEdit.h2
-rw-r--r--examples/GuiClient/signInStatusLabel.cpp2
-rw-r--r--examples/GuiClient/signInStatusLabel.h2
-rw-r--r--examples/GuiClient/statusAvatarWidget.cpp2
-rw-r--r--examples/GuiClient/statusAvatarWidget.h2
-rw-r--r--examples/GuiClient/statusTextWidget.cpp2
-rw-r--r--examples/GuiClient/statusTextWidget.h2
-rw-r--r--examples/GuiClient/statusToolButton.cpp2
-rw-r--r--examples/GuiClient/statusToolButton.h2
-rw-r--r--examples/GuiClient/statusWidget.cpp2
-rw-r--r--examples/GuiClient/statusWidget.h2
-rw-r--r--examples/GuiClient/utils.cpp2
-rw-r--r--examples/GuiClient/utils.h2
-rw-r--r--examples/GuiClient/vCardCache.cpp2
-rw-r--r--examples/GuiClient/vCardCache.h2
39 files changed, 39 insertions, 39 deletions
diff --git a/examples/GuiClient/accountsCache.cpp b/examples/GuiClient/accountsCache.cpp
index 2e1d1413..12120c98 100644
--- a/examples/GuiClient/accountsCache.cpp
+++ b/examples/GuiClient/accountsCache.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/accountsCache.h b/examples/GuiClient/accountsCache.h
index b363f51c..391dcfc8 100644
--- a/examples/GuiClient/accountsCache.h
+++ b/examples/GuiClient/accountsCache.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/capabilitiesCache.cpp b/examples/GuiClient/capabilitiesCache.cpp
index 0feda4f4..43533952 100644
--- a/examples/GuiClient/capabilitiesCache.cpp
+++ b/examples/GuiClient/capabilitiesCache.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/capabilitiesCache.h b/examples/GuiClient/capabilitiesCache.h
index b171b921..dc994a72 100644
--- a/examples/GuiClient/capabilitiesCache.h
+++ b/examples/GuiClient/capabilitiesCache.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatDialog.cpp b/examples/GuiClient/chatDialog.cpp
index 8602b77a..5fe5637c 100644
--- a/examples/GuiClient/chatDialog.cpp
+++ b/examples/GuiClient/chatDialog.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatDialog.h b/examples/GuiClient/chatDialog.h
index b2ff2a21..f1c40cbd 100644
--- a/examples/GuiClient/chatDialog.h
+++ b/examples/GuiClient/chatDialog.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatGraphicsScene.cpp b/examples/GuiClient/chatGraphicsScene.cpp
index 87406bc6..50476f4f 100644
--- a/examples/GuiClient/chatGraphicsScene.cpp
+++ b/examples/GuiClient/chatGraphicsScene.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatGraphicsScene.h b/examples/GuiClient/chatGraphicsScene.h
index 0488f833..2c665cce 100644
--- a/examples/GuiClient/chatGraphicsScene.h
+++ b/examples/GuiClient/chatGraphicsScene.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatGraphicsView.cpp b/examples/GuiClient/chatGraphicsView.cpp
index caa046be..e79a2816 100644
--- a/examples/GuiClient/chatGraphicsView.cpp
+++ b/examples/GuiClient/chatGraphicsView.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatGraphicsView.h b/examples/GuiClient/chatGraphicsView.h
index 927bf44a..659f5bbd 100644
--- a/examples/GuiClient/chatGraphicsView.h
+++ b/examples/GuiClient/chatGraphicsView.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatMsgGraphicsItem.cpp b/examples/GuiClient/chatMsgGraphicsItem.cpp
index 0a78a7e4..bccf4e2c 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.cpp
+++ b/examples/GuiClient/chatMsgGraphicsItem.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/chatMsgGraphicsItem.h b/examples/GuiClient/chatMsgGraphicsItem.h
index 07da2021..e97b219d 100644
--- a/examples/GuiClient/chatMsgGraphicsItem.h
+++ b/examples/GuiClient/chatMsgGraphicsItem.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp
index 7f2cb5b0..1e521d1a 100644
--- a/examples/GuiClient/main.cpp
+++ b/examples/GuiClient/main.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/mainDialog.cpp b/examples/GuiClient/mainDialog.cpp
index df9120c6..ae793bc0 100644
--- a/examples/GuiClient/mainDialog.cpp
+++ b/examples/GuiClient/mainDialog.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/mainDialog.h b/examples/GuiClient/mainDialog.h
index a80d0879..3a380286 100644
--- a/examples/GuiClient/mainDialog.h
+++ b/examples/GuiClient/mainDialog.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItem.cpp b/examples/GuiClient/rosterItem.cpp
index 2018790d..44d62b92 100644
--- a/examples/GuiClient/rosterItem.cpp
+++ b/examples/GuiClient/rosterItem.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItem.h b/examples/GuiClient/rosterItem.h
index 41bf7642..1cca9623 100644
--- a/examples/GuiClient/rosterItem.h
+++ b/examples/GuiClient/rosterItem.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItemModel.cpp b/examples/GuiClient/rosterItemModel.cpp
index 8ed1d457..59d080e8 100644
--- a/examples/GuiClient/rosterItemModel.cpp
+++ b/examples/GuiClient/rosterItemModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItemModel.h b/examples/GuiClient/rosterItemModel.h
index 12f2fa0f..984f6de2 100644
--- a/examples/GuiClient/rosterItemModel.h
+++ b/examples/GuiClient/rosterItemModel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
index 93ed7c3d..e4d136c0 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterItemSortFilterProxyModel.h b/examples/GuiClient/rosterItemSortFilterProxyModel.h
index 4a70dc37..cace92c5 100644
--- a/examples/GuiClient/rosterItemSortFilterProxyModel.h
+++ b/examples/GuiClient/rosterItemSortFilterProxyModel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterListView.cpp b/examples/GuiClient/rosterListView.cpp
index 23eab321..f08b3a72 100644
--- a/examples/GuiClient/rosterListView.cpp
+++ b/examples/GuiClient/rosterListView.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/rosterListView.h b/examples/GuiClient/rosterListView.h
index 7927c861..89774517 100644
--- a/examples/GuiClient/rosterListView.h
+++ b/examples/GuiClient/rosterListView.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/searchLineEdit.cpp b/examples/GuiClient/searchLineEdit.cpp
index a497f010..f93ac67f 100644
--- a/examples/GuiClient/searchLineEdit.cpp
+++ b/examples/GuiClient/searchLineEdit.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/searchLineEdit.h b/examples/GuiClient/searchLineEdit.h
index 794ae5f5..f44dd9fe 100644
--- a/examples/GuiClient/searchLineEdit.h
+++ b/examples/GuiClient/searchLineEdit.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/signInStatusLabel.cpp b/examples/GuiClient/signInStatusLabel.cpp
index bc4437e3..72bbf9ac 100644
--- a/examples/GuiClient/signInStatusLabel.cpp
+++ b/examples/GuiClient/signInStatusLabel.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/signInStatusLabel.h b/examples/GuiClient/signInStatusLabel.h
index 3eae8686..493cb0af 100644
--- a/examples/GuiClient/signInStatusLabel.h
+++ b/examples/GuiClient/signInStatusLabel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusAvatarWidget.cpp b/examples/GuiClient/statusAvatarWidget.cpp
index 6b90a0b1..538a8c0b 100644
--- a/examples/GuiClient/statusAvatarWidget.cpp
+++ b/examples/GuiClient/statusAvatarWidget.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusAvatarWidget.h b/examples/GuiClient/statusAvatarWidget.h
index a24848fc..86e6d0ca 100644
--- a/examples/GuiClient/statusAvatarWidget.h
+++ b/examples/GuiClient/statusAvatarWidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusTextWidget.cpp b/examples/GuiClient/statusTextWidget.cpp
index 32d3dfb5..c0e3fe0c 100644
--- a/examples/GuiClient/statusTextWidget.cpp
+++ b/examples/GuiClient/statusTextWidget.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusTextWidget.h b/examples/GuiClient/statusTextWidget.h
index 3c9348ad..9e0a28a4 100644
--- a/examples/GuiClient/statusTextWidget.h
+++ b/examples/GuiClient/statusTextWidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusToolButton.cpp b/examples/GuiClient/statusToolButton.cpp
index acd8f165..b1a791de 100644
--- a/examples/GuiClient/statusToolButton.cpp
+++ b/examples/GuiClient/statusToolButton.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusToolButton.h b/examples/GuiClient/statusToolButton.h
index e60924f1..daae199e 100644
--- a/examples/GuiClient/statusToolButton.h
+++ b/examples/GuiClient/statusToolButton.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusWidget.cpp b/examples/GuiClient/statusWidget.cpp
index 7a1bdf8c..8bbae63a 100644
--- a/examples/GuiClient/statusWidget.cpp
+++ b/examples/GuiClient/statusWidget.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/statusWidget.h b/examples/GuiClient/statusWidget.h
index 14073b2e..43841cec 100644
--- a/examples/GuiClient/statusWidget.h
+++ b/examples/GuiClient/statusWidget.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/utils.cpp b/examples/GuiClient/utils.cpp
index b2204912..c74c9675 100644
--- a/examples/GuiClient/utils.cpp
+++ b/examples/GuiClient/utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/utils.h b/examples/GuiClient/utils.h
index 01395edc..ff50c368 100644
--- a/examples/GuiClient/utils.h
+++ b/examples/GuiClient/utils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/vCardCache.cpp b/examples/GuiClient/vCardCache.cpp
index 2a3ddf67..35ef8306 100644
--- a/examples/GuiClient/vCardCache.cpp
+++ b/examples/GuiClient/vCardCache.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya
diff --git a/examples/GuiClient/vCardCache.h b/examples/GuiClient/vCardCache.h
index 4abbd497..30e43a4c 100644
--- a/examples/GuiClient/vCardCache.h
+++ b/examples/GuiClient/vCardCache.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2008-2010 The QXmpp developers
+ * Copyright (C) 2008-2011 The QXmpp developers
*
* Author:
* Manjeet Dahiya