From 98dd89fb55f4ead8499c7feb3a0ac6bc189d7b62 Mon Sep 17 00:00:00 2001 From: plfiorini Date: Sat, 3 Dec 2011 22:38:03 +0000 Subject: [PATCH] Update copyright year. --- application/AboutWindow.cpp | 2 +- application/AboutWindow.h | 2 +- application/Account.cpp | 4 ++-- application/Account.h | 4 ++-- application/AccountManager.cpp | 2 +- application/AccountManager.h | 2 +- application/Caya.h | 2 +- application/CayaConstants.h | 4 ++-- application/CayaMessages.h | 2 +- application/CayaProtocol.h | 4 ++-- application/CayaProtocolAddOn.cpp | 2 +- application/CayaProtocolAddOn.h | 2 +- application/CayaProtocolMessages.h | 4 ++-- application/CayaResources.h | 2 +- application/CayaUtils.cpp | 2 +- application/CayaUtils.h | 2 +- application/ChatWindow.cpp | 2 +- application/ChatWindow.h | 2 +- application/ContactLinker.cpp | 2 +- application/ContactLinker.h | 2 +- application/EditingFilter.cpp | 2 +- application/EditingFilter.h | 2 +- application/ImageCache.cpp | 2 +- application/ImageCache.h | 2 +- application/Main.cpp | 2 +- application/MainWindow.cpp | 4 ++-- application/MainWindow.h | 4 ++-- application/Notifier.cpp | 2 +- application/Notifier.h | 2 +- application/NotifyMessage.h | 2 +- application/Observer.h | 2 +- application/ProtocolLooper.cpp | 4 ++-- application/ProtocolLooper.h | 4 ++-- application/ProtocolManager.cpp | 2 +- application/ProtocolManager.h | 4 ++-- application/ProtocolSettings.cpp | 2 +- application/ProtocolSettings.h | 2 +- application/Server.cpp | 4 ++-- application/Server.h | 4 ++-- application/TheApp.cpp | 4 ++-- application/TheApp.h | 4 ++-- application/WindowsManager.cpp | 2 +- application/WindowsManager.h | 2 +- application/svn_revision.cpp | 2 +- application/svn_revision.h | 2 +- 45 files changed, 59 insertions(+), 59 deletions(-) diff --git a/application/AboutWindow.cpp b/application/AboutWindow.cpp index 631016b..df9d2f4 100644 --- a/application/AboutWindow.cpp +++ b/application/AboutWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Copyright 2007-2009, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. * diff --git a/application/AboutWindow.h b/application/AboutWindow.h index 8f4c380..03df2a6 100644 --- a/application/AboutWindow.h +++ b/application/AboutWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Copyright 2007-2009, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ diff --git a/application/Account.cpp b/application/Account.cpp index b9739ff..3af1de9 100644 --- a/application/Account.cpp +++ b/application/Account.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/Account.h b/application/Account.h index 1379ead..9a81f7b 100644 --- a/application/Account.h +++ b/application/Account.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _ACCOUNT_H diff --git a/application/AccountManager.cpp b/application/AccountManager.cpp index 94a5c0e..045931e 100644 --- a/application/AccountManager.cpp +++ b/application/AccountManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/AccountManager.h b/application/AccountManager.h index 95c9bbd..28c81d4 100644 --- a/application/AccountManager.h +++ b/application/AccountManager.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _ACCOUNT_MANAGER_H diff --git a/application/Caya.h b/application/Caya.h index fbc8c04..c06c5b6 100644 --- a/application/Caya.h +++ b/application/Caya.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_H diff --git a/application/CayaConstants.h b/application/CayaConstants.h index 67e525a..37bc918 100644 --- a/application/CayaConstants.h +++ b/application/CayaConstants.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_CONSTANTS_H diff --git a/application/CayaMessages.h b/application/CayaMessages.h index a1fd59e..8883c39 100644 --- a/application/CayaMessages.h +++ b/application/CayaMessages.h @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_MESSAGES_H diff --git a/application/CayaProtocol.h b/application/CayaProtocol.h index fa2899b..01d5bb6 100644 --- a/application/CayaProtocol.h +++ b/application/CayaProtocol.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_PROTOCOL_H diff --git a/application/CayaProtocolAddOn.cpp b/application/CayaProtocolAddOn.cpp index 0a46d52..70d5d8f 100644 --- a/application/CayaProtocolAddOn.cpp +++ b/application/CayaProtocolAddOn.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/CayaProtocolAddOn.h b/application/CayaProtocolAddOn.h index 857cbea..62f8cf5 100644 --- a/application/CayaProtocolAddOn.h +++ b/application/CayaProtocolAddOn.h @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_PROTOCOL_ADDON_H diff --git a/application/CayaProtocolMessages.h b/application/CayaProtocolMessages.h index cfece86..b7dfdb1 100644 --- a/application/CayaProtocolMessages.h +++ b/application/CayaProtocolMessages.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_PROTOCOL_MESSAGES_H diff --git a/application/CayaResources.h b/application/CayaResources.h index 08182b9..8d5a646 100644 --- a/application/CayaResources.h +++ b/application/CayaResources.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_RESOURCES_H diff --git a/application/CayaUtils.cpp b/application/CayaUtils.cpp index e2ccf6a..8e1a818 100644 --- a/application/CayaUtils.cpp +++ b/application/CayaUtils.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/CayaUtils.h b/application/CayaUtils.h index fa41b01..b0b82de 100644 --- a/application/CayaUtils.h +++ b/application/CayaUtils.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CAYA_UTILS_H diff --git a/application/ChatWindow.cpp b/application/ChatWindow.cpp index bf4c28c..398948a 100644 --- a/application/ChatWindow.cpp +++ b/application/ChatWindow.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/ChatWindow.h b/application/ChatWindow.h index 8648bc2..cdbffdf 100644 --- a/application/ChatWindow.h +++ b/application/ChatWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CHAT_WINDOW_H diff --git a/application/ContactLinker.cpp b/application/ContactLinker.cpp index a6fd4ef..12460f0 100644 --- a/application/ContactLinker.cpp +++ b/application/ContactLinker.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/ContactLinker.h b/application/ContactLinker.h index 744da9e..64d6752 100644 --- a/application/ContactLinker.h +++ b/application/ContactLinker.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _CONTACT_LINKER_H_ diff --git a/application/EditingFilter.cpp b/application/EditingFilter.cpp index 053df6b..c864a71 100644 --- a/application/EditingFilter.cpp +++ b/application/EditingFilter.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/EditingFilter.h b/application/EditingFilter.h index 07b801b..ed3ca27 100644 --- a/application/EditingFilter.h +++ b/application/EditingFilter.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _EDITING_FILTER_H diff --git a/application/ImageCache.cpp b/application/ImageCache.cpp index 8a3d863..91169ad 100644 --- a/application/ImageCache.cpp +++ b/application/ImageCache.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/ImageCache.h b/application/ImageCache.h index ccc976c..4264686 100644 --- a/application/ImageCache.h +++ b/application/ImageCache.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _IMAGE_CACHE_H diff --git a/application/Main.cpp b/application/Main.cpp index a44d3f3..21b41f2 100644 --- a/application/Main.cpp +++ b/application/Main.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/MainWindow.cpp b/application/MainWindow.cpp index 10bcff1..8a9be72 100644 --- a/application/MainWindow.cpp +++ b/application/MainWindow.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/MainWindow.h b/application/MainWindow.h index 30e453f..e8cdad7 100644 --- a/application/MainWindow.h +++ b/application/MainWindow.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _MAIN_WINDOW_H diff --git a/application/Notifier.cpp b/application/Notifier.cpp index d80a51c..19d6637 100644 --- a/application/Notifier.cpp +++ b/application/Notifier.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/Notifier.h b/application/Notifier.h index 8d4372a..3629aaf 100644 --- a/application/Notifier.h +++ b/application/Notifier.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef Notifier_h_ diff --git a/application/NotifyMessage.h b/application/NotifyMessage.h index 7c1963c..983a0e4 100644 --- a/application/NotifyMessage.h +++ b/application/NotifyMessage.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _NOTIFY_MESSAGE_H diff --git a/application/Observer.h b/application/Observer.h index e98f21d..049afb6 100644 --- a/application/Observer.h +++ b/application/Observer.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef Observer_h_ diff --git a/application/ProtocolLooper.cpp b/application/ProtocolLooper.cpp index 86fa9f0..0bfd57a 100644 --- a/application/ProtocolLooper.cpp +++ b/application/ProtocolLooper.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/ProtocolLooper.h b/application/ProtocolLooper.h index 55c7458..87eed76 100644 --- a/application/ProtocolLooper.h +++ b/application/ProtocolLooper.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _PROTOCOL_LOOPER_H diff --git a/application/ProtocolManager.cpp b/application/ProtocolManager.cpp index 752216e..9a96d38 100644 --- a/application/ProtocolManager.cpp +++ b/application/ProtocolManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/ProtocolManager.h b/application/ProtocolManager.h index 4a6081b..d00f785 100644 --- a/application/ProtocolManager.h +++ b/application/ProtocolManager.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _PROTOCOL_MANAGER_H diff --git a/application/ProtocolSettings.cpp b/application/ProtocolSettings.cpp index 7ca0265..5942f9a 100644 --- a/application/ProtocolSettings.cpp +++ b/application/ProtocolSettings.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Copyright 2003-2009, IM Kit Team. All rights reserved. * Distributed under the terms of the MIT License. * diff --git a/application/ProtocolSettings.h b/application/ProtocolSettings.h index 89caea9..087588c 100644 --- a/application/ProtocolSettings.h +++ b/application/ProtocolSettings.h @@ -1,5 +1,5 @@ /* - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Copyright 2003-2009, IM Kit Team. All rights reserved. * Distributed under the terms of the MIT License. */ diff --git a/application/Server.cpp b/application/Server.cpp index fe635cb..1d2b679 100644 --- a/application/Server.cpp +++ b/application/Server.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/Server.h b/application/Server.h index 7074490..4f23295 100644 --- a/application/Server.h +++ b/application/Server.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _SERVER_H diff --git a/application/TheApp.cpp b/application/TheApp.cpp index 45154c0..323c7e8 100644 --- a/application/TheApp.cpp +++ b/application/TheApp.cpp @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/TheApp.h b/application/TheApp.h index 7beb77f..94e03ec 100644 --- a/application/TheApp.h +++ b/application/TheApp.h @@ -1,6 +1,6 @@ /* - * Copyright 2009-2010, Andrea Anzani. All rights reserved. - * Copyright 2009-2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _THE_APP_H diff --git a/application/WindowsManager.cpp b/application/WindowsManager.cpp index 95364fc..ac7b421 100644 --- a/application/WindowsManager.cpp +++ b/application/WindowsManager.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: diff --git a/application/WindowsManager.h b/application/WindowsManager.h index 3b5fd35..e76c7d8 100644 --- a/application/WindowsManager.h +++ b/application/WindowsManager.h @@ -1,5 +1,5 @@ /* - * Copyright 2009, Andrea Anzani. All rights reserved. + * Copyright 2009-2011, Andrea Anzani. All rights reserved. * Distributed under the terms of the MIT License. */ #ifndef _WINDOWS_MANAGER_H_ diff --git a/application/svn_revision.cpp b/application/svn_revision.cpp index dedefb3..3bd5b2c 100644 --- a/application/svn_revision.cpp +++ b/application/svn_revision.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2010-2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */ diff --git a/application/svn_revision.h b/application/svn_revision.h index 65282d3..7d1f9ba 100644 --- a/application/svn_revision.h +++ b/application/svn_revision.h @@ -1,5 +1,5 @@ /* - * Copyright 2010, Pier Luigi Fiorini. All rights reserved. + * Copyright 2011, Pier Luigi Fiorini. All rights reserved. * Distributed under the terms of the MIT License. */