Updated Branches: refs/heads/master 39a5d8abc -> adb38f61d
added the missing license header(s) in the camel-jaxb component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/adb38f61 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/adb38f61 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/adb38f61 Branch: refs/heads/master Commit: adb38f61d9e4b766cb9bc73eef5d0d8a067f8acf Parents: 39a5d8a Author: cmueller <cmuel...@apache.org> Authored: Sun Sep 15 15:47:07 2013 +0200 Committer: cmueller <cmuel...@apache.org> Committed: Sun Sep 15 15:47:07 2013 +0200 ---------------------------------------------------------------------- .../converter/jaxb/JaxbXmlStreamWriterWrapper.java | 16 ++++++++++++++++ .../converter/jaxb/NoopXmlStreamWriterWrapper.java | 16 ++++++++++++++++ .../org/apache/camel/jaxb/TestXmlStreamWriter.java | 16 ++++++++++++++++ 3 files changed, 48 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/adb38f61/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbXmlStreamWriterWrapper.java ---------------------------------------------------------------------- diff --git a/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbXmlStreamWriterWrapper.java b/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbXmlStreamWriterWrapper.java index ed5010e..8aca8ff 100644 --- a/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbXmlStreamWriterWrapper.java +++ b/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/JaxbXmlStreamWriterWrapper.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.converter.jaxb; import javax.xml.stream.XMLStreamWriter; http://git-wip-us.apache.org/repos/asf/camel/blob/adb38f61/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NoopXmlStreamWriterWrapper.java ---------------------------------------------------------------------- diff --git a/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NoopXmlStreamWriterWrapper.java b/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NoopXmlStreamWriterWrapper.java index d95506f..3af4333 100644 --- a/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NoopXmlStreamWriterWrapper.java +++ b/components/camel-jaxb/src/main/java/org/apache/camel/converter/jaxb/NoopXmlStreamWriterWrapper.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.converter.jaxb; import javax.xml.stream.XMLStreamWriter; http://git-wip-us.apache.org/repos/asf/camel/blob/adb38f61/components/camel-jaxb/src/test/java/org/apache/camel/jaxb/TestXmlStreamWriter.java ---------------------------------------------------------------------- diff --git a/components/camel-jaxb/src/test/java/org/apache/camel/jaxb/TestXmlStreamWriter.java b/components/camel-jaxb/src/test/java/org/apache/camel/jaxb/TestXmlStreamWriter.java index d15c895..2b09ae0 100644 --- a/components/camel-jaxb/src/test/java/org/apache/camel/jaxb/TestXmlStreamWriter.java +++ b/components/camel-jaxb/src/test/java/org/apache/camel/jaxb/TestXmlStreamWriter.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.jaxb; import org.apache.camel.converter.jaxb.JaxbXmlStreamWriterWrapper;