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-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 0530a58d3a Improved: Adds LICENCE to GetUiLabels.ftl
0530a58d3a is described below
commit 0530a58d3a912520b7f9e46c5ccde98fd3737bf5
Author: Jacques Le Roux <[email protected]>
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>}