You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/20 09:12:43 UTC

[camel-spring-boot] branch main updated: Missing license headers

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 773d871  Missing license headers
773d871 is described below

commit 773d871e66cc292f412b198dae6c3e1cc2fb12d0
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Mar 20 10:12:31 2022 +0100

    Missing license headers
---
 .../java/org/apache/camel/openapi/DummyBookService.java  | 16 ++++++++++++++++
 .../java/org/apache/camel/openapi/DummyUserService.java  | 16 ++++++++++++++++
 .../java/org/apache/camel/component/sql/BaseSql.java     | 16 ++++++++++++++++
 .../component/sql/aggregation/MyAggregationStrategy.java | 16 ++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyBookService.java b/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyBookService.java
index cd3fb57..26d3e80 100644
--- a/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyBookService.java
+++ b/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyBookService.java
@@ -1,3 +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.
+ */
 package org.apache.camel.openapi;
 
 import org.springframework.stereotype.Component;
diff --git a/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyUserService.java b/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyUserService.java
index cde0356..d6eb77a 100644
--- a/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyUserService.java
+++ b/components-starter/camel-openapi-java-starter/src/test/java/org/apache/camel/openapi/DummyUserService.java
@@ -1,3 +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.
+ */
 package org.apache.camel.openapi;
 
 import org.springframework.stereotype.Component;
diff --git a/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/BaseSql.java b/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/BaseSql.java
index 22e528c..02b8a58 100644
--- a/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/BaseSql.java
+++ b/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/BaseSql.java
@@ -1,3 +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.
+ */
 package org.apache.camel.component.sql;
 
 import org.apache.camel.CamelContext;
diff --git a/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/aggregation/MyAggregationStrategy.java b/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/aggregation/MyAggregationStrategy.java
index 9740f54..178d0b4 100644
--- a/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/aggregation/MyAggregationStrategy.java
+++ b/components-starter/camel-sql-starter/src/test/java/org/apache/camel/component/sql/aggregation/MyAggregationStrategy.java
@@ -1,3 +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.
+ */
 package org.apache.camel.component.sql.aggregation;
 
 import org.apache.camel.AggregationStrategy;