Fixed missing licenses. RAT check
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f0eeaf23 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f0eeaf23 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f0eeaf23 Branch: refs/heads/master Commit: f0eeaf233206aad7b32b24de4c294bce63b6bb77 Parents: a7f2510 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Apr 21 20:16:21 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Apr 21 20:23:26 2017 +0200 ---------------------------------------------------------------------- .../camel-grpc/src/test/java/META-INF/MANIFEST.MF | 3 --- .../src/main/resources/application.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../transformer/demo/OrderResponseValidator.java | 17 +++++++++++++++++ .../src/main/resources/application.properties | 17 +++++++++++++++++ .../main/java/sample/camel/GreetingValidator.java | 16 ++++++++++++++++ pom.xml | 5 ++++- 11 files changed, 156 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/components/camel-grpc/src/test/java/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/components/camel-grpc/src/test/java/META-INF/MANIFEST.MF b/components/camel-grpc/src/test/java/META-INF/MANIFEST.MF deleted file mode 100644 index 5e94951..0000000 --- a/components/camel-grpc/src/test/java/META-INF/MANIFEST.MF +++ /dev/null @@ -1,3 +0,0 @@ -Manifest-Version: 1.0 -Class-Path: - http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/connectors/examples/petstore-example/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/connectors/examples/petstore-example/src/main/resources/application.properties b/connectors/examples/petstore-example/src/main/resources/application.properties index e9ab8a5..4ccb940 100644 --- a/connectors/examples/petstore-example/src/main/resources/application.properties +++ b/connectors/examples/petstore-example/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + camel.springboot.name=PetStore # the url for the swagger doc http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/connectors/examples/twitter-salesforce-example/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/connectors/examples/twitter-salesforce-example/src/main/resources/application.properties b/connectors/examples/twitter-salesforce-example/src/main/resources/application.properties index 08078d5..4c25b08 100644 --- a/connectors/examples/twitter-salesforce-example/src/main/resources/application.properties +++ b/connectors/examples/twitter-salesforce-example/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + ## name of CamelContext camel.springboot.name=mention http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-spring-boot-servicecall/consumer/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-servicecall/consumer/src/main/resources/application.properties b/examples/camel-example-spring-boot-servicecall/consumer/src/main/resources/application.properties index bd777b6..9eb9543 100644 --- a/examples/camel-example-spring-boot-servicecall/consumer/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-servicecall/consumer/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + # Spring Boot endpoints.enabled=false endpoints.health.enabled=true http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-spring-boot-servicecall/services/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-servicecall/services/src/main/resources/application.properties b/examples/camel-example-spring-boot-servicecall/services/src/main/resources/application.properties index 3585779..398ee68 100644 --- a/examples/camel-example-spring-boot-servicecall/services/src/main/resources/application.properties +++ b/examples/camel-example-spring-boot-servicecall/services/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + # Spring Boot endpoints.enabled=false endpoints.health.enabled=true http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties b/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties index a58fd6f..bac2654 100644 --- a/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties +++ b/examples/camel-example-spring-cloud-servicecall/consumer/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + # Spring Boot endpoints.enabled=false endpoints.health.enabled=true http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-spring-cloud-servicecall/service/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-cloud-servicecall/service/src/main/resources/application.properties b/examples/camel-example-spring-cloud-servicecall/service/src/main/resources/application.properties index 3585779..398ee68 100644 --- a/examples/camel-example-spring-cloud-servicecall/service/src/main/resources/application.properties +++ b/examples/camel-example-spring-cloud-servicecall/service/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + # Spring Boot endpoints.enabled=false endpoints.health.enabled=true http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-transformer-demo/src/main/java/org/apache/camel/example/transformer/demo/OrderResponseValidator.java ---------------------------------------------------------------------- diff --git a/examples/camel-example-transformer-demo/src/main/java/org/apache/camel/example/transformer/demo/OrderResponseValidator.java b/examples/camel-example-transformer-demo/src/main/java/org/apache/camel/example/transformer/demo/OrderResponseValidator.java index 2ebf9f3..424e37f 100644 --- a/examples/camel-example-transformer-demo/src/main/java/org/apache/camel/example/transformer/demo/OrderResponseValidator.java +++ b/examples/camel-example-transformer-demo/src/main/java/org/apache/camel/example/transformer/demo/OrderResponseValidator.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.example.transformer.demo; import org.apache.camel.Message; @@ -8,6 +24,7 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class OrderResponseValidator extends Validator { + private static final Logger LOG = LoggerFactory.getLogger(OrderResponseValidator.class); @Override http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-twitter-salesforce/src/main/resources/application.properties ---------------------------------------------------------------------- diff --git a/examples/camel-example-twitter-salesforce/src/main/resources/application.properties b/examples/camel-example-twitter-salesforce/src/main/resources/application.properties index a3fb8da..d201b69 100644 --- a/examples/camel-example-twitter-salesforce/src/main/resources/application.properties +++ b/examples/camel-example-twitter-salesforce/src/main/resources/application.properties @@ -1,3 +1,20 @@ +# +# 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. +# + ## name of CamelContext camel.springboot.name=mention http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/examples/camel-example-validator-spring-boot/src/main/java/sample/camel/GreetingValidator.java ---------------------------------------------------------------------- diff --git a/examples/camel-example-validator-spring-boot/src/main/java/sample/camel/GreetingValidator.java b/examples/camel-example-validator-spring-boot/src/main/java/sample/camel/GreetingValidator.java index 79129ff..e751372 100644 --- a/examples/camel-example-validator-spring-boot/src/main/java/sample/camel/GreetingValidator.java +++ b/examples/camel-example-validator-spring-boot/src/main/java/sample/camel/GreetingValidator.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 sample.camel; import org.apache.camel.Message; http://git-wip-us.apache.org/repos/asf/camel/blob/f0eeaf23/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c0d3ff9..cf16c19 100755 --- a/pom.xml +++ b/pom.xml @@ -241,6 +241,7 @@ <exclude>**/*.md</exclude> <exclude>**/*.sh</exclude> <exclude>**/*.bat</exclude> + <exclude>**/java9-maven-settings</exclude> <!-- tooling/camel-manual/src/styles/print.css use a different license --> <exclude>**/src/styles/print.css</exclude> <!-- tooling for component docs --> @@ -275,7 +276,9 @@ <!-- camel connector --> <exclude>**/camel-connector.json</exclude> <exclude>**/camel-connector-schema.json</exclude> - <exclude>**/camel-connector-maven-plugin/src/main/resources/META-INF/MANIFEST.MF</exclude> + <exclude>**/src/main/resources/META-INF/MANIFEST.MF</exclude> + <!-- examples --> + <exclude>**/fabric8/*.yaml</exclude> <!-- generated files --> <exclude>**/target/**/*</exclude> <exclude>**/eclipse-classes/**/*</exclude>