This is an automated email from the ASF dual-hosted git repository.
golja pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new dbdce61c6b Fixed: Add missing license headers
dbdce61c6b is described below
commit dbdce61c6b57c9ac3a9cfef1b3b78bb47326507b
Author: Anahita Goljahani <[email protected]>
AuthorDate: Tue Jun 23 13:04:03 2026 +0200
Fixed: Add missing license headers
This commit fixes some of the "unapproved licenses" issues reported in the
RAT report.
---
.../manufacturing/test/InventoryIssuanceTests.groovy | 18 ++++++++++++++++++
.../services/org.apache.ofbiz.security.Security | 17 +++++++++++++++++
.../org/apache/ofbiz/base/util/string/UelMapping.java | 18 ++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git
a/applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/test/InventoryIssuanceTests.groovy
b/applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/test/InventoryIssuanceTests.groovy
index a4ac645d84..a245218627 100644
---
a/applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/test/InventoryIssuanceTests.groovy
+++
b/applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/test/InventoryIssuanceTests.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
+ *
+ * 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.
+ */
package org.apache.ofbiz.manufacturing.test
import org.apache.ofbiz.entity.GenericValue
diff --git
a/applications/securityext/src/main/resources/META-INF/services/org.apache.ofbiz.security.Security
b/applications/securityext/src/main/resources/META-INF/services/org.apache.ofbiz.security.Security
index 21f0d45241..b412a28997 100644
---
a/applications/securityext/src/main/resources/META-INF/services/org.apache.ofbiz.security.Security
+++
b/applications/securityext/src/main/resources/META-INF/services/org.apache.ofbiz.security.Security
@@ -1 +1,18 @@
+# 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.
+
org.apache.ofbiz.securityext.security.OFBizApplicationSecurity
diff --git
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelMapping.java
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelMapping.java
index d647fe76ea..c73937377d 100644
---
a/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelMapping.java
+++
b/framework/base/src/main/java/org/apache/ofbiz/base/util/string/UelMapping.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
+ *
+ * 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.
+
*******************************************************************************/
package org.apache.ofbiz.base.util.string;
import java.lang.reflect.Method;