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

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 06dd96118 Improved: Handle licence issues reported by RAT in trunk 
(OFBIZ-12796)
06dd96118 is described below

commit 06dd9611862c0e69ba457c29eb6c57a25797a14e
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Apr 11 13:25:05 2023 +0200

    Improved: Handle licence issues reported by RAT in trunk (OFBIZ-12796)
    
    Fixes a missing ASL2 header in ForumEvents.java
    
    There are a bunch of others related to Docker. I'll ask Daniel to handle 
them.
---
 .../org/apache/ofbiz/ecommerce/forum/ForumEvents.java  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git 
a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java 
b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
index 7285ce0f5..92892305e 100644
--- a/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.java
+++ b/ecommerce/src/main/java/org/apache/ofbiz/ecommerce/forum/ForumEvents.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.ecommerce.forum;
 
 import java.util.HashMap;

Reply via email to