This is an automated email from the ASF dual-hosted git repository. jleroux 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 eec8a6e69 Improved: Handle licence issues reported by RAT in trunk (OFBIZ-12796) eec8a6e69 is described below commit eec8a6e69c62f1650a327056b47f29338f2d8f70 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;