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:36:03 UTC

svn commit: r434564 - in /directory/releases/mina/0.9.4/examples/src: main/java/org/apache/mina/examples/echoserver/ main/java/org/apache/mina/examples/echoserver/ssl/ main/java/org/apache/mina/examples/httpserver/ main/java/org/apache/mina/examples/ne...

Author: elecharny
Date: Thu Aug 24 16:36:01 2006
New Revision: 434564

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

Modified:
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/EchoProtocolHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusSSLContextFactory.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusTrustManagerFactory.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLServerSocketFactory.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLSocketFactory.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/HttpProtocolHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/NetCatProtocolHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/AbstractProxyIoHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ClientToProxyIoHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ServerToProxyIoHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/ReverseProtocolHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Client.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ClientSessionHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Server.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ServerSessionHandler.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageDecoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageEncoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageDecoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageEncoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/Constants.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageDecoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageEncoder.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/SumUpProtocolCodecFactory.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AbstractMessage.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AddMessage.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/ResultMessage.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/Main.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisBall.java
    directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisPlayer.java
    directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AbstractTest.java
    directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AcceptorTest.java
    directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/ConnectorTest.java

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/EchoProtocolHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/EchoProtocolHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/EchoProtocolHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/EchoProtocolHandler.java Thu Aug 24 16:36:01 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.examples.echoserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/Main.java Thu Aug 24 16:36:01 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.examples.echoserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusSSLContextFactory.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusSSLContextFactory.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusSSLContextFactory.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusSSLContextFactory.java Thu Aug 24 16:36:01 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.examples.echoserver.ssl;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusTrustManagerFactory.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusTrustManagerFactory.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusTrustManagerFactory.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/BogusTrustManagerFactory.java Thu Aug 24 16:36:01 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.examples.echoserver.ssl;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLServerSocketFactory.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLServerSocketFactory.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLServerSocketFactory.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLServerSocketFactory.java Thu Aug 24 16:36:01 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.examples.echoserver.ssl;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLSocketFactory.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLSocketFactory.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLSocketFactory.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/echoserver/ssl/SSLSocketFactory.java Thu Aug 24 16:36:01 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.examples.echoserver.ssl;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/HttpProtocolHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/HttpProtocolHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/HttpProtocolHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/HttpProtocolHandler.java Thu Aug 24 16:36:01 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.examples.httpserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/httpserver/Main.java Thu Aug 24 16:36:01 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.examples.httpserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/Main.java Thu Aug 24 16:36:01 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.examples.netcat;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/NetCatProtocolHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/NetCatProtocolHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/NetCatProtocolHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/netcat/NetCatProtocolHandler.java Thu Aug 24 16:36:01 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.examples.netcat;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/AbstractProxyIoHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/AbstractProxyIoHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/AbstractProxyIoHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/AbstractProxyIoHandler.java Thu Aug 24 16:36:01 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 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.
- *   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.examples.proxy;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ClientToProxyIoHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ClientToProxyIoHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ClientToProxyIoHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ClientToProxyIoHandler.java Thu Aug 24 16:36:01 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 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.
- *   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.examples.proxy;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/Main.java Thu Aug 24 16:36:01 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.examples.proxy;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ServerToProxyIoHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ServerToProxyIoHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ServerToProxyIoHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/proxy/ServerToProxyIoHandler.java Thu Aug 24 16:36:01 2006
@@ -1,20 +1,21 @@
 /*
- *   @(#) $Id$
- *
- *   Copyright 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.
- *   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.examples.proxy;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/Main.java Thu Aug 24 16:36:01 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.examples.reverser;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/ReverseProtocolHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/ReverseProtocolHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/ReverseProtocolHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/reverser/ReverseProtocolHandler.java Thu Aug 24 16:36:01 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.examples.reverser;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Client.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Client.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Client.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Client.java Thu Aug 24 16:36:01 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.examples.sumup;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ClientSessionHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ClientSessionHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ClientSessionHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ClientSessionHandler.java Thu Aug 24 16:36:01 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.examples.sumup;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Server.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Server.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Server.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/Server.java Thu Aug 24 16:36:01 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.examples.sumup;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ServerSessionHandler.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ServerSessionHandler.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ServerSessionHandler.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/ServerSessionHandler.java Thu Aug 24 16:36:01 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.examples.sumup;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageDecoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageDecoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageDecoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageDecoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageEncoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageEncoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageEncoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AbstractMessageEncoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageDecoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageDecoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageDecoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageDecoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageEncoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageEncoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageEncoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/AddMessageEncoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/Constants.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/Constants.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/Constants.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/Constants.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageDecoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageDecoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageDecoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageDecoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageEncoder.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageEncoder.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageEncoder.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/ResultMessageEncoder.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/SumUpProtocolCodecFactory.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/SumUpProtocolCodecFactory.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/SumUpProtocolCodecFactory.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/codec/SumUpProtocolCodecFactory.java Thu Aug 24 16:36:01 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.examples.sumup.codec;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AbstractMessage.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AbstractMessage.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AbstractMessage.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AbstractMessage.java Thu Aug 24 16:36:01 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.examples.sumup.message;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AddMessage.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AddMessage.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AddMessage.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/AddMessage.java Thu Aug 24 16:36:01 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.examples.sumup.message;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/ResultMessage.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/ResultMessage.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/ResultMessage.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/sumup/message/ResultMessage.java Thu Aug 24 16:36:01 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.examples.sumup.message;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/Main.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/Main.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/Main.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/Main.java Thu Aug 24 16:36:01 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.examples.tennis;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisBall.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisBall.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisBall.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisBall.java Thu Aug 24 16:36:01 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.examples.tennis;
 

Modified: directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisPlayer.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisPlayer.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisPlayer.java (original)
+++ directory/releases/mina/0.9.4/examples/src/main/java/org/apache/mina/examples/tennis/TennisPlayer.java Thu Aug 24 16:36:01 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.examples.tennis;
 

Modified: directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AbstractTest.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AbstractTest.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AbstractTest.java (original)
+++ directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AbstractTest.java Thu Aug 24 16:36:01 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.examples.echoserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AcceptorTest.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AcceptorTest.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AcceptorTest.java (original)
+++ directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/AcceptorTest.java Thu Aug 24 16:36:01 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.examples.echoserver;
 

Modified: directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/ConnectorTest.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/ConnectorTest.java?rev=434564&r1=434563&r2=434564&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/ConnectorTest.java (original)
+++ directory/releases/mina/0.9.4/examples/src/test/java/org/apache/mina/examples/echoserver/ConnectorTest.java Thu Aug 24 16:36:01 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.examples.echoserver;