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/8ad61d39
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8ad61d39
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8ad61d39

Branch: refs/heads/camel-2.17.x
Commit: 8ad61d39d89d0822eea8e43a7d4666c68c1eaaac
Parents: d449324
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 13:25:19 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/8ad61d39/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/8ad61d39/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

Reply via email to