You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/08/25 01:30:50 UTC

svn commit: r434561 [1/4] - in /directory/releases/mina/0.9.4/core/src: main/java/org/apache/mina/common/ main/java/org/apache/mina/common/support/ main/java/org/apache/mina/filter/ main/java/org/apache/mina/filter/codec/ main/java/org/apache/mina/filt...

Author: elecharny
Date: Thu Aug 24 16:30:44 2006
New Revision: 434561

URL: http://svn.apache.org/viewvc?rev=434561&view=rev
Log:
Updated files header

Modified:
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/BufferDataException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBuffer.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferAllocator.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferProxy.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/CloseFuture.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ConnectFuture.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/DefaultIoFilterChainBuilder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ExceptionMonitor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IdleStatus.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnectorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterAdapter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChainBuilder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterLifeCycleException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFuture.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandlerAdapter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoService.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoServiceConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSession.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSessionConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledByteBufferAllocator.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledThreadModel.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/RuntimeIOException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/SimpleByteBufferAllocator.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ThreadModel.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TrafficMask.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TransportType.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteFuture.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteTimeoutException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/AbstractIoFilterChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoAcceptorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoConnectorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoService.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoServiceConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoSession.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/BaseIoSessionConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/ByteBufferHexDumper.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/DefaultExceptionMonitor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/DelegatedIoAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/DelegatedIoConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/support/ReferenceCountingIoFilterWrapper.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/BlacklistFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/LoggingFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/StreamWriteFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/ThreadPoolFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/CumulativeProtocolDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolCodecException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolCodecFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolCodecFilter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolDecoderAdapter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolDecoderException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolDecoderOutput.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolEncoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolEncoderAdapter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolEncoderException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/ProtocolEncoderOutput.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/SynchronizedProtocolDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/SynchronizedProtocolEncoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/DemuxingProtocolCodecFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/MessageDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/MessageDecoderFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/MessageDecoderResult.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/MessageEncoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/demux/MessageEncoderFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationCodecFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/serialization/ObjectSerializationEncoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolEncoderOutput.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/textline/LineDelimiter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/textline/TextLineCodecFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/textline/TextLineDecoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/textline/TextLineEncoder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/StreamIoHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/chain/ChainedIoHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/chain/IoHandlerChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/chain/IoHandlerCommand.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/demux/DemuxingIoHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/demux/MessageHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/demux/UnknownMessageTypeException.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/multiton/SingleSessionIoHandler.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/multiton/SingleSessionIoHandlerAdapter.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/multiton/SingleSessionIoHandlerDelegate.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/multiton/SingleSessionIoHandlerFactory.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/support/IoSessionInputStream.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/handler/support/IoSessionOutputStream.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/DatagramAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/DatagramAcceptorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/DatagramConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/DatagramConnectorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/DatagramSessionConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketAcceptorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketConnectorConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketFilterChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketIoProcessor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketSessionConfig.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketSessionConfigImpl.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/SocketSessionImpl.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramAcceptorDelegate.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramConnectorDelegate.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramFilterChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramService.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramSessionConfigImpl.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/socket/nio/support/DatagramSessionImpl.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/VmPipeAcceptor.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/VmPipeAddress.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/VmPipeConnector.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/support/VmPipe.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/support/VmPipeFilterChain.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/support/VmPipeIdleStatusChecker.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/transport/vmpipe/support/VmPipeSessionImpl.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/AnonymousSocketAddress.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/AvailablePortFinder.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/BlockingQueue.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/ByteBufferUtil.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/CharsetUtil.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/ExpiringStack.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/IdentityHashSet.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/Queue.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/SessionLog.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/SessionUtil.java
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/util/Stack.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/common/ByteBufferTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/common/DefaultIoFilterChainBuilderTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/common/FutureTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/common/IoFilterChainTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/common/TransportTypeTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/filter/StreamWriteFilterTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/filter/ThreadPoolFilterRegressionTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/filter/codec/CumulativeProtocolDecoderTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/filter/codec/textline/TextLineDecoderTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/filter/codec/textline/TextLineEncoderTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/handler/chain/ChainedIoHandlerTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/handler/demux/DemuxingIoHandlerTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/AbstractBindTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/AbstractTrafficControlTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/socket/nio/DatagramBindTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/socket/nio/DatagramTrafficControlTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/socket/nio/SocketBindTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/socket/nio/SocketTrafficControlTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/vmpipe/VmPipeBindTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/transport/vmpipe/VmPipeTrafficControlTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/util/CharsetUtilTest.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/util/IoFilterImpl.java
    directory/releases/mina/0.9.4/core/src/test/java/org/apache/mina/util/QueueTest.java

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/BufferDataException.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/BufferDataException.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/BufferDataException.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/BufferDataException.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBuffer.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBuffer.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBuffer.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBuffer.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferAllocator.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferAllocator.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferAllocator.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferAllocator.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferProxy.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferProxy.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferProxy.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ByteBufferProxy.java Thu Aug 24 16:30:44 2006
@@ -1,21 +1,23 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
- */package org.apache.mina.common;
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
+ */
+package org.apache.mina.common;
 
 import java.io.FilterOutputStream;
 import java.io.InputStream;

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/CloseFuture.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/CloseFuture.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/CloseFuture.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/CloseFuture.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ConnectFuture.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ConnectFuture.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ConnectFuture.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ConnectFuture.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/DefaultIoFilterChainBuilder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/DefaultIoFilterChainBuilder.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/DefaultIoFilterChainBuilder.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/DefaultIoFilterChainBuilder.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ExceptionMonitor.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ExceptionMonitor.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ExceptionMonitor.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ExceptionMonitor.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IdleStatus.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IdleStatus.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IdleStatus.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IdleStatus.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptor.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptor.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptor.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptor.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptorConfig.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptorConfig.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptorConfig.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoAcceptorConfig.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnector.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnector.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnector.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnector.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnectorConfig.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnectorConfig.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnectorConfig.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoConnectorConfig.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilter.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilter.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilter.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilter.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterAdapter.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterAdapter.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterAdapter.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterAdapter.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChain.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChain.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChain.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChain.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChainBuilder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChainBuilder.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChainBuilder.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterChainBuilder.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterLifeCycleException.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterLifeCycleException.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterLifeCycleException.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFilterLifeCycleException.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFuture.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFuture.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFuture.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoFuture.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandler.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandler.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandler.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandlerAdapter.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandlerAdapter.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandlerAdapter.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoHandlerAdapter.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoService.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoService.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoService.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoService.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoServiceConfig.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoServiceConfig.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoServiceConfig.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoServiceConfig.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSession.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSession.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSession.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSession.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSessionConfig.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSessionConfig.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSessionConfig.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/IoSessionConfig.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledByteBufferAllocator.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledByteBufferAllocator.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledByteBufferAllocator.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledByteBufferAllocator.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledThreadModel.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledThreadModel.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledThreadModel.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/PooledThreadModel.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/RuntimeIOException.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/RuntimeIOException.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/RuntimeIOException.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/RuntimeIOException.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/SimpleByteBufferAllocator.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/SimpleByteBufferAllocator.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/SimpleByteBufferAllocator.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/SimpleByteBufferAllocator.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ThreadModel.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ThreadModel.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ThreadModel.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/ThreadModel.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TrafficMask.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TrafficMask.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TrafficMask.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TrafficMask.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TransportType.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TransportType.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TransportType.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/TransportType.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteFuture.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteFuture.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteFuture.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteFuture.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;
 

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteTimeoutException.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteTimeoutException.java?rev=434561&r1=434560&r2=434561&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteTimeoutException.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/common/WriteTimeoutException.java Thu Aug 24 16:30:44 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 2004 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.
- *   You may obtain a copy of the License at
- *
- *       http://www.apache.org/licenses/LICENSE-2.0
- *
- *   Unless required by applicable law or agreed to in writing, software
- *   distributed under the License is distributed on an "AS IS" BASIS,
- *   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *   See the License for the specific language governing permissions and
- *   limitations under the License.
- *
+ *  Licensed to the Apache Software Foundation (ASF) under one
+ *  or more contributor license agreements.  See the NOTICE file
+ *  distributed with this work for additional information
+ *  regarding copyright ownership.  The ASF licenses this file
+ *  to you under the Apache License, Version 2.0 (the
+ *  "License"); you may not use this file except in compliance
+ *  with the License.  You may obtain a copy of the License at
+ *  
+ *    http://www.apache.org/licenses/LICENSE-2.0
+ *  
+ *  Unless required by applicable law or agreed to in writing,
+ *  software distributed under the License is distributed on an
+ *  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ *  KIND, either express or implied.  See the License for the
+ *  specific language governing permissions and limitations
+ *  under the License. 
+ *  
  */
 package org.apache.mina.common;