Updated copyright headers to be (c) 2005-2006 


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk/activeio@359679 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java b/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java
index d8920b4..d1af0e2 100644
--- a/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java
+++ b/activeio-core/src/main/java/org/apache/activeio/AcceptListener.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/Adaptable.java b/activeio-core/src/main/java/org/apache/activeio/Adaptable.java
index 3f077e7..e14917d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/Adaptable.java
+++ b/activeio-core/src/main/java/org/apache/activeio/Adaptable.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/Channel.java b/activeio-core/src/main/java/org/apache/activeio/Channel.java
index 35d9220..a055276 100644
--- a/activeio-core/src/main/java/org/apache/activeio/Channel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/Channel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java
index be420ef..2ad8c80 100644
--- a/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/ChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java
index b26264d..03da42c 100644
--- a/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/ChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/Service.java b/activeio-core/src/main/java/org/apache/activeio/Service.java
index 5e29867..05ed0f3 100644
--- a/activeio-core/src/main/java/org/apache/activeio/Service.java
+++ b/activeio-core/src/main/java/org/apache/activeio/Service.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java
index 29edd7b..a9980f9 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncChannelToOutputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java
index f0a58c4..d158e0c 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java
index aef84bb..2a678f8 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java
index 1d00bc7..b16b345 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/AsyncToSyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java
index 4b06bc1..e64d4c3 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketByteArrayOutputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java
index 072f5de..07b8805 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketInputStream.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java
index aabfc81..3315975 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketOutputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java
index d0dbbf7..e1671ce 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/PacketToInputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java
index 222bf11..017f034 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelServerToServerSocket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java
index 7378f89..b3fe6d8 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToInputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java
index d94c01a..1055d4d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToOutputStream.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java
index 043ee02..d938527 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncChannelToSocket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java
index dbd7c6a..8cacbd2 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java
index a8011db..a486bc2 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java
index 6ce9f90..54cae8c 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SyncToAsyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java b/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java
index d496dc0..c1a7f0d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java
+++ b/activeio-core/src/main/java/org/apache/activeio/adapter/SynchToAsynchChannelAdapter.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java b/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java
index aa8d754..148d89d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/AsyncChannelToAsyncCommandChannel.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java b/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java
index 0d40c4f..f4294fc 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/AsyncCommandChannel.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java b/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java
index d585ab0..80338af 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/ClassLoading.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java b/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java
index c1f44c4..92474b7 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/ClassLoadingAwareObjectInputStream.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java b/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java
index 482b747..2c55311 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/CommandListener.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java b/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java
index 6c4ac55..f982156 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/DefaultWireFormat.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java b/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java
index b1c1eef..a86b4b5 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/WireFormat.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java b/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java
index 51a6d55..276e9fa 100644
--- a/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/command/WireFormatFactory.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java b/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java
index 22c5e6f..3c8abe0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/InvalidRecordLocationException.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java b/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java
index 2f31436..5f65649 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/Journal.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java b/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java
index 7636473..475a904 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/JournalEventListener.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java b/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java
index c460c20..bad482e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/RecordLocation.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java
index ee037d2..6edbd3b 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/BatchedWrite.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java
index 1786ba1..4fb804a 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/ControlFile.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java
index 8297446..76dee8b 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/JournalImpl.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java
index fe06ec2..8de750e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/Location.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java
index bfa9d86..feb8e15 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFile.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java
index b70f88a..4c79409 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileManager.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java
index eee20fa..ced582a 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/LogFileNode.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java
index 29262f3..c6e8c8d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/Record.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java b/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java
index 743a736..3c5bd42 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/active/RecordInfo.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java b/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java
index 9b5ce4b..592df98 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/howl/HowlJournal.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java b/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java
index 06fbb8b..972bd42 100644
--- a/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java
+++ b/activeio-core/src/main/java/org/apache/activeio/journal/howl/LongRecordLocation.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java b/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java
index c27896c..15225f0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/oneport/HttpRecognizer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java b/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java
index 42b7546..1eb6935 100644
--- a/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/oneport/IIOPRecognizer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java
index f2afbbf..8407649 100644
--- a/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/oneport/OnePortAsyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java b/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java
index 9cbc94f..51a8a8b 100644
--- a/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/oneport/ProtocolRecognizer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java b/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java
index d75de6f..eaa51ab 100644
--- a/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/oneport/UnknownRecognizer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java
index 944997e..381151d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/AppendedPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java
index 2dc8982..4a3215a 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/ByteArrayPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java
index 9e99cfb..dfe65b3 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java b/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java
index a6ba9f6..9f0da89 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/ByteBufferPacketPool.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java
index debe79e..e59eb3e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/BytePacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java b/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java
index 176b86b..8a27d30 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/ByteSequence.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/packet/EOSPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/EOSPacket.java
index afa0ef5..a875e95 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/EOSPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/EOSPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/EmptyPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/EmptyPacket.java
index f464001..42f2d60 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/EmptyPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/EmptyPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/FilterPacket.java b/activeio-core/src/main/java/org/apache/activeio/packet/FilterPacket.java
index 9ba361f..05a93a7 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/FilterPacket.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/FilterPacket.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/Packet.java b/activeio-core/src/main/java/org/apache/activeio/packet/Packet.java
index 72e6a7c..78d7816 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/Packet.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/Packet.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/PacketData.java b/activeio-core/src/main/java/org/apache/activeio/packet/PacketData.java
index a71eea5..32cf7bf 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/PacketData.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/PacketData.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/PacketPool.java b/activeio-core/src/main/java/org/apache/activeio/packet/PacketPool.java
index 8132aab..598cc17 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/PacketPool.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/PacketPool.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannel.java
index e19e48a..a950c49 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannelServer.java
index 4abd921..0059cec 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/FilterSyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannel.java
index 1cb84b3..7a6d4f1 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelFactory.java
index 460cae0..347393e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelServer.java
index 4bc3c7b..26f7902 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/SyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramContext.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramContext.java
index c4b0728..c3be082 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramContext.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramContext.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannel.java
index 68ea7f4..d08810c 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannelFactory.java
index 907618a..a03a034 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/datagram/DatagramSocketSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PacketAggregatingSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PacketAggregatingSyncChannel.java
index 3297009..53791bf 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PacketAggregatingSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PacketAggregatingSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PushbackSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PushbackSyncChannel.java
index dda7e79..ad8cc23 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PushbackSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/PushbackSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/SynchornizedSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/SynchornizedSyncChannel.java
index 6c17d46..2666b00 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/SynchornizedSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/SynchornizedSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/WriteBufferedSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/WriteBufferedSyncChannel.java
index 5c20efd..30f07e5 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/WriteBufferedSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/filter/WriteBufferedSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannel.java
index 001e71c..7d735e4 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannelFactory.java
index 5ba9657..103f740 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/multicast/MulticastSocketSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOBaseChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOBaseChannel.java
index 28e7a77..28000f0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOBaseChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOBaseChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannel.java
index e8b3c42..f732980 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelFactory.java
index 7c14be3..47c3b73 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelServer.java
index 1aa3cfa..5487836 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/nio/NIOSyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannel.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannel.java
index 68b5426..1a45dc5 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelFactory.java
index ee3339e..04d4de1 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelServer.java
index 80b5968..55701c0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/packet/sync/ssl/SslSocketSyncChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/packet/sync/ssl/SslSocketSyncChannelFactory.java
index 51a750e..799a6bb 100644
--- a/activeio-core/src/main/java/org/apache/activeio/packet/sync/ssl/SslSocketSyncChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/packet/sync/ssl/SslSocketSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannel.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannel.java
index c7a9652..404fd7e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelFactory.java
index b226cc0..3bd24c4 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelServer.java
index e8b19d1..9c19502 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/StreamChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannel.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannel.java
index a364a4a..d56a90a 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannel.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannel.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelFactory.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelFactory.java
index cf3303b..5854686 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelServer.java b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelServer.java
index 5f8658b..e0833ee 100644
--- a/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelServer.java
+++ b/activeio-core/src/main/java/org/apache/activeio/stream/sync/socket/SocketStreamChannelServer.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayInputStream.java b/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayInputStream.java
index 3a89fd7..bb4c057 100644
--- a/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayInputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayInputStream.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayOutputStream.java b/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayOutputStream.java
index 70ef121..c115721 100644
--- a/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayOutputStream.java
+++ b/activeio-core/src/main/java/org/apache/activeio/util/ByteArrayOutputStream.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/util/FactoryFinder.java b/activeio-core/src/main/java/org/apache/activeio/util/FactoryFinder.java
index bcb3e04..b9e06d0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/util/FactoryFinder.java
+++ b/activeio-core/src/main/java/org/apache/activeio/util/FactoryFinder.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/util/PacketAggregator.java b/activeio-core/src/main/java/org/apache/activeio/util/PacketAggregator.java
index 2398adb..baa1d87 100644
--- a/activeio-core/src/main/java/org/apache/activeio/util/PacketAggregator.java
+++ b/activeio-core/src/main/java/org/apache/activeio/util/PacketAggregator.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/util/URISupport.java b/activeio-core/src/main/java/org/apache/activeio/util/URISupport.java
index c5299a5..7ce009e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/util/URISupport.java
+++ b/activeio-core/src/main/java/org/apache/activeio/util/URISupport.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/ServerService.java b/activeio-core/src/main/java/org/apache/activeio/xnet/ServerService.java
index 2d2c80b..234c37c 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/ServerService.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/ServerService.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceDaemon.java b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceDaemon.java
index e452a49..53ae05b 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceDaemon.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceDaemon.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceException.java b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceException.java
index a849600..12e2fbd 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceException.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceException.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceLogger.java b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceLogger.java
index 0217806..60de888 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceLogger.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/ServiceLogger.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/ServicePool.java b/activeio-core/src/main/java/org/apache/activeio/xnet/ServicePool.java
index e496f0f..13c453d 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/ServicePool.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/ServicePool.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/SocketService.java b/activeio-core/src/main/java/org/apache/activeio/xnet/SocketService.java
index 70f1f72..491dc69 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/SocketService.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/SocketService.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStack.java b/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStack.java
index 7bbe9ae..03d3dd9 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStack.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStack.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStackGBean.java b/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStackGBean.java
index a263438..9240f3f 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStackGBean.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/StandardServiceStackGBean.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/SyncChannelServerDaemon.java b/activeio-core/src/main/java/org/apache/activeio/xnet/SyncChannelServerDaemon.java
index c64302a..0e6fe26 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/SyncChannelServerDaemon.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/SyncChannelServerDaemon.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPAddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPAddressPermission.java
index 7d40be3..5086d3e 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPAddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPAddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPv6AddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPv6AddressPermission.java
index e55689d..3d07521 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPv6AddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ExactIPv6AddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/FactorizedIPAddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/FactorizedIPAddressPermission.java
index 4c7d053..8a37bbc 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/FactorizedIPAddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/FactorizedIPAddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermission.java
index 8a05d92..87b501b 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionEditor.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionEditor.java
index bf23e88..aefe467 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionEditor.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionEditor.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionFactory.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionFactory.java
index 62502eb..fa42fa0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionFactory.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/IPAddressPermissionFactory.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPAddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPAddressPermission.java
index cb0977f..9152603 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPAddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPAddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPv6AddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPv6AddressPermission.java
index 3c534d4..90020a6 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPv6AddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/NetmaskIPv6AddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ServiceAccessController.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ServiceAccessController.java
index ad84a26..bbd13f3 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ServiceAccessController.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/ServiceAccessController.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/main/java/org/apache/activeio/xnet/hba/StartWithIPAddressPermission.java b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/StartWithIPAddressPermission.java
index 75059c7..9a59ae0 100644
--- a/activeio-core/src/main/java/org/apache/activeio/xnet/hba/StartWithIPAddressPermission.java
+++ b/activeio-core/src/main/java/org/apache/activeio/xnet/hba/StartWithIPAddressPermission.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/ChannelFactoryTest.java b/activeio-core/src/test/java/org/apache/activeio/ChannelFactoryTest.java
index decf5f0..b702633 100644
--- a/activeio-core/src/test/java/org/apache/activeio/ChannelFactoryTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/ChannelFactoryTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/PacketDataTest.java b/activeio-core/src/test/java/org/apache/activeio/PacketDataTest.java
index 32ce737..a44726e 100644
--- a/activeio-core/src/test/java/org/apache/activeio/PacketDataTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/PacketDataTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/JournalPerfToolSupport.java b/activeio-core/src/test/java/org/apache/activeio/journal/JournalPerfToolSupport.java
index 65eb143..a2d67f1 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/JournalPerfToolSupport.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/JournalPerfToolSupport.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/JournalStatsFilter.java b/activeio-core/src/test/java/org/apache/activeio/journal/JournalStatsFilter.java
index 58fb519..bee2c27 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/JournalStatsFilter.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/JournalStatsFilter.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/active/DataStruturesTest.java b/activeio-core/src/test/java/org/apache/activeio/journal/active/DataStruturesTest.java
index cafc73a..1c781ea 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/active/DataStruturesTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/active/DataStruturesTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java b/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java
index 2ae71ca..0bb6656 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalImplTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalPerfTool.java b/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalPerfTool.java
index 28310a1..df79b4b 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalPerfTool.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/active/JournalPerfTool.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/active/LogFileManagerTest.java b/activeio-core/src/test/java/org/apache/activeio/journal/active/LogFileManagerTest.java
index 87edbce..ad01322 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/active/LogFileManagerTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/active/LogFileManagerTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/journal/howl/JournalPerfTool.java b/activeio-core/src/test/java/org/apache/activeio/journal/howl/JournalPerfTool.java
index f7adc38..1f7adeb 100644
--- a/activeio-core/src/test/java/org/apache/activeio/journal/howl/JournalPerfTool.java
+++ b/activeio-core/src/test/java/org/apache/activeio/journal/howl/JournalPerfTool.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/oneport/OnePortAsyncChannelServerTest.java b/activeio-core/src/test/java/org/apache/activeio/oneport/OnePortAsyncChannelServerTest.java
index e92d697..142fa70 100644
--- a/activeio-core/src/test/java/org/apache/activeio/oneport/OnePortAsyncChannelServerTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/oneport/OnePortAsyncChannelServerTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/AppendedPacketTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/AppendedPacketTest.java
index be36ecd..b8ea08c 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/AppendedPacketTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/AppendedPacketTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/ByteArrayPacketTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/ByteArrayPacketTest.java
index 44b8311..af8ba91 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/ByteArrayPacketTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/ByteArrayPacketTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/ByteBufferPacketTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/ByteBufferPacketTest.java
index 69699d1..83cae93 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/ByteBufferPacketTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/ByteBufferPacketTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/ClientLoadSimulator.java b/activeio-core/src/test/java/org/apache/activeio/packet/ClientLoadSimulator.java
index fd8a299..2b89aa1 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/ClientLoadSimulator.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/ClientLoadSimulator.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/packet/PacketTestSupport.java b/activeio-core/src/test/java/org/apache/activeio/packet/PacketTestSupport.java
index 3339769..1b789f3 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/PacketTestSupport.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/PacketTestSupport.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/Server.java b/activeio-core/src/test/java/org/apache/activeio/packet/Server.java
index 8401467..11480ca 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/Server.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/Server.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/packet/async/nio/NIOAsyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/async/nio/NIOAsyncChannelTest.java
index d553ebf..6eac40b 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/async/nio/NIOAsyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/async/nio/NIOAsyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeAsyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeAsyncChannelTest.java
index f9bc8ae..85d631f 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeAsyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeAsyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeReflectionAsyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeReflectionAsyncChannelTest.java
index 3dabdc1..5ab12f3 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeReflectionAsyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/async/vmpipe/VMPipeReflectionAsyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/nio/NIOSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/nio/NIOSyncChannelTest.java
index 8b7ad2b..43b7271 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/nio/NIOSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/nio/NIOSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/ConnectionlessSyncChannelTestSupport.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/ConnectionlessSyncChannelTestSupport.java
index c8eb075..10e93bb 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/ConnectionlessSyncChannelTestSupport.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/ConnectionlessSyncChannelTestSupport.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/SlowWriteSyncChannelFactory.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/SlowWriteSyncChannelFactory.java
index 0a70d4f..60a6580 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/SlowWriteSyncChannelFactory.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/SlowWriteSyncChannelFactory.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/SyncChannelTestSupport.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/SyncChannelTestSupport.java
index ba55f0a..d942b81 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/SyncChannelTestSupport.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/SyncChannelTestSupport.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/datagram/DatagramSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/datagram/DatagramSyncChannelTest.java
index 3ceb386..2671f25 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/datagram/DatagramSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/datagram/DatagramSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/multicast/MulticastSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/multicast/MulticastSyncChannelTest.java
index eb62d82..5283011 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/multicast/MulticastSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/multicast/MulticastSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketChannelSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketChannelSyncChannelTest.java
index 73ea379..dd90ea7 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketChannelSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketChannelSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketSyncChannelTest.java
index 90afd1f..eb53e0b 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SlowSocketSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelTest.java
index 1305267..6e2ea4b 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/socket/SocketSyncChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java b/activeio-core/src/test/java/org/apache/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java
index 9c012cd..940bf7e 100644
--- a/activeio-core/src/test/java/org/apache/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/packet/sync/ssl/SslSocketSynchChannelTest.java
@@ -1,6 +1,6 @@
 /**

  *

- * Copyright 2004 The Apache Software Foundation

+ * Copyright 2005-2006 The Apache Software Foundation

  *

  * 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/activeio-core/src/test/java/org/apache/activeio/stats/CountStatisticImpl.java b/activeio-core/src/test/java/org/apache/activeio/stats/CountStatisticImpl.java
index 782a441..9b14ab7 100644
--- a/activeio-core/src/test/java/org/apache/activeio/stats/CountStatisticImpl.java
+++ b/activeio-core/src/test/java/org/apache/activeio/stats/CountStatisticImpl.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/stats/IndentPrinter.java b/activeio-core/src/test/java/org/apache/activeio/stats/IndentPrinter.java
index c69ff29..ca0c292 100644
--- a/activeio-core/src/test/java/org/apache/activeio/stats/IndentPrinter.java
+++ b/activeio-core/src/test/java/org/apache/activeio/stats/IndentPrinter.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/stats/StatisticImpl.java b/activeio-core/src/test/java/org/apache/activeio/stats/StatisticImpl.java
index 1e5a533..699331e 100644
--- a/activeio-core/src/test/java/org/apache/activeio/stats/StatisticImpl.java
+++ b/activeio-core/src/test/java/org/apache/activeio/stats/StatisticImpl.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/stats/TimeStatisticImpl.java b/activeio-core/src/test/java/org/apache/activeio/stats/TimeStatisticImpl.java
index 3186869..9d4f470 100644
--- a/activeio-core/src/test/java/org/apache/activeio/stats/TimeStatisticImpl.java
+++ b/activeio-core/src/test/java/org/apache/activeio/stats/TimeStatisticImpl.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * 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/activeio-core/src/test/java/org/apache/activeio/xnet/hba/ServiceAccessControllerTest.java b/activeio-core/src/test/java/org/apache/activeio/xnet/hba/ServiceAccessControllerTest.java
index 8d6d873..6cdd39a 100755
--- a/activeio-core/src/test/java/org/apache/activeio/xnet/hba/ServiceAccessControllerTest.java
+++ b/activeio-core/src/test/java/org/apache/activeio/xnet/hba/ServiceAccessControllerTest.java
@@ -1,6 +1,6 @@
 /**
  *
- * Copyright 2004 The Apache Software Foundation
+ * Copyright 2005-2006 The Apache Software Foundation
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.