Add 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/9232473c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9232473c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9232473c Branch: refs/heads/master Commit: 9232473cdfd10fc8eda21f41d2198e31cac45f53 Parents: 26df6bd Author: Claus Ibsen <davscl...@apache.org> Authored: Tue Aug 2 20:28:16 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Tue Aug 2 20:28:16 2016 +0200 ---------------------------------------------------------------------- .../org/apache/camel/component/chronicle-engine | 17 +++++++++++++++++ .../services/org/apache/camel/component/ehcache | 17 +++++++++++++++++ .../services/org/apache/camel/component/servicenow | 17 +++++++++++++++++ pom.xml | 2 ++ 4 files changed, 53 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9232473c/components/camel-chronicle/src/main/resources/META-INF/services/org/apache/camel/component/chronicle-engine ---------------------------------------------------------------------- diff --git a/components/camel-chronicle/src/main/resources/META-INF/services/org/apache/camel/component/chronicle-engine b/components/camel-chronicle/src/main/resources/META-INF/services/org/apache/camel/component/chronicle-engine index 946605d..09777f5 100644 --- a/components/camel-chronicle/src/main/resources/META-INF/services/org/apache/camel/component/chronicle-engine +++ b/components/camel-chronicle/src/main/resources/META-INF/services/org/apache/camel/component/chronicle-engine @@ -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.chronicle.engine.ChronicleEngineComponent http://git-wip-us.apache.org/repos/asf/camel/blob/9232473c/components/camel-ehcache/src/main/resources/META-INF/services/org/apache/camel/component/ehcache ---------------------------------------------------------------------- diff --git a/components/camel-ehcache/src/main/resources/META-INF/services/org/apache/camel/component/ehcache b/components/camel-ehcache/src/main/resources/META-INF/services/org/apache/camel/component/ehcache index 93d6556..9b3dafd 100644 --- a/components/camel-ehcache/src/main/resources/META-INF/services/org/apache/camel/component/ehcache +++ b/components/camel-ehcache/src/main/resources/META-INF/services/org/apache/camel/component/ehcache @@ -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.ehcache.EhcacheComponent http://git-wip-us.apache.org/repos/asf/camel/blob/9232473c/components/camel-servicenow/src/main/resources/META-INF/services/org/apache/camel/component/servicenow ---------------------------------------------------------------------- diff --git a/components/camel-servicenow/src/main/resources/META-INF/services/org/apache/camel/component/servicenow b/components/camel-servicenow/src/main/resources/META-INF/services/org/apache/camel/component/servicenow index be9acb6..38858aa 100644 --- a/components/camel-servicenow/src/main/resources/META-INF/services/org/apache/camel/component/servicenow +++ b/components/camel-servicenow/src/main/resources/META-INF/services/org/apache/camel/component/servicenow @@ -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.servicenow.ServiceNowComponent http://git-wip-us.apache.org/repos/asf/camel/blob/9232473c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index af8d888..aa04249 100755 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,7 @@ <exclude>**/src/signatures/*.txt</exclude> <!-- camel-salesforce BSD license from salesforce developers --> <exclude>**/CometDReplayExtension.java</exclude> + <exclude>**/LICENSE-SALESFORCE.txt</exclude> <!-- camel website and user-manual --> <exclude>**/node/**</exclude> <exclude>**/node_modules/**</exclude> @@ -269,6 +270,7 @@ <exclude>**/Dropbox_API_Terms_and_Conditions.txt</exclude> <exclude>**/MerchandiseRestResource.apxc</exclude> <exclude>**/file-sig-api.txt</exclude> + <exclude>**/Tasks__c.java</exclude> </excludes> </configuration> </plugin>