diff --git a/jingle/extension/source/org/jivesoftware/smackx/packet/Jingle.java b/jingle/extension/source/org/jivesoftware/smackx/packet/Jingle.java index 63280d9bf..e567a9a77 100644 --- a/jingle/extension/source/org/jivesoftware/smackx/packet/Jingle.java +++ b/jingle/extension/source/org/jivesoftware/smackx/packet/Jingle.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 23:37:00 +0000 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/AccountManager.java b/source/org/jivesoftware/smack/AccountManager.java index ff2bc71b9..57715827c 100644 --- a/source/org/jivesoftware/smack/AccountManager.java +++ b/source/org/jivesoftware/smack/AccountManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/Chat.java b/source/org/jivesoftware/smack/Chat.java index 9dcdd3a24..877e8f27b 100644 --- a/source/org/jivesoftware/smack/Chat.java +++ b/source/org/jivesoftware/smack/Chat.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/ChatManager.java b/source/org/jivesoftware/smack/ChatManager.java index 90184e597..ddcbd0b56 100644 --- a/source/org/jivesoftware/smack/ChatManager.java +++ b/source/org/jivesoftware/smack/ChatManager.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/ChatManagerListener.java b/source/org/jivesoftware/smack/ChatManagerListener.java index 5d145d67a..d7d5ab7e1 100644 --- a/source/org/jivesoftware/smack/ChatManagerListener.java +++ b/source/org/jivesoftware/smack/ChatManagerListener.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/ConnectionConfiguration.java b/source/org/jivesoftware/smack/ConnectionConfiguration.java index 8d76fd6a7..2a7122fa1 100644 --- a/source/org/jivesoftware/smack/ConnectionConfiguration.java +++ b/source/org/jivesoftware/smack/ConnectionConfiguration.java @@ -3,7 +3,7 @@ * $Revision: 3306 $ * $Date: 2006-01-16 14:34:56 -0300 (Mon, 16 Jan 2006) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/ConnectionCreationListener.java b/source/org/jivesoftware/smack/ConnectionCreationListener.java index db38f2312..b8d5e90eb 100644 --- a/source/org/jivesoftware/smack/ConnectionCreationListener.java +++ b/source/org/jivesoftware/smack/ConnectionCreationListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/ConnectionListener.java b/source/org/jivesoftware/smack/ConnectionListener.java index 961ca6293..44c2d76a9 100644 --- a/source/org/jivesoftware/smack/ConnectionListener.java +++ b/source/org/jivesoftware/smack/ConnectionListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/MessageListener.java b/source/org/jivesoftware/smack/MessageListener.java index c25cf8b88..187c56cbd 100644 --- a/source/org/jivesoftware/smack/MessageListener.java +++ b/source/org/jivesoftware/smack/MessageListener.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/NonSASLAuthentication.java b/source/org/jivesoftware/smack/NonSASLAuthentication.java index 57a2a513b..4eef6f7a8 100644 --- a/source/org/jivesoftware/smack/NonSASLAuthentication.java +++ b/source/org/jivesoftware/smack/NonSASLAuthentication.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/OpenTrustManager.java b/source/org/jivesoftware/smack/OpenTrustManager.java index ee1f638aa..223bec6b5 100644 --- a/source/org/jivesoftware/smack/OpenTrustManager.java +++ b/source/org/jivesoftware/smack/OpenTrustManager.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/PacketCollector.java b/source/org/jivesoftware/smack/PacketCollector.java index 3a1733f1b..f18b7b2aa 100644 --- a/source/org/jivesoftware/smack/PacketCollector.java +++ b/source/org/jivesoftware/smack/PacketCollector.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/PacketListener.java b/source/org/jivesoftware/smack/PacketListener.java index 77c6deabe..796134e68 100644 --- a/source/org/jivesoftware/smack/PacketListener.java +++ b/source/org/jivesoftware/smack/PacketListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/PacketReader.java b/source/org/jivesoftware/smack/PacketReader.java index 9e960d719..8693adf9a 100644 --- a/source/org/jivesoftware/smack/PacketReader.java +++ b/source/org/jivesoftware/smack/PacketReader.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/PacketWriter.java b/source/org/jivesoftware/smack/PacketWriter.java index bffbee6aa..c3bf6e462 100644 --- a/source/org/jivesoftware/smack/PacketWriter.java +++ b/source/org/jivesoftware/smack/PacketWriter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/Roster.java b/source/org/jivesoftware/smack/Roster.java index 5661772b9..ec8adc885 100644 --- a/source/org/jivesoftware/smack/Roster.java +++ b/source/org/jivesoftware/smack/Roster.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/RosterEntry.java b/source/org/jivesoftware/smack/RosterEntry.java index 1d8bce1ee..69c75a09d 100644 --- a/source/org/jivesoftware/smack/RosterEntry.java +++ b/source/org/jivesoftware/smack/RosterEntry.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/RosterGroup.java b/source/org/jivesoftware/smack/RosterGroup.java index b37c7bf5f..83e3804a3 100644 --- a/source/org/jivesoftware/smack/RosterGroup.java +++ b/source/org/jivesoftware/smack/RosterGroup.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/SASLAuthentication.java b/source/org/jivesoftware/smack/SASLAuthentication.java index 9904f04fe..81a0fbf81 100644 --- a/source/org/jivesoftware/smack/SASLAuthentication.java +++ b/source/org/jivesoftware/smack/SASLAuthentication.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/SmackConfiguration.java b/source/org/jivesoftware/smack/SmackConfiguration.java index 5646b5271..c42e02459 100644 --- a/source/org/jivesoftware/smack/SmackConfiguration.java +++ b/source/org/jivesoftware/smack/SmackConfiguration.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/UserAuthentication.java b/source/org/jivesoftware/smack/UserAuthentication.java index 94f0cf3ec..6b2ce3992 100644 --- a/source/org/jivesoftware/smack/UserAuthentication.java +++ b/source/org/jivesoftware/smack/UserAuthentication.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/XMPPConnection.java b/source/org/jivesoftware/smack/XMPPConnection.java index ea6d4f23a..7cdc1b5df 100644 --- a/source/org/jivesoftware/smack/XMPPConnection.java +++ b/source/org/jivesoftware/smack/XMPPConnection.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/XMPPException.java b/source/org/jivesoftware/smack/XMPPException.java index 1e875b295..6da24c2b7 100644 --- a/source/org/jivesoftware/smack/XMPPException.java +++ b/source/org/jivesoftware/smack/XMPPException.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/debugger/LiteDebugger.java b/source/org/jivesoftware/smack/debugger/LiteDebugger.java index 3646121ce..1535ac7bd 100644 --- a/source/org/jivesoftware/smack/debugger/LiteDebugger.java +++ b/source/org/jivesoftware/smack/debugger/LiteDebugger.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/debugger/SmackDebugger.java b/source/org/jivesoftware/smack/debugger/SmackDebugger.java index b1599ea06..c69acc464 100644 --- a/source/org/jivesoftware/smack/debugger/SmackDebugger.java +++ b/source/org/jivesoftware/smack/debugger/SmackDebugger.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/AndFilter.java b/source/org/jivesoftware/smack/filter/AndFilter.java index 9a3fc6bc0..847b618a6 100644 --- a/source/org/jivesoftware/smack/filter/AndFilter.java +++ b/source/org/jivesoftware/smack/filter/AndFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/FromContainsFilter.java b/source/org/jivesoftware/smack/filter/FromContainsFilter.java index 7b5862184..bc372f927 100644 --- a/source/org/jivesoftware/smack/filter/FromContainsFilter.java +++ b/source/org/jivesoftware/smack/filter/FromContainsFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/FromMatchesFilter.java b/source/org/jivesoftware/smack/filter/FromMatchesFilter.java index af127dbc8..e1dfa6c6b 100644 --- a/source/org/jivesoftware/smack/filter/FromMatchesFilter.java +++ b/source/org/jivesoftware/smack/filter/FromMatchesFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/MessageTypeFilter.java b/source/org/jivesoftware/smack/filter/MessageTypeFilter.java index 618ca6793..a3430ec9e 100644 --- a/source/org/jivesoftware/smack/filter/MessageTypeFilter.java +++ b/source/org/jivesoftware/smack/filter/MessageTypeFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/NotFilter.java b/source/org/jivesoftware/smack/filter/NotFilter.java index 4e6e5494c..59537d0c5 100644 --- a/source/org/jivesoftware/smack/filter/NotFilter.java +++ b/source/org/jivesoftware/smack/filter/NotFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/OrFilter.java b/source/org/jivesoftware/smack/filter/OrFilter.java index 22c3d91af..4c34fd04a 100644 --- a/source/org/jivesoftware/smack/filter/OrFilter.java +++ b/source/org/jivesoftware/smack/filter/OrFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/PacketExtensionFilter.java b/source/org/jivesoftware/smack/filter/PacketExtensionFilter.java index a572c37aa..3cdc09c3b 100644 --- a/source/org/jivesoftware/smack/filter/PacketExtensionFilter.java +++ b/source/org/jivesoftware/smack/filter/PacketExtensionFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/PacketFilter.java b/source/org/jivesoftware/smack/filter/PacketFilter.java index fbdcac5a1..634e68ea2 100644 --- a/source/org/jivesoftware/smack/filter/PacketFilter.java +++ b/source/org/jivesoftware/smack/filter/PacketFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/PacketIDFilter.java b/source/org/jivesoftware/smack/filter/PacketIDFilter.java index f564a28a4..8d6820111 100644 --- a/source/org/jivesoftware/smack/filter/PacketIDFilter.java +++ b/source/org/jivesoftware/smack/filter/PacketIDFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/PacketTypeFilter.java b/source/org/jivesoftware/smack/filter/PacketTypeFilter.java index 47e8b206e..24a8539c9 100644 --- a/source/org/jivesoftware/smack/filter/PacketTypeFilter.java +++ b/source/org/jivesoftware/smack/filter/PacketTypeFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/ThreadFilter.java b/source/org/jivesoftware/smack/filter/ThreadFilter.java index 6372e7868..8ba8b2e51 100644 --- a/source/org/jivesoftware/smack/filter/ThreadFilter.java +++ b/source/org/jivesoftware/smack/filter/ThreadFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/filter/ToContainsFilter.java b/source/org/jivesoftware/smack/filter/ToContainsFilter.java index 1ec8a8a05..8069fccac 100644 --- a/source/org/jivesoftware/smack/filter/ToContainsFilter.java +++ b/source/org/jivesoftware/smack/filter/ToContainsFilter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Authentication.java b/source/org/jivesoftware/smack/packet/Authentication.java index 723e4e445..6ac5d18e3 100644 --- a/source/org/jivesoftware/smack/packet/Authentication.java +++ b/source/org/jivesoftware/smack/packet/Authentication.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Bind.java b/source/org/jivesoftware/smack/packet/Bind.java index 74875fef8..e0c4b5cfd 100644 --- a/source/org/jivesoftware/smack/packet/Bind.java +++ b/source/org/jivesoftware/smack/packet/Bind.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/DefaultPacketExtension.java b/source/org/jivesoftware/smack/packet/DefaultPacketExtension.java index b8a55cff6..6cc793440 100644 --- a/source/org/jivesoftware/smack/packet/DefaultPacketExtension.java +++ b/source/org/jivesoftware/smack/packet/DefaultPacketExtension.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/IQ.java b/source/org/jivesoftware/smack/packet/IQ.java index 5b9dfe62a..0fbea9ee0 100644 --- a/source/org/jivesoftware/smack/packet/IQ.java +++ b/source/org/jivesoftware/smack/packet/IQ.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Message.java b/source/org/jivesoftware/smack/packet/Message.java index 6a0aa5a4b..7f6429465 100644 --- a/source/org/jivesoftware/smack/packet/Message.java +++ b/source/org/jivesoftware/smack/packet/Message.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Packet.java b/source/org/jivesoftware/smack/packet/Packet.java index c1cbf17ba..94851dc68 100644 --- a/source/org/jivesoftware/smack/packet/Packet.java +++ b/source/org/jivesoftware/smack/packet/Packet.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/PacketExtension.java b/source/org/jivesoftware/smack/packet/PacketExtension.java index e402e9d29..879c84a76 100644 --- a/source/org/jivesoftware/smack/packet/PacketExtension.java +++ b/source/org/jivesoftware/smack/packet/PacketExtension.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Presence.java b/source/org/jivesoftware/smack/packet/Presence.java index a420be045..09f3d9aed 100644 --- a/source/org/jivesoftware/smack/packet/Presence.java +++ b/source/org/jivesoftware/smack/packet/Presence.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Registration.java b/source/org/jivesoftware/smack/packet/Registration.java index 804d893ec..0e098fcc8 100644 --- a/source/org/jivesoftware/smack/packet/Registration.java +++ b/source/org/jivesoftware/smack/packet/Registration.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/RosterPacket.java b/source/org/jivesoftware/smack/packet/RosterPacket.java index b15289ee7..164dc719f 100644 --- a/source/org/jivesoftware/smack/packet/RosterPacket.java +++ b/source/org/jivesoftware/smack/packet/RosterPacket.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/Session.java b/source/org/jivesoftware/smack/packet/Session.java index 59d034429..d0346669d 100644 --- a/source/org/jivesoftware/smack/packet/Session.java +++ b/source/org/jivesoftware/smack/packet/Session.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/packet/XMPPError.java b/source/org/jivesoftware/smack/packet/XMPPError.java index 8b1b0566a..c5c145863 100644 --- a/source/org/jivesoftware/smack/packet/XMPPError.java +++ b/source/org/jivesoftware/smack/packet/XMPPError.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/provider/IQProvider.java b/source/org/jivesoftware/smack/provider/IQProvider.java index 8273283f1..936c6bec3 100644 --- a/source/org/jivesoftware/smack/provider/IQProvider.java +++ b/source/org/jivesoftware/smack/provider/IQProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/provider/PacketExtensionProvider.java b/source/org/jivesoftware/smack/provider/PacketExtensionProvider.java index 40baeaafc..8fc0af3b3 100644 --- a/source/org/jivesoftware/smack/provider/PacketExtensionProvider.java +++ b/source/org/jivesoftware/smack/provider/PacketExtensionProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/provider/ProviderManager.java b/source/org/jivesoftware/smack/provider/ProviderManager.java index 256b47ffa..2ae56e473 100644 --- a/source/org/jivesoftware/smack/provider/ProviderManager.java +++ b/source/org/jivesoftware/smack/provider/ProviderManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/sasl/SASLMechanism.java b/source/org/jivesoftware/smack/sasl/SASLMechanism.java index 9a2771f62..d6a70a0a0 100644 --- a/source/org/jivesoftware/smack/sasl/SASLMechanism.java +++ b/source/org/jivesoftware/smack/sasl/SASLMechanism.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/sasl/SASLPlainMechanism.java b/source/org/jivesoftware/smack/sasl/SASLPlainMechanism.java index ccd257461..a21eb916e 100644 --- a/source/org/jivesoftware/smack/sasl/SASLPlainMechanism.java +++ b/source/org/jivesoftware/smack/sasl/SASLPlainMechanism.java @@ -3,7 +3,7 @@ * $Revision: $ * $Date: $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/ObservableReader.java b/source/org/jivesoftware/smack/util/ObservableReader.java index 5b073b830..8100927ea 100644 --- a/source/org/jivesoftware/smack/util/ObservableReader.java +++ b/source/org/jivesoftware/smack/util/ObservableReader.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/ObservableWriter.java b/source/org/jivesoftware/smack/util/ObservableWriter.java index ea1c0356e..5da46aadf 100644 --- a/source/org/jivesoftware/smack/util/ObservableWriter.java +++ b/source/org/jivesoftware/smack/util/ObservableWriter.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/PacketParserUtils.java b/source/org/jivesoftware/smack/util/PacketParserUtils.java index 855a5cc2d..4efa4de2e 100644 --- a/source/org/jivesoftware/smack/util/PacketParserUtils.java +++ b/source/org/jivesoftware/smack/util/PacketParserUtils.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/ReaderListener.java b/source/org/jivesoftware/smack/util/ReaderListener.java index 1b818e9b3..9f1f5bb61 100644 --- a/source/org/jivesoftware/smack/util/ReaderListener.java +++ b/source/org/jivesoftware/smack/util/ReaderListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/StringUtils.java b/source/org/jivesoftware/smack/util/StringUtils.java index 2be51ecf3..0f742e342 100644 --- a/source/org/jivesoftware/smack/util/StringUtils.java +++ b/source/org/jivesoftware/smack/util/StringUtils.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smack/util/WriterListener.java b/source/org/jivesoftware/smack/util/WriterListener.java index 175f3a66d..dcf56d9d6 100644 --- a/source/org/jivesoftware/smack/util/WriterListener.java +++ b/source/org/jivesoftware/smack/util/WriterListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/ChatState.java b/source/org/jivesoftware/smackx/ChatState.java index 382e05a82..4acaa49ba 100644 --- a/source/org/jivesoftware/smackx/ChatState.java +++ b/source/org/jivesoftware/smackx/ChatState.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/ChatStateListener.java b/source/org/jivesoftware/smackx/ChatStateListener.java index 6401c279a..9a1bf79d1 100644 --- a/source/org/jivesoftware/smackx/ChatStateListener.java +++ b/source/org/jivesoftware/smackx/ChatStateListener.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/ChatStateManager.java b/source/org/jivesoftware/smackx/ChatStateManager.java index 40c43aee4..a68989276 100644 --- a/source/org/jivesoftware/smackx/ChatStateManager.java +++ b/source/org/jivesoftware/smackx/ChatStateManager.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/DefaultMessageEventRequestListener.java b/source/org/jivesoftware/smackx/DefaultMessageEventRequestListener.java index 5cfb15acf..7ae0c512b 100644 --- a/source/org/jivesoftware/smackx/DefaultMessageEventRequestListener.java +++ b/source/org/jivesoftware/smackx/DefaultMessageEventRequestListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/Form.java b/source/org/jivesoftware/smackx/Form.java index 55ce065f8..3fae7ad4b 100644 --- a/source/org/jivesoftware/smackx/Form.java +++ b/source/org/jivesoftware/smackx/Form.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/FormField.java b/source/org/jivesoftware/smackx/FormField.java index 3df05d0a5..2f2c00edf 100644 --- a/source/org/jivesoftware/smackx/FormField.java +++ b/source/org/jivesoftware/smackx/FormField.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/GroupChatInvitation.java b/source/org/jivesoftware/smackx/GroupChatInvitation.java index 53404e2e0..a9ed35ef8 100644 --- a/source/org/jivesoftware/smackx/GroupChatInvitation.java +++ b/source/org/jivesoftware/smackx/GroupChatInvitation.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/MessageEventManager.java b/source/org/jivesoftware/smackx/MessageEventManager.java index 3fd6c6859..15017b85c 100644 --- a/source/org/jivesoftware/smackx/MessageEventManager.java +++ b/source/org/jivesoftware/smackx/MessageEventManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/MessageEventNotificationListener.java b/source/org/jivesoftware/smackx/MessageEventNotificationListener.java index e6442af40..335dae274 100644 --- a/source/org/jivesoftware/smackx/MessageEventNotificationListener.java +++ b/source/org/jivesoftware/smackx/MessageEventNotificationListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/MessageEventRequestListener.java b/source/org/jivesoftware/smackx/MessageEventRequestListener.java index 107168ff4..86e080862 100644 --- a/source/org/jivesoftware/smackx/MessageEventRequestListener.java +++ b/source/org/jivesoftware/smackx/MessageEventRequestListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/NodeInformationProvider.java b/source/org/jivesoftware/smackx/NodeInformationProvider.java index 39485ea07..816be4dba 100644 --- a/source/org/jivesoftware/smackx/NodeInformationProvider.java +++ b/source/org/jivesoftware/smackx/NodeInformationProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/OfflineMessageHeader.java b/source/org/jivesoftware/smackx/OfflineMessageHeader.java index c3ff215a1..55fd149b1 100644 --- a/source/org/jivesoftware/smackx/OfflineMessageHeader.java +++ b/source/org/jivesoftware/smackx/OfflineMessageHeader.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/OfflineMessageManager.java b/source/org/jivesoftware/smackx/OfflineMessageManager.java index a58db3ac3..c79b770d5 100644 --- a/source/org/jivesoftware/smackx/OfflineMessageManager.java +++ b/source/org/jivesoftware/smackx/OfflineMessageManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/PrivateDataManager.java b/source/org/jivesoftware/smackx/PrivateDataManager.java index e838021ca..6e77c8b2d 100644 --- a/source/org/jivesoftware/smackx/PrivateDataManager.java +++ b/source/org/jivesoftware/smackx/PrivateDataManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/RemoteRosterEntry.java b/source/org/jivesoftware/smackx/RemoteRosterEntry.java index f3c6196f0..acf0b0b56 100644 --- a/source/org/jivesoftware/smackx/RemoteRosterEntry.java +++ b/source/org/jivesoftware/smackx/RemoteRosterEntry.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/ReportedData.java b/source/org/jivesoftware/smackx/ReportedData.java index 028dab109..0d7b760a0 100644 --- a/source/org/jivesoftware/smackx/ReportedData.java +++ b/source/org/jivesoftware/smackx/ReportedData.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/RosterExchangeListener.java b/source/org/jivesoftware/smackx/RosterExchangeListener.java index 2c7460b62..6c214583a 100644 --- a/source/org/jivesoftware/smackx/RosterExchangeListener.java +++ b/source/org/jivesoftware/smackx/RosterExchangeListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/RosterExchangeManager.java b/source/org/jivesoftware/smackx/RosterExchangeManager.java index 08968e714..90809f14f 100644 --- a/source/org/jivesoftware/smackx/RosterExchangeManager.java +++ b/source/org/jivesoftware/smackx/RosterExchangeManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java index 15be606a0..2397b1c42 100644 --- a/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java +++ b/source/org/jivesoftware/smackx/ServiceDiscoveryManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/XHTMLManager.java b/source/org/jivesoftware/smackx/XHTMLManager.java index 25e875a09..0b024822f 100644 --- a/source/org/jivesoftware/smackx/XHTMLManager.java +++ b/source/org/jivesoftware/smackx/XHTMLManager.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/XHTMLText.java b/source/org/jivesoftware/smackx/XHTMLText.java index 5f7be1777..63b8218d5 100644 --- a/source/org/jivesoftware/smackx/XHTMLText.java +++ b/source/org/jivesoftware/smackx/XHTMLText.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/debugger/EnhancedDebugger.java b/source/org/jivesoftware/smackx/debugger/EnhancedDebugger.java index 2da5a1d19..ca2267a69 100644 --- a/source/org/jivesoftware/smackx/debugger/EnhancedDebugger.java +++ b/source/org/jivesoftware/smackx/debugger/EnhancedDebugger.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java b/source/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java index c27b3571f..6a5e98a23 100644 --- a/source/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java +++ b/source/org/jivesoftware/smackx/debugger/EnhancedDebuggerWindow.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/Affiliate.java b/source/org/jivesoftware/smackx/muc/Affiliate.java index 9300dc6f7..09a04f6da 100644 --- a/source/org/jivesoftware/smackx/muc/Affiliate.java +++ b/source/org/jivesoftware/smackx/muc/Affiliate.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java b/source/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java index 5974710e6..6eb9efa8b 100644 --- a/source/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java +++ b/source/org/jivesoftware/smackx/muc/DefaultParticipantStatusListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/DefaultUserStatusListener.java b/source/org/jivesoftware/smackx/muc/DefaultUserStatusListener.java index 1075d6ca0..de7cc87cb 100644 --- a/source/org/jivesoftware/smackx/muc/DefaultUserStatusListener.java +++ b/source/org/jivesoftware/smackx/muc/DefaultUserStatusListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/DiscussionHistory.java b/source/org/jivesoftware/smackx/muc/DiscussionHistory.java index a5edc6fc8..036f6cbd1 100644 --- a/source/org/jivesoftware/smackx/muc/DiscussionHistory.java +++ b/source/org/jivesoftware/smackx/muc/DiscussionHistory.java @@ -5,7 +5,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/HostedRoom.java b/source/org/jivesoftware/smackx/muc/HostedRoom.java index 51905a346..67fc7269d 100644 --- a/source/org/jivesoftware/smackx/muc/HostedRoom.java +++ b/source/org/jivesoftware/smackx/muc/HostedRoom.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/InvitationListener.java b/source/org/jivesoftware/smackx/muc/InvitationListener.java index eeb814e7a..d2b7e0203 100644 --- a/source/org/jivesoftware/smackx/muc/InvitationListener.java +++ b/source/org/jivesoftware/smackx/muc/InvitationListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/InvitationRejectionListener.java b/source/org/jivesoftware/smackx/muc/InvitationRejectionListener.java index 81ae0ab55..1580c6ffe 100644 --- a/source/org/jivesoftware/smackx/muc/InvitationRejectionListener.java +++ b/source/org/jivesoftware/smackx/muc/InvitationRejectionListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/MultiUserChat.java b/source/org/jivesoftware/smackx/muc/MultiUserChat.java index 0eff85d04..a8154673b 100644 --- a/source/org/jivesoftware/smackx/muc/MultiUserChat.java +++ b/source/org/jivesoftware/smackx/muc/MultiUserChat.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/Occupant.java b/source/org/jivesoftware/smackx/muc/Occupant.java index 42783a949..3b199a593 100644 --- a/source/org/jivesoftware/smackx/muc/Occupant.java +++ b/source/org/jivesoftware/smackx/muc/Occupant.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java b/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java index 4035b2804..c3e248d4f 100644 --- a/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java +++ b/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/RoomInfo.java b/source/org/jivesoftware/smackx/muc/RoomInfo.java index 5392e78a0..1e2c655b7 100644 --- a/source/org/jivesoftware/smackx/muc/RoomInfo.java +++ b/source/org/jivesoftware/smackx/muc/RoomInfo.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/SubjectUpdatedListener.java b/source/org/jivesoftware/smackx/muc/SubjectUpdatedListener.java index a966d7f19..3a2deab54 100644 --- a/source/org/jivesoftware/smackx/muc/SubjectUpdatedListener.java +++ b/source/org/jivesoftware/smackx/muc/SubjectUpdatedListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/muc/UserStatusListener.java b/source/org/jivesoftware/smackx/muc/UserStatusListener.java index 6d243419a..27f0f58f7 100644 --- a/source/org/jivesoftware/smackx/muc/UserStatusListener.java +++ b/source/org/jivesoftware/smackx/muc/UserStatusListener.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/ChatStateExtension.java b/source/org/jivesoftware/smackx/packet/ChatStateExtension.java index a4da0c3d8..ecc6acce4 100644 --- a/source/org/jivesoftware/smackx/packet/ChatStateExtension.java +++ b/source/org/jivesoftware/smackx/packet/ChatStateExtension.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/DataForm.java b/source/org/jivesoftware/smackx/packet/DataForm.java index 8fd4268a8..c0c26304d 100644 --- a/source/org/jivesoftware/smackx/packet/DataForm.java +++ b/source/org/jivesoftware/smackx/packet/DataForm.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/DefaultPrivateData.java b/source/org/jivesoftware/smackx/packet/DefaultPrivateData.java index e7edf700c..f415f6799 100644 --- a/source/org/jivesoftware/smackx/packet/DefaultPrivateData.java +++ b/source/org/jivesoftware/smackx/packet/DefaultPrivateData.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/DelayInformation.java b/source/org/jivesoftware/smackx/packet/DelayInformation.java index cdad8386a..b03f5cd2c 100644 --- a/source/org/jivesoftware/smackx/packet/DelayInformation.java +++ b/source/org/jivesoftware/smackx/packet/DelayInformation.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/DiscoverInfo.java b/source/org/jivesoftware/smackx/packet/DiscoverInfo.java index eca4b09ae..a3cd8ee57 100644 --- a/source/org/jivesoftware/smackx/packet/DiscoverInfo.java +++ b/source/org/jivesoftware/smackx/packet/DiscoverInfo.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/DiscoverItems.java b/source/org/jivesoftware/smackx/packet/DiscoverItems.java index a4cd02e56..0593192fa 100644 --- a/source/org/jivesoftware/smackx/packet/DiscoverItems.java +++ b/source/org/jivesoftware/smackx/packet/DiscoverItems.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/LastActivity.java b/source/org/jivesoftware/smackx/packet/LastActivity.java index adac0b182..a6fcfa23f 100644 --- a/source/org/jivesoftware/smackx/packet/LastActivity.java +++ b/source/org/jivesoftware/smackx/packet/LastActivity.java @@ -3,7 +3,7 @@ * $Revision: 2407 $ * $Date: 2004-11-02 15:37:00 -0800 (Tue, 02 Nov 2004) $ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/MUCAdmin.java b/source/org/jivesoftware/smackx/packet/MUCAdmin.java index f30dad22f..5fd76a77b 100644 --- a/source/org/jivesoftware/smackx/packet/MUCAdmin.java +++ b/source/org/jivesoftware/smackx/packet/MUCAdmin.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java b/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java index 218001e08..d3d2796ee 100644 --- a/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java +++ b/source/org/jivesoftware/smackx/packet/MUCInitialPresence.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/MUCOwner.java b/source/org/jivesoftware/smackx/packet/MUCOwner.java index eb4d14960..5fc3dd053 100644 --- a/source/org/jivesoftware/smackx/packet/MUCOwner.java +++ b/source/org/jivesoftware/smackx/packet/MUCOwner.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/MUCUser.java b/source/org/jivesoftware/smackx/packet/MUCUser.java index 19a773fc6..bfcd67cf5 100644 --- a/source/org/jivesoftware/smackx/packet/MUCUser.java +++ b/source/org/jivesoftware/smackx/packet/MUCUser.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/MessageEvent.java b/source/org/jivesoftware/smackx/packet/MessageEvent.java index f8455b8c2..91d959d68 100644 --- a/source/org/jivesoftware/smackx/packet/MessageEvent.java +++ b/source/org/jivesoftware/smackx/packet/MessageEvent.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/OfflineMessageInfo.java b/source/org/jivesoftware/smackx/packet/OfflineMessageInfo.java index 735759d95..5f9954df9 100644 --- a/source/org/jivesoftware/smackx/packet/OfflineMessageInfo.java +++ b/source/org/jivesoftware/smackx/packet/OfflineMessageInfo.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/OfflineMessageRequest.java b/source/org/jivesoftware/smackx/packet/OfflineMessageRequest.java index 686b1c479..4357f40f7 100644 --- a/source/org/jivesoftware/smackx/packet/OfflineMessageRequest.java +++ b/source/org/jivesoftware/smackx/packet/OfflineMessageRequest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/PrivateData.java b/source/org/jivesoftware/smackx/packet/PrivateData.java index c83269c51..3ddb7d5a8 100644 --- a/source/org/jivesoftware/smackx/packet/PrivateData.java +++ b/source/org/jivesoftware/smackx/packet/PrivateData.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/RosterExchange.java b/source/org/jivesoftware/smackx/packet/RosterExchange.java index 8eb3eb83c..314399170 100644 --- a/source/org/jivesoftware/smackx/packet/RosterExchange.java +++ b/source/org/jivesoftware/smackx/packet/RosterExchange.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/Time.java b/source/org/jivesoftware/smackx/packet/Time.java index 041c23319..cdfe6bd25 100644 --- a/source/org/jivesoftware/smackx/packet/Time.java +++ b/source/org/jivesoftware/smackx/packet/Time.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/VCard.java b/source/org/jivesoftware/smackx/packet/VCard.java index ac515040c..1f1a2c4f6 100644 --- a/source/org/jivesoftware/smackx/packet/VCard.java +++ b/source/org/jivesoftware/smackx/packet/VCard.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/Version.java b/source/org/jivesoftware/smackx/packet/Version.java index 30aafe756..41ee419f6 100644 --- a/source/org/jivesoftware/smackx/packet/Version.java +++ b/source/org/jivesoftware/smackx/packet/Version.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/packet/XHTMLExtension.java b/source/org/jivesoftware/smackx/packet/XHTMLExtension.java index 9bef15028..449f6fef9 100644 --- a/source/org/jivesoftware/smackx/packet/XHTMLExtension.java +++ b/source/org/jivesoftware/smackx/packet/XHTMLExtension.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/DataFormProvider.java b/source/org/jivesoftware/smackx/provider/DataFormProvider.java index 00914ab6b..90794f465 100644 --- a/source/org/jivesoftware/smackx/provider/DataFormProvider.java +++ b/source/org/jivesoftware/smackx/provider/DataFormProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/DelayInformationProvider.java b/source/org/jivesoftware/smackx/provider/DelayInformationProvider.java index 28bab2367..995b9eff8 100644 --- a/source/org/jivesoftware/smackx/provider/DelayInformationProvider.java +++ b/source/org/jivesoftware/smackx/provider/DelayInformationProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java b/source/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java index cf13d63f5..cbed6208f 100644 --- a/source/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java +++ b/source/org/jivesoftware/smackx/provider/DiscoverInfoProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/DiscoverItemsProvider.java b/source/org/jivesoftware/smackx/provider/DiscoverItemsProvider.java index 5fa9f20d2..aacd7ef47 100644 --- a/source/org/jivesoftware/smackx/provider/DiscoverItemsProvider.java +++ b/source/org/jivesoftware/smackx/provider/DiscoverItemsProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/MUCAdminProvider.java b/source/org/jivesoftware/smackx/provider/MUCAdminProvider.java index 0f5f04f07..107223204 100644 --- a/source/org/jivesoftware/smackx/provider/MUCAdminProvider.java +++ b/source/org/jivesoftware/smackx/provider/MUCAdminProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/MUCOwnerProvider.java b/source/org/jivesoftware/smackx/provider/MUCOwnerProvider.java index aaa6afa88..ff3094ebc 100644 --- a/source/org/jivesoftware/smackx/provider/MUCOwnerProvider.java +++ b/source/org/jivesoftware/smackx/provider/MUCOwnerProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/MUCUserProvider.java b/source/org/jivesoftware/smackx/provider/MUCUserProvider.java index 25b6e8d6b..5a98af676 100644 --- a/source/org/jivesoftware/smackx/provider/MUCUserProvider.java +++ b/source/org/jivesoftware/smackx/provider/MUCUserProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/MessageEventProvider.java b/source/org/jivesoftware/smackx/provider/MessageEventProvider.java index b93a0b9a4..b6315460d 100644 --- a/source/org/jivesoftware/smackx/provider/MessageEventProvider.java +++ b/source/org/jivesoftware/smackx/provider/MessageEventProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/PrivateDataProvider.java b/source/org/jivesoftware/smackx/provider/PrivateDataProvider.java index 7961da1bc..b781a5a0b 100644 --- a/source/org/jivesoftware/smackx/provider/PrivateDataProvider.java +++ b/source/org/jivesoftware/smackx/provider/PrivateDataProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/RosterExchangeProvider.java b/source/org/jivesoftware/smackx/provider/RosterExchangeProvider.java index 956e1328d..ab8a02f7c 100644 --- a/source/org/jivesoftware/smackx/provider/RosterExchangeProvider.java +++ b/source/org/jivesoftware/smackx/provider/RosterExchangeProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/VCardProvider.java b/source/org/jivesoftware/smackx/provider/VCardProvider.java index 4fd13f705..2d6456a84 100644 --- a/source/org/jivesoftware/smackx/provider/VCardProvider.java +++ b/source/org/jivesoftware/smackx/provider/VCardProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/source/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java b/source/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java index 9342c6245..4aebf52b0 100644 --- a/source/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java +++ b/source/org/jivesoftware/smackx/provider/XHTMLExtensionProvider.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/org/jivesoftware/smack/FloodTest.java b/test/org/jivesoftware/smack/FloodTest.java index 8bc6a43e3..f78a79c87 100644 --- a/test/org/jivesoftware/smack/FloodTest.java +++ b/test/org/jivesoftware/smack/FloodTest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/org/jivesoftware/smack/IQTest.java b/test/org/jivesoftware/smack/IQTest.java index 41ee37703..4ddc428bd 100644 --- a/test/org/jivesoftware/smack/IQTest.java +++ b/test/org/jivesoftware/smack/IQTest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/org/jivesoftware/smack/MessageTest.java b/test/org/jivesoftware/smack/MessageTest.java index def5eb471..880a132c0 100644 --- a/test/org/jivesoftware/smack/MessageTest.java +++ b/test/org/jivesoftware/smack/MessageTest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/org/jivesoftware/smackx/OfflineMessageManagerTest.java b/test/org/jivesoftware/smackx/OfflineMessageManagerTest.java index b2a6ebe56..e94e9614a 100644 --- a/test/org/jivesoftware/smackx/OfflineMessageManagerTest.java +++ b/test/org/jivesoftware/smackx/OfflineMessageManagerTest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/test/org/jivesoftware/smackx/VersionTest.java b/test/org/jivesoftware/smackx/VersionTest.java index d5d7025b7..f38bcbec5 100644 --- a/test/org/jivesoftware/smackx/VersionTest.java +++ b/test/org/jivesoftware/smackx/VersionTest.java @@ -3,7 +3,7 @@ * $Revision$ * $Date$ * - * Copyright 2003-2004 Jive Software. + * Copyright 2003-2007 Jive Software. * * All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.