This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 16d07ec542 update license files on spring boot example java files
16d07ec542 is described below
commit 16d07ec54218b7b680c5d1e6b07e59878108df4e
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 14:19:38 2025 -0400
update license files on spring boot example java files
---
.../app/src/main/java/hello/Application.java | 18 ++++++++++++++++++
.../app/src/main/java/hello/Person.java | 18 ++++++++++++++++++
.../app/src/main/java/hello/WebController.java | 18 ++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git
a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Application.java
b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Application.java
index 2e6cf3cac0..48810f2395 100644
---
a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Application.java
+++
b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Application.java
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ * https://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 hello;
import org.springframework.boot.SpringApplication;
diff --git
a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Person.java
b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Person.java
index 43eb07a041..eca6398c2d 100644
--- a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Person.java
+++ b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/Person.java
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ * https://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 hello;
import jakarta.validation.constraints.Min;
diff --git
a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/WebController.java
b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/WebController.java
index 1e20f9be8a..c2b2988b77 100644
---
a/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/WebController.java
+++
b/grails-test-examples/gsp-spring-boot/app/src/main/java/hello/WebController.java
@@ -1,3 +1,21 @@
+/*
+ * 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
+ *
+ * https://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 hello;
import jakarta.servlet.http.HttpSession;