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/07/01 13:42:57 UTC

svn commit: r418455 - /directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java

Author: elecharny
Date: Sat Jul  1 04:42:56 2006
New Revision: 418455

URL: http://svn.apache.org/viewvc?rev=418455&view=rev
Log:
Added the ASL 2.0 licence header

Modified:
    directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java

Modified: directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java
URL: http://svn.apache.org/viewvc/directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java?rev=418455&r1=418454&r2=418455&view=diff
==============================================================================
--- directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java (original)
+++ directory/releases/mina/0.9.4/core/src/main/java/org/apache/mina/filter/codec/support/SimpleProtocolDecoderOutput.java Sat Jul  1 04:42:56 2006
@@ -1,5 +1,18 @@
-/**
- * 
+/*
+ *   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.
+ *
  */
 package org.apache.mina.filter.codec.support;