Repository: camel Updated Branches: refs/heads/master 1c1953ac4 -> e036d9d96
Fixed a bunch of License header issues Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e036d9d9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e036d9d9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e036d9d9 Branch: refs/heads/master Commit: e036d9d96f7344c5c747ba9d44bfbc7fe92e2f9c Parents: 1c1953a Author: Willem Jiang <willem.ji...@gmail.com> Authored: Thu Mar 5 02:11:46 2015 +0000 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Thu Mar 5 02:11:46 2015 +0000 ---------------------------------------------------------------------- components/camel-cassandraql/pom.xml | 16 ++++++++++++++++ .../services/org/apache/camel/component/docker | 18 +++++++++++++++++- components/camel-google-calendar/pom.xml | 16 ++++++++++++++++ .../org/apache/camel/component/google-calendar | 16 ++++++++++++++++ .../org/apache/camel/component/google-mail | 16 ++++++++++++++++ 5 files changed, 81 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e036d9d9/components/camel-cassandraql/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cassandraql/pom.xml b/components/camel-cassandraql/pom.xml index 239d157..1e12818 100644 --- a/components/camel-cassandraql/pom.xml +++ b/components/camel-cassandraql/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/e036d9d9/components/camel-docker/src/main/resources/META-INF/services/org/apache/camel/component/docker ---------------------------------------------------------------------- diff --git a/components/camel-docker/src/main/resources/META-INF/services/org/apache/camel/component/docker b/components/camel-docker/src/main/resources/META-INF/services/org/apache/camel/component/docker index 04c6a36..32402d0 100644 --- a/components/camel-docker/src/main/resources/META-INF/services/org/apache/camel/component/docker +++ b/components/camel-docker/src/main/resources/META-INF/services/org/apache/camel/component/docker @@ -1 +1,17 @@ -class=org.apache.camel.component.docker.DockerComponent \ No newline at end of file +# +# 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.docker.DockerComponent http://git-wip-us.apache.org/repos/asf/camel/blob/e036d9d9/components/camel-google-calendar/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-google-calendar/pom.xml b/components/camel-google-calendar/pom.xml index 5d2615e..882af7f 100644 --- a/components/camel-google-calendar/pom.xml +++ b/components/camel-google-calendar/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/e036d9d9/components/camel-google-calendar/src/main/resources/META-INF/services/org/apache/camel/component/google-calendar ---------------------------------------------------------------------- diff --git a/components/camel-google-calendar/src/main/resources/META-INF/services/org/apache/camel/component/google-calendar b/components/camel-google-calendar/src/main/resources/META-INF/services/org/apache/camel/component/google-calendar index de56683..e177eac 100644 --- a/components/camel-google-calendar/src/main/resources/META-INF/services/org/apache/camel/component/google-calendar +++ b/components/camel-google-calendar/src/main/resources/META-INF/services/org/apache/camel/component/google-calendar @@ -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. +# class=org.apache.camel.component.google.calendar.GoogleCalendarComponent http://git-wip-us.apache.org/repos/asf/camel/blob/e036d9d9/components/camel-google-mail/src/main/resources/META-INF/services/org/apache/camel/component/google-mail ---------------------------------------------------------------------- diff --git a/components/camel-google-mail/src/main/resources/META-INF/services/org/apache/camel/component/google-mail b/components/camel-google-mail/src/main/resources/META-INF/services/org/apache/camel/component/google-mail index 75513b1..bf88e1b 100644 --- a/components/camel-google-mail/src/main/resources/META-INF/services/org/apache/camel/component/google-mail +++ b/components/camel-google-mail/src/main/resources/META-INF/services/org/apache/camel/component/google-mail @@ -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. +# class=org.apache.camel.component.google.mail.GoogleMailComponent