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 fd4bd434b38 Fix RAT
fd4bd434b38 is described below

commit fd4bd434b38f78e5e825247ce6c636e8cbb3318c
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Apr 9 13:27:49 2026 +0200

    Fix RAT
---
 .../resources/META-INF/archetype-post-generate.groovy  | 17 +++++++++++++++++
 .../src/main/resources/logback.xml                     | 18 ++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git 
a/archetypes/camel-archetype-spring-boot/src/main/resources/META-INF/archetype-post-generate.groovy
 
b/archetypes/camel-archetype-spring-boot/src/main/resources/META-INF/archetype-post-generate.groovy
index 742f51da2cd..a464d95557c 100644
--- 
a/archetypes/camel-archetype-spring-boot/src/main/resources/META-INF/archetype-post-generate.groovy
+++ 
b/archetypes/camel-archetype-spring-boot/src/main/resources/META-INF/archetype-post-generate.groovy
@@ -1,3 +1,20 @@
+/*
+ * 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.
+ */
+
 import java.nio.file.Path
 import java.nio.file.Paths
 import org.slf4j.LoggerFactory
diff --git a/tests/camel-itest-spring-boot/src/main/resources/logback.xml 
b/tests/camel-itest-spring-boot/src/main/resources/logback.xml
index 9baeaf36980..87d03b87c6d 100644
--- a/tests/camel-itest-spring-boot/src/main/resources/logback.xml
+++ b/tests/camel-itest-spring-boot/src/main/resources/logback.xml
@@ -1,4 +1,22 @@
 <?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.
+
+-->
 <configuration>
     <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
         <encoder>

Reply via email to