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 b5c872a4fa update license changes
b5c872a4fa is described below

commit b5c872a4fa08df59e6a656fdcdb3a57a50874882
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 13:19:25 2025 -0400

    update license changes
---
 .../gorm/rx/collection/ObservableCollection.java       | 18 ++++++++++++++++++
 .../gorm/rx/collection/RxPersistentCollection.java     | 18 ++++++++++++++++++
 .../gorm/rx/collection/RxUnidirectionalCollection.java | 18 ++++++++++++++++++
 .../groovy/grails/gorm/rx/multitenancy/Tenants.groovy  |  1 -
 .../groovy/grails/gorm/rx/proxy/ObservableProxy.java   | 18 ++++++++++++++++++
 .../groovy/grails/gorm/rx/services/RxSchedule.java     | 18 ++++++++++++++++++
 6 files changed, 90 insertions(+), 1 deletion(-)

diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/ObservableCollection.java
 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/ObservableCollection.java
index 93206351aa..4b0344748e 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/ObservableCollection.java
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/ObservableCollection.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 grails.gorm.rx.collection;
 
 
diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxPersistentCollection.java
 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxPersistentCollection.java
index 21df5077cd..bab3ac740c 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxPersistentCollection.java
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxPersistentCollection.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 grails.gorm.rx.collection;
 
 import org.grails.datastore.mapping.collection.PersistentCollection;
diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxUnidirectionalCollection.java
 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxUnidirectionalCollection.java
index a6e2fa2471..c810dca878 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxUnidirectionalCollection.java
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/collection/RxUnidirectionalCollection.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 grails.gorm.rx.collection;
 
 import java.io.Serializable;
diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/multitenancy/Tenants.groovy
 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/multitenancy/Tenants.groovy
index 8230b2182b..74bea083c5 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/multitenancy/Tenants.groovy
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/multitenancy/Tenants.groovy
@@ -16,7 +16,6 @@
  *  specific language governing permissions and limitations
  *  under the License.
  */
-
 package grails.gorm.rx.multitenancy
 
 import groovy.transform.CompileStatic
diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/proxy/ObservableProxy.java
 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/proxy/ObservableProxy.java
index 2f15f9f8af..fc190a5a19 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/proxy/ObservableProxy.java
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/proxy/ObservableProxy.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 grails.gorm.rx.proxy;
 
 import grails.gorm.rx.PersistentObservable;
diff --git 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/services/RxSchedule.java 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/services/RxSchedule.java
index f9d68970a7..61e6ba77a9 100644
--- 
a/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/services/RxSchedule.java
+++ 
b/grails-datamapping-rx/src/main/groovy/grails/gorm/rx/services/RxSchedule.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 grails.gorm.rx.services;
 
 import org.codehaus.groovy.transform.GroovyASTTransformationClass;

Reply via email to