Fixed RAT license check
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/abcfaf23 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/abcfaf23 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/abcfaf23 Branch: refs/heads/master Commit: abcfaf23e454e61dc2f3cfef674ca20e8d780e4e Parents: b99c61d Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Mar 11 10:01:42 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Mar 11 10:27:46 2016 +0100 ---------------------------------------------------------------------- .../services/org/apache/camel/component/etcd | 17 +++++++++++++++++ components/camel-jcache/pom.xml | 16 ++++++++++++++++ .../services/org/apache/camel/component/jcache | 17 +++++++++++++++++ .../services/org/apache/camel/component/mllp | 17 +++++++++++++++++ components/pom.xml | 3 ++- .../src/main/resources/jms.properties | 16 ++++++++++++++++ .../META-INF/apache-deltaspike.properties | 16 ++++++++++++++++ .../src/main/resources/application.properties | 16 ++++++++++++++++ platforms/commands/commands-spring-boot/pom.xml | 16 ++++++++++++++++ .../META-INF/services/org.crsh.plugin.CRaSHPlugin | 16 ++++++++++++++++ pom.xml | 5 +++++ 11 files changed, 154 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd ---------------------------------------------------------------------- diff --git a/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd b/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd index 5f6b3f0..5d21d89 100644 --- a/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd +++ b/components/camel-etcd/src/main/resources/META-INF/services/org/apache/camel/component/etcd @@ -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.etcd.EtcdComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-jcache/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jcache/pom.xml b/components/camel-jcache/pom.xml index 33009f4..3eff16b 100644 --- a/components/camel-jcache/pom.xml +++ b/components/camel-jcache/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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache ---------------------------------------------------------------------- diff --git a/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache b/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache index bbf037c..4ebc5df 100644 --- a/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache +++ b/components/camel-jcache/src/main/resources/META-INF/services/org/apache/camel/component/jcache @@ -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.jcache.JCacheComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp ---------------------------------------------------------------------- diff --git a/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp b/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp index 3aedcac..9544c9f 100644 --- a/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp +++ b/components/camel-mllp/src/main/resources/META-INF/services/org/apache/camel/component/mllp @@ -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.mllp.MllpComponent http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/components/pom.xml ---------------------------------------------------------------------- diff --git a/components/pom.xml b/components/pom.xml index fbef878..22383c4 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -14,7 +14,8 @@ 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/maven-v4_0_0.xsd"> +--> +<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/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-cdi-osgi/src/main/resources/jms.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi-osgi/src/main/resources/jms.properties b/examples/camel-example-cdi-osgi/src/main/resources/jms.properties index 5befb53..cd6dc76 100644 --- a/examples/camel-example-cdi-osgi/src/main/resources/jms.properties +++ b/examples/camel-example-cdi-osgi/src/main/resources/jms.properties @@ -1 +1,17 @@ +## --------------------------------------------------------------------------- +## 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. + jms.maxConnections=4 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties b/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties index 358e7d4..244b7fa 100644 --- a/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties +++ b/examples/camel-example-cdi-properties/src/main/resources/META-INF/apache-deltaspike.properties @@ -1,2 +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. + destination=direct:hello message=Hello \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties b/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties index 1f2aa04..b4fd77a 100644 --- a/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-metrics/src/main/resources/application.properties @@ -1,2 +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. + info.build.name=Example of sending camel metrics to Graphite camel.springboot.name=camel-example-spring-boot-metrics http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/platforms/commands/commands-spring-boot/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-spring-boot/pom.xml b/platforms/commands/commands-spring-boot/pom.xml index f1742d0..5b6d4e6 100755 --- a/platforms/commands/commands-spring-boot/pom.xml +++ b/platforms/commands/commands-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"> http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin ---------------------------------------------------------------------- diff --git a/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin b/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin index b3b459a..642c133 100755 --- a/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin +++ b/platforms/commands/commands-spring-boot/src/main/resources/META-INF/services/org.crsh.plugin.CRaSHPlugin @@ -1 +1,17 @@ +## --------------------------------------------------------------------------- +## 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. + org.apache.camel.springboot.commands.crsh.CamelCommandsPlugin \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/abcfaf23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce59283..b5de69c 100755 --- a/pom.xml +++ b/pom.xml @@ -231,8 +231,13 @@ <exclude>.gitignore</exclude> <exclude>.git/**/*</exclude> <exclude>**/*.adoc</exclude> + <exclude>**/*.md</exclude> <!-- tooling/camel-manual/src/styles/print.css use a different license --> <exclude>**/src/styles/print.css</exclude> + <!-- tooling for component docs --> + <exclude>**/component-header.mvel</exclude> + <exclude>**/component-options.mvel</exclude> + <exclude>**/endpoint-options.mvel</exclude> <!-- cxf does not handle comments here --> <exclude>**/src/main/resources/META-INF/cxf/cxf.extension</exclude> <exclude>**/src/main/resources/META-INF/cxf/bus-extensions.txt</exclude>