Repository: camel Updated Branches: refs/heads/camel-2.12.x cfa1a9aab -> ebc07d17f
Added the missing License header Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ebc07d17 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ebc07d17 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ebc07d17 Branch: refs/heads/camel-2.12.x Commit: ebc07d17f42f3726e5d4bfd0eb9162880a1adabf Parents: cfa1a9a Author: Willem Jiang <willem.ji...@gmail.com> Authored: Thu Feb 20 20:52:34 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Feb 20 20:54:17 2014 +0800 ---------------------------------------------------------------------- .../model/simple/spanLastRecord/SpanLastRecord.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ebc07d17/components/camel-bindy/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/spanLastRecord/SpanLastRecord.java ---------------------------------------------------------------------- diff --git a/components/camel-bindy/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/spanLastRecord/SpanLastRecord.java b/components/camel-bindy/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/spanLastRecord/SpanLastRecord.java index bcb01ee..64ce3c5 100644 --- a/components/camel-bindy/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/spanLastRecord/SpanLastRecord.java +++ b/components/camel-bindy/components/camel-bindy/src/test/java/org/apache/camel/dataformat/bindy/model/simple/spanLastRecord/SpanLastRecord.java @@ -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. + */ package org.apache.camel.dataformat.bindy.model.simple.spanLastRecord; import org.apache.camel.dataformat.bindy.annotation.CsvRecord;