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

jleroux pushed a commit to branch release22.01
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release22.01 by this push:
     new 2e33900354 Improved: Adds LICENCE to GetUiLabels.ftl
2e33900354 is described below

commit 2e339003549cfc167153a7539d43d35773fabba1
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sat Dec 23 18:19:55 2023 +0100

    Improved: Adds LICENCE to GetUiLabels.ftl
---
 themes/common-theme/template/GetUiLabels.ftl | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)

diff --git a/themes/common-theme/template/GetUiLabels.ftl 
b/themes/common-theme/template/GetUiLabels.ftl
index cd506a0cfe..34733f61e9 100644
--- a/themes/common-theme/template/GetUiLabels.ftl
+++ b/themes/common-theme/template/GetUiLabels.ftl
@@ -1 +1,21 @@
-{<#if requiredLabels?has_content && requiredLabels?is_sequence><#list 
requiredLabels as label>"${label}": 
"${Static["org.apache.ofbiz.base.util.StringUtil"].wrapString(uiLabelMap[label])}"<#sep>,</#list></#if>}
\ No newline at end of file
+<#--
+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.
+-->
+
+
+{<#if requiredLabels?has_content && requiredLabels?is_sequence><#list 
requiredLabels as label>"${label}": 
"${Static["org.apache.ofbiz.base.util.StringUtil"].wrapString(uiLabelMap[label])}"<#sep>,</#list></#if>}

Reply via email to