Updated Branches: refs/heads/camel-2.12.x 3fc2acac3 -> 03076c857
added the missing license header(s) in the camel-facebook component Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/99860915 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/99860915 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/99860915 Branch: refs/heads/camel-2.12.x Commit: 998609158f0234fbe9652d1e15632730b8a0b599 Parents: 3fc2aca Author: cmueller <[email protected]> Authored: Sun Sep 15 15:44:28 2013 +0200 Committer: cmueller <[email protected]> Committed: Sun Sep 15 17:12:18 2013 +0200 ---------------------------------------------------------------------- .../services/org/apache/camel/component/facebook | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/99860915/components/camel-facebook/src/main/resources/META-INF/services/org/apache/camel/component/facebook ---------------------------------------------------------------------- diff --git a/components/camel-facebook/src/main/resources/META-INF/services/org/apache/camel/component/facebook b/components/camel-facebook/src/main/resources/META-INF/services/org/apache/camel/component/facebook index bad2fa3..0ee7e12 100644 --- a/components/camel-facebook/src/main/resources/META-INF/services/org/apache/camel/component/facebook +++ b/components/camel-facebook/src/main/resources/META-INF/services/org/apache/camel/component/facebook @@ -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.facebook.FacebookComponent
