Author: elecharny
Date: Fri Apr 8 23:12:05 2011
New Revision: 1090486
URL: http://svn.apache.org/viewvc?rev=1090486&view=rev
Log:
Added the missing ASF headers
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpClient.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpClient.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpClient.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpServer.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/bio/BioUdpServer.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpClient.java
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpServer.java
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/service/client/AbstractIoClient.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.service.client;
public class AbstractIoClient
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpClient.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpClient.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpClient.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.tcp;
import org.apache.mina.service.client.AbstractIoClient;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/AbstractTcpServer.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.tcp;
import java.io.IOException;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpClient.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpClient.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpClient.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.tcp.bio;
import org.apache.mina.transport.tcp.AbstractTcpClient;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/tcp/bio/BioTcpServer.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.tcp.bio;
import java.io.IOException;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpClient.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpClient.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpClient.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.udp;
import org.apache.mina.service.client.AbstractIoClient;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpServer.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpServer.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpServer.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/AbstractUdpServer.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.udp;
import java.io.IOException;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/bio/BioUdpServer.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/bio/BioUdpServer.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/bio/BioUdpServer.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/bio/BioUdpServer.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.udp.bio;
import org.apache.mina.transport.udp.AbstractUdpServer;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpClient.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpClient.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpClient.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpClient.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.udp.nio;
import org.apache.mina.transport.udp.AbstractUdpServer;
Modified:
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpServer.java
URL:
http://svn.apache.org/viewvc/mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpServer.java?rev=1090486&r1=1090485&r2=1090486&view=diff
==============================================================================
---
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpServer.java
(original)
+++
mina/branches/3.0/core/src/main/java/org/apache/mina/transport/udp/nio/NioUdpServer.java
Fri Apr 8 23:12:05 2011
@@ -1,3 +1,22 @@
+/*
+ * 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.transport.udp.nio;
import org.apache.mina.transport.udp.AbstractUdpServer;