Updated license header
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/024898db Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/024898db Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/024898db Branch: refs/heads/master Commit: 024898db425ea35a5b153ca38fec29cacec48a39 Parents: 36bcdc8 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Oct 29 12:37:13 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Oct 29 12:37:13 2016 +0200 ---------------------------------------------------------------------- .../scala/converter/ScalaCollections.scala | 29 ++++++++++--------- .../camel/scala/converter/ScalaOption.scala | 30 ++++++++++---------- 2 files changed, 30 insertions(+), 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/024898db/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaCollections.scala ---------------------------------------------------------------------- diff --git a/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaCollections.scala b/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaCollections.scala index 8b84f21..99f7b55 100644 --- a/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaCollections.scala +++ b/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaCollections.scala @@ -1,18 +1,19 @@ /** - * Copyright (C) 2011 Osinka <http://osinka.ru> - * - * Licensed 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. - */ + * 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.scala.converter import org.apache.camel.Converter http://git-wip-us.apache.org/repos/asf/camel/blob/024898db/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaOption.scala ---------------------------------------------------------------------- diff --git a/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaOption.scala b/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaOption.scala index 7e2ba5f..449799e 100644 --- a/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaOption.scala +++ b/components/camel-scala/src/main/scala/org/apache/camel/scala/converter/ScalaOption.scala @@ -1,19 +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. - */ + * 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.scala.converter import org.apache.camel.Converter