Fixed RAT
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/ab5529eb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/ab5529eb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/ab5529eb Branch: refs/heads/master Commit: ab5529ebe454d4c6386df85603b78738c2272bd3 Parents: f83c95b Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Jan 9 17:08:26 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Jan 9 17:08:26 2017 +0100 ---------------------------------------------------------------------- .../org/apache/camel/component/openstack-cinder | 17 +++++++++++++++++ .../org/apache/camel/component/openstack-glance | 17 +++++++++++++++++ .../org/apache/camel/component/openstack-keystone | 17 +++++++++++++++++ .../org/apache/camel/component/openstack-neutron | 17 +++++++++++++++++ .../org/apache/camel/component/openstack-nova | 17 +++++++++++++++++ .../org/apache/camel/component/openstack-swift | 17 +++++++++++++++++ .../src/main/resources/log4j2.properties | 16 ++++++++++++++++ .../src/main/resources/log4j2.properties | 16 ++++++++++++++++ .../src/main/resources/log4j2.properties | 16 ++++++++++++++++ .../src/main/resources/transform.xsl | 16 ++++++++++++++++ .../src/main/resources/transform.xsl | 16 ++++++++++++++++ .../camel/example/transformer/demo/jaxb.index | 17 +++++++++++++++++ platforms/spring-boot/pom.xml | 16 ++++++++++++++++ 13 files changed, 215 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-cinder ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-cinder b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-cinder index 20c55ab..93fdd0c 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-cinder +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-cinder @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.cinder.CinderComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-glance ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-glance b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-glance index e64fe78..f3ff2d5 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-glance +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-glance @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.glance.GlanceComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-keystone ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-keystone b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-keystone index d3eae0b..928cdac 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-keystone +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-keystone @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.keystone.KeystoneComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-neutron ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-neutron b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-neutron index b232275..f26d0b0 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-neutron +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-neutron @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.neutron.NeutronComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-nova ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-nova b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-nova index cbd9dae..d9f6f87 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-nova +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-nova @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.nova.NovaComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-swift ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-swift b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-swift index 3285038..313f81d 100644 --- a/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-swift +++ b/components/camel-openstack/src/main/resources/META-INF/services/org/apache/camel/component/openstack-swift @@ -1 +1,18 @@ +# +# 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. +# + class=org.apache.camel.component.openstack.swift.SwiftComponent http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-groovy/src/main/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-groovy/src/main/resources/log4j2.properties b/examples/camel-example-groovy/src/main/resources/log4j2.properties index 328db35..a56cf71 100644 --- a/examples/camel-example-groovy/src/main/resources/log4j2.properties +++ b/examples/camel-example-groovy/src/main/resources/log4j2.properties @@ -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. +# appender.out.type = Console appender.out.name = out http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-kotlin/src/main/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-kotlin/src/main/resources/log4j2.properties b/examples/camel-example-kotlin/src/main/resources/log4j2.properties index 328db35..a56cf71 100644 --- a/examples/camel-example-kotlin/src/main/resources/log4j2.properties +++ b/examples/camel-example-kotlin/src/main/resources/log4j2.properties @@ -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. +# appender.out.type = Console appender.out.name = out http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-scala/src/main/resources/log4j2.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-scala/src/main/resources/log4j2.properties b/examples/camel-example-scala/src/main/resources/log4j2.properties index d941e1b..dab908f 100644 --- a/examples/camel-example-scala/src/main/resources/log4j2.properties +++ b/examples/camel-example-scala/src/main/resources/log4j2.properties @@ -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. +# appender.out.type = Console appender.out.name = out http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-transformer-blueprint/src/main/resources/transform.xsl ---------------------------------------------------------------------- diff --git a/examples/camel-example-transformer-blueprint/src/main/resources/transform.xsl b/examples/camel-example-transformer-blueprint/src/main/resources/transform.xsl index 2f2e514..765fa65 100644 --- a/examples/camel-example-transformer-blueprint/src/main/resources/transform.xsl +++ b/examples/camel-example-transformer-blueprint/src/main/resources/transform.xsl @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="Shift_JIS"?> +<!-- + 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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="@*|node()"> <xsl:copy> http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-transformer-cdi/src/main/resources/transform.xsl ---------------------------------------------------------------------- diff --git a/examples/camel-example-transformer-cdi/src/main/resources/transform.xsl b/examples/camel-example-transformer-cdi/src/main/resources/transform.xsl index 2f2e514..765fa65 100644 --- a/examples/camel-example-transformer-cdi/src/main/resources/transform.xsl +++ b/examples/camel-example-transformer-cdi/src/main/resources/transform.xsl @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="Shift_JIS"?> +<!-- + 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. +--> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="@*|node()"> <xsl:copy> http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/examples/camel-example-transformer-demo/src/main/resources/org/apache/camel/example/transformer/demo/jaxb.index ---------------------------------------------------------------------- diff --git a/examples/camel-example-transformer-demo/src/main/resources/org/apache/camel/example/transformer/demo/jaxb.index b/examples/camel-example-transformer-demo/src/main/resources/org/apache/camel/example/transformer/demo/jaxb.index index e75bd7a..2624282 100644 --- a/examples/camel-example-transformer-demo/src/main/resources/org/apache/camel/example/transformer/demo/jaxb.index +++ b/examples/camel-example-transformer-demo/src/main/resources/org/apache/camel/example/transformer/demo/jaxb.index @@ -1,2 +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. +## ------------------------------------------------------------------------ + Order OrderResponse http://git-wip-us.apache.org/repos/asf/camel/blob/ab5529eb/platforms/spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/pom.xml b/platforms/spring-boot/pom.xml index b360b9d..7c6e83d 100644 --- a/platforms/spring-boot/pom.xml +++ b/platforms/spring-boot/pom.xml @@ -1,4 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + 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. +--> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">