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-plugins.git


The following commit(s) were added to refs/heads/trunk by this push:
     new b670222a6 Fixed: Add missing license header
b670222a6 is described below

commit b670222a60380271d2c73db4b53d1315137920b5
Author: Anahita Goljahani <[email protected]>
AuthorDate: Tue Jun 23 13:37:28 2026 +0200

    Fixed: Add missing license header
    
    This commit fixes an "unapproved license" issue reported in the RAT report"
---
 .../apache/ofbiz/scrum/test/ProductBacklogTests.groovy | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductBacklogTests.groovy 
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductBacklogTests.groovy
index bade4c9c0..e9514e0d4 100644
--- 
a/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductBacklogTests.groovy
+++ 
b/scrum/src/main/groovy/org/apache/ofbiz/scrum/test/ProductBacklogTests.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.scrum.test
 
 import org.apache.ofbiz.entity.GenericValue

Reply via email to