You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by jv...@apache.org on 2008/08/13 16:12:19 UTC

svn commit: r685558 - in /mina/trunk: ./ core/src/main/java/org/apache/mina/core/ core/src/main/java/org/apache/mina/core/polling/ core/src/main/java/org/apache/mina/filter/ core/src/main/java/org/apache/mina/filter/codec/ core/src/main/java/org/apache...

Author: jvermillard
Date: Wed Aug 13 07:12:15 2008
New Revision: 685558

URL: http://svn.apache.org/viewvc?rev=685558&view=rev
Log:
* changed release.xml following DIRMINA-616
* configured RAT reports for site
* added various license headers

Modified:
    mina/trunk/core/src/main/java/org/apache/mina/core/package.html
    mina/trunk/core/src/main/java/org/apache/mina/core/polling/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/codec/demux/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/codec/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/codec/serialization/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/codec/textline/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/errorgenerating/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/executor/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/firewall/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/logging/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/statistic/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/stream/package.html
    mina/trunk/core/src/main/java/org/apache/mina/filter/util/package.html
    mina/trunk/core/src/main/java/org/apache/mina/handler/chain/package.html
    mina/trunk/core/src/main/java/org/apache/mina/handler/demux/package.html
    mina/trunk/core/src/main/java/org/apache/mina/handler/multiton/package.html
    mina/trunk/core/src/main/java/org/apache/mina/handler/package.html
    mina/trunk/core/src/main/java/org/apache/mina/transport/socket/nio/package.html
    mina/trunk/core/src/main/java/org/apache/mina/transport/vmpipe/package.html
    mina/trunk/core/src/main/java/org/apache/mina/util/package.html
    mina/trunk/example/pom.xml
    mina/trunk/example/src/main/java/org/apache/mina/example/chat/client/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/chat/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/haiku/PhraseUtilities.java
    mina/trunk/example/src/main/java/org/apache/mina/example/netcat/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/proxy/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/reverser/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/sumup/codec/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/sumup/message/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/sumup/package.html
    mina/trunk/example/src/main/java/org/apache/mina/example/tennis/package.html
    mina/trunk/filter-codec-netty/src/main/java/org/apache/mina/filter/codec/netty/package.html
    mina/trunk/integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html
    mina/trunk/pom.xml
    mina/trunk/release.xml
    mina/trunk/transport-apr/pom.xml

Modified: mina/trunk/core/src/main/java/org/apache/mina/core/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/core/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/core/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/core/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/core/polling/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/core/polling/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/core/polling/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/core/polling/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/codec/demux/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/codec/demux/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/codec/demux/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/codec/demux/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/codec/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/codec/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/codec/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/codec/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/codec/serialization/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/codec/serialization/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/codec/serialization/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/codec/serialization/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/codec/textline/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/codec/textline/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/codec/textline/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/codec/textline/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/errorgenerating/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/errorgenerating/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/errorgenerating/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/errorgenerating/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/executor/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/executor/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/executor/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/executor/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/firewall/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/firewall/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/firewall/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/firewall/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Classes that implement <tt>IoFilter</tt> and provide host blocking and throttling.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 <tt>IoFilter</tt> that provides the ability for connections to remain open when data is not being transferred.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/logging/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/logging/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/logging/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/logging/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Classes that implement <tt>IoFilter</tt> and provide logging of the events and data that flows through a MINA-based system.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Classes that implement <tt>IoFilter</tt> and provide Secure Sockets Layer functionality.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/statistic/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/statistic/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/statistic/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/statistic/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Classes that implement <tt>IoFilter</tt> and provide the ability for filters to be timed on their performance.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/stream/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/stream/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/stream/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/stream/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Stream based <tt>IoFilter</tt> implementation.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/util/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/util/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/filter/util/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/filter/util/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -5,4 +21,4 @@
 <body>
 Utility classes for the MINA filtering portion of the library.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/handler/chain/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/handler/chain/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/handler/chain/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/handler/chain/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/handler/demux/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/handler/demux/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/handler/demux/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/handler/demux/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/handler/multiton/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/handler/multiton/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/handler/multiton/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/handler/multiton/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>
@@ -7,4 +23,4 @@
 sessions, using
 <a href="http://en.wikipedia.org/wiki/Multiton_pattern">Multiton pattern</a>.
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: mina/trunk/core/src/main/java/org/apache/mina/handler/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/handler/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/handler/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/handler/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/transport/socket/nio/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/transport/socket/nio/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/transport/socket/nio/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/transport/socket/nio/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/transport/vmpipe/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/transport/vmpipe/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/transport/vmpipe/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/transport/vmpipe/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/core/src/main/java/org/apache/mina/util/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/util/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/core/src/main/java/org/apache/mina/util/package.html (original)
+++ mina/trunk/core/src/main/java/org/apache/mina/util/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Wed Aug 13 07:12:15 2008
@@ -1,3 +1,21 @@
+<!--
+  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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
@@ -31,4 +49,4 @@
       <version>1.2.0</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/chat/client/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/chat/client/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/chat/client/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/chat/client/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/chat/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/chat/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/chat/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/chat/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/echoserver/ssl/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/haiku/PhraseUtilities.java
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/haiku/PhraseUtilities.java?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/haiku/PhraseUtilities.java (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/haiku/PhraseUtilities.java Wed Aug 13 07:12:15 2008
@@ -1,3 +1,21 @@
+/*
+ * 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.example.haiku;
 
 /**

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/netcat/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/netcat/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/netcat/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/netcat/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/proxy/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/proxy/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/proxy/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/proxy/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/reverser/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/reverser/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/reverser/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/reverser/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/sumup/codec/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/sumup/codec/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/sumup/codec/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/sumup/codec/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/sumup/message/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/sumup/message/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/sumup/message/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/sumup/message/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/sumup/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/sumup/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/sumup/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/sumup/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/example/src/main/java/org/apache/mina/example/tennis/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/example/src/main/java/org/apache/mina/example/tennis/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/example/src/main/java/org/apache/mina/example/tennis/package.html (original)
+++ mina/trunk/example/src/main/java/org/apache/mina/example/tennis/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/filter-codec-netty/src/main/java/org/apache/mina/filter/codec/netty/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/filter-codec-netty/src/main/java/org/apache/mina/filter/codec/netty/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/filter-codec-netty/src/main/java/org/apache/mina/filter/codec/netty/package.html (original)
+++ mina/trunk/filter-codec-netty/src/main/java/org/apache/mina/filter/codec/netty/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html
URL: http://svn.apache.org/viewvc/mina/trunk/integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html (original)
+++ mina/trunk/integration-jmx/src/main/java/org/apache/mina/integration/jmx/package.html Wed Aug 13 07:12:15 2008
@@ -1,3 +1,19 @@
+<!--
+ 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.
+-->
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 <html>
 <head>

Modified: mina/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/pom.xml?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/pom.xml (original)
+++ mina/trunk/pom.xml Wed Aug 13 07:12:15 2008
@@ -462,12 +462,6 @@
           </dependency>
         </dependencies>
       </plugin>
-
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
-      </plugin>
     </plugins>
   </build>
 
@@ -510,6 +504,20 @@
           <docTitle>Apache MINA ${project.version} Cross Reference</docTitle>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>rat-maven-plugin</artifactId>
+        <version>1.0-alpha-3</version>
+        <configuration>
+          <excludes>
+            <exclude>**/target/**/*</exclude>
+            <exclude>**/.*</exclude>
+            <exclude>**/NOTICE.txt</exclude>
+            <exclude>**/LICENSE*.txt</exclude>
+          </excludes>
+          <excludeSubProjects>false</excludeSubProjects>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>
 </project>

Modified: mina/trunk/release.xml
URL: http://svn.apache.org/viewvc/mina/trunk/release.xml?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/release.xml (original)
+++ mina/trunk/release.xml Wed Aug 13 07:12:15 2008
@@ -19,110 +19,100 @@
   under the License.
 -->
 
+<!--
+
+OPEN ISSUES:
+
+2008-08-12 - duplicate entries in the lib/ directory. This is a Maven bug filed 
+             here: http://jira.codehaus.org/browse/MASSEMBLY-285. A work-around
+             might be to use the assembly plugin to create an assembly directory
+             only, and add an antrun to make the final tarballs.
+             
+2008-08-12 - I'm not convinced that the xrefs should be includes under docs, as
+             the sources are available under src/ anyway.
+
+2008-08-12 - The assembly plugin supports filtering line endings to unix/win32
+             style. May want to pull the zip and tar.* distributions into two
+             separate release.xml files and use this feature.
+
+-->
 <assembly>
   <id>all</id>
   <formats>
     <format>tar.gz</format>
-    <format>tar.bz2</format>
+    <format>tar.bz2</format> 
     <format>zip</format>
   </formats>
+  
+  <moduleSets>
+		<moduleSet>
+			<includeSubModules/>
+			<sources>
+				<outputDirectoryMapping>src/${module.artifactId}</outputDirectoryMapping>
+				<fileSets>
+					<fileSet>
+						<includes>
+						  <!-- copy per-module sources into src/mina-*/ -->
+							<include>src/**</include>
+							<include>pom.xml</include>
+							<include>LICENSE*</include>
+							<include>NOTICE*</include>
+						</includes>
+					</fileSet>
+				</fileSets>
+			</sources>
+			<binaries>
+			  <!-- copy project jars into dist/ -->
+				<outputDirectory>dist</outputDirectory>
+				<includeDependencies>false</includeDependencies>
+				<unpack>false</unpack>
+				<dependencySets>
+					<dependencySet>
+					  <!-- copy project dependencies into lib/ -->
+						<outputDirectory>lib</outputDirectory>
+						<useTransitiveDependencies>true</useTransitiveDependencies>
+						<unpack>false</unpack>
+						<useProjectArtifact>false</useProjectArtifact>
+						<excludes>
+						  <!-- during build, the plugin warns that this exclusion is never
+						       triggered, but the truth is it works just fine and you can't
+						       do without it. -->
+							<exclude>org.apache.mina:*</exclude>
+						</excludes>
+					</dependencySet>
+				</dependencySets>
+			</binaries> 
+		</moduleSet>  	
+  </moduleSets>
+  
   <fileSets>
-    <!-- Source Code -->
-    <fileSet>
-      <includes>
-        <include>**/README*</include>
-        <include>**/LICENSE*</include>
-        <include>**/NOTICE*</include>
-        <include>**/*.txt</include>
-        <include>**/*.xml</include>
-        <include>**/src/**</include>
-        <include>**/lib/**</include> <!-- 3rd party libs -->
-      </includes>
-      <excludes>
-        <exclude>**/target/**</exclude>
-        <exclude>**/.*/**</exclude>
-      </excludes>
-    </fileSet>
-
-    <!-- Reports -->
-    <fileSet>
-      <directory>target/site</directory>
-      <outputDirectory>docs</outputDirectory>
-      <includes>
-        <include>apidocs*/**</include>
-        <include>xref*/**</include>
-      </includes>
-    </fileSet>
-
-    <!-- JARs -->
     <fileSet>
-      <directory>core/target</directory>
-      <outputDirectory></outputDirectory>
+    	<!-- copy the root pom into src/ -->
+    	<outputDirectory>src</outputDirectory>
+    	<filtered>false</filtered>
       <includes>
-        <include>*.jar</include>
+        <include>pom.xml</include>
       </includes>
     </fileSet>
+    
     <fileSet>
-      <directory>filter-codec-netty/target</directory>
-      <outputDirectory></outputDirectory>
+      <!-- copy the licenses into / -->
+    	<outputDirectory></outputDirectory>
+    	<filtered>false</filtered>
       <includes>
-        <include>*.jar</include>
+        <include>README*</include>
+        <include>LICENSE*</include>
+        <include>NOTICE*</include>
       </includes>
     </fileSet>
+  	
     <fileSet>
-      <directory>filter-compression/target</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-      <directory>integration-jmx/target</directory>
-      <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>integration-ognl/target</directory>
-     <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>example/target</directory>
-     <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>statemachine/target</directory>
-     <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>integration-beans/target</directory>
-     <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>transport-apr/target</directory>
-     <outputDirectory></outputDirectory>
-      <includes>
-        <include>*.jar</include>
-      </includes>
-    </fileSet>
-    <fileSet>
-     <directory>transport-serial/target</directory>
-     <outputDirectory></outputDirectory>
+    	<!-- copy the javadoc into docs/ -->
+      <directory>target/site</directory>
+      <outputDirectory>docs</outputDirectory>
       <includes>
-        <include>*.jar</include>
+        <include>apidocs*/**</include>
+        <include>xref*/**</include>
       </includes>
     </fileSet>
 

Modified: mina/trunk/transport-apr/pom.xml
URL: http://svn.apache.org/viewvc/mina/trunk/transport-apr/pom.xml?rev=685558&r1=685557&r2=685558&view=diff
==============================================================================
--- mina/trunk/transport-apr/pom.xml (original)
+++ mina/trunk/transport-apr/pom.xml Wed Aug 13 07:12:15 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>