You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by rb...@apache.org on 2013/07/04 00:53:54 UTC

[2/5] git commit: Apache license header

Apache license header


Project: http://git-wip-us.apache.org/repos/asf/mina/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina/commit/47c41139
Tree: http://git-wip-us.apache.org/repos/asf/mina/tree/47c41139
Diff: http://git-wip-us.apache.org/repos/asf/mina/diff/47c41139

Branch: refs/heads/trunk
Commit: 47c41139436c75dcff1df04650e60f4698bdde31
Parents: e5bc469
Author: Raphaël P. Barazzutti <rb...@apache.org>
Authored: Wed Jul 3 22:18:55 2013 +0200
Committer: Raphaël P. Barazzutti <rb...@apache.org>
Committed: Thu Jul 4 00:41:04 2013 +0200

----------------------------------------------------------------------
 .../mina/codec/delimited/ints/IntTranscoder.java | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina/blob/47c41139/codec/src/main/java/org/apache/mina/codec/delimited/ints/IntTranscoder.java
----------------------------------------------------------------------
diff --git a/codec/src/main/java/org/apache/mina/codec/delimited/ints/IntTranscoder.java b/codec/src/main/java/org/apache/mina/codec/delimited/ints/IntTranscoder.java
index 35a145c..53dc2f8 100644
--- a/codec/src/main/java/org/apache/mina/codec/delimited/ints/IntTranscoder.java
+++ b/codec/src/main/java/org/apache/mina/codec/delimited/ints/IntTranscoder.java
@@ -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.codec.delimited.ints;
 
 import org.apache.mina.codec.delimited.ByteBufferEncoder;