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 5287422087 add missing copyright
5287422087 is described below
commit 5287422087d1a70ec7e3f4b10970b52772614c43
Author: James Daugherty <[email protected]>
AuthorDate: Sun Jun 1 08:49:18 2025 -0400
add missing copyright
---
.../test/groovy/grails/init/GrailsVersionSpec.groovy | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git
a/grails-wrapper/src/test/groovy/grails/init/GrailsVersionSpec.groovy
b/grails-wrapper/src/test/groovy/grails/init/GrailsVersionSpec.groovy
index 42b6b6d56b..8a8991e225 100644
--- a/grails-wrapper/src/test/groovy/grails/init/GrailsVersionSpec.groovy
+++ b/grails-wrapper/src/test/groovy/grails/init/GrailsVersionSpec.groovy
@@ -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 grails.init
import spock.lang.Specification