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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b13f01501 point to adoc file from subproject root (add license 
headers)
5b13f01501 is described below

commit 5b13f01501ee0f1fd8ad68e77583511174967b9a
Author: Paul King <[email protected]>
AuthorDate: Wed Mar 25 09:32:45 2026 +1000

    point to adoc file from subproject root (add license headers)
---
 subprojects/groovy-typecheckers/README.adoc | 23 ++++++++++++++++++++++-
 subprojects/groovy-xml/README.adoc          | 23 ++++++++++++++++++++++-
 subprojects/groovy-yaml/README.adoc         | 23 ++++++++++++++++++++++-
 3 files changed, 66 insertions(+), 3 deletions(-)

diff --git a/subprojects/groovy-typecheckers/README.adoc 
b/subprojects/groovy-typecheckers/README.adoc
index 3e5cd6d4ec..82e385e2d7 100644
--- a/subprojects/groovy-typecheckers/README.adoc
+++ b/subprojects/groovy-typecheckers/README.adoc
@@ -1,5 +1,26 @@
+//////////////////////////////////////////
+
+  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.
+
+//////////////////////////////////////////
+
 = Groovy Typecheckers Module
 
 Provides built-in auxiliary type checkers that extend Groovy's static type 
checking mechanism for specific scenarios.
 
-See link:src/spec/doc/typecheckers.adoc[typecheckers.adoc] for detailed 
documentation.
\ No newline at end of file
+See link:src/spec/doc/typecheckers.adoc[typecheckers.adoc] for detailed 
documentation.
diff --git a/subprojects/groovy-xml/README.adoc 
b/subprojects/groovy-xml/README.adoc
index c933e1ac00..8491c4cf1d 100644
--- a/subprojects/groovy-xml/README.adoc
+++ b/subprojects/groovy-xml/README.adoc
@@ -1,5 +1,26 @@
+//////////////////////////////////////////
+
+  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.
+
+//////////////////////////////////////////
+
 = Groovy XML Module
 
 Provides support for parsing and generating XML with classes like XmlParser 
and XmlSlurper.
 
-See link:src/spec/doc/xml-userguide.adoc[xml-userguide.adoc] for detailed 
documentation.
\ No newline at end of file
+See link:src/spec/doc/xml-userguide.adoc[xml-userguide.adoc] for detailed 
documentation.
diff --git a/subprojects/groovy-yaml/README.adoc 
b/subprojects/groovy-yaml/README.adoc
index 9372a800a0..9248338d56 100644
--- a/subprojects/groovy-yaml/README.adoc
+++ b/subprojects/groovy-yaml/README.adoc
@@ -1,5 +1,26 @@
+//////////////////////////////////////////
+
+  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.
+
+//////////////////////////////////////////
+
 = Groovy YAML Module
 
 Provides support for converting between Groovy objects and YAML with classes 
for serialisation and parsing.
 
-See link:src/spec/doc/yaml-userguide.adoc[yaml-userguide.adoc] for detailed 
documentation.
\ No newline at end of file
+See link:src/spec/doc/yaml-userguide.adoc[yaml-userguide.adoc] for detailed 
documentation.

Reply via email to