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-framework.git
The following commit(s) were added to refs/heads/release18.12 by this push:
new 651998e0aa Improved: Adds LICENCE to GetUiLabels.ftl
651998e0aa is described below
commit 651998e0aa7e25b5bd3915f81e7c224ff88f09da
Author: Jacques Le Roux <[email protected]>
AuthorDate: Sat Dec 23 18:19:55 2023 +0100
Improved: Adds LICENCE to GetUiLabels.ftl
Conflict handled by hand
---
themes/common-theme/template/GetUiLabels.ftl | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/themes/common-theme/template/GetUiLabels.ftl
b/themes/common-theme/template/GetUiLabels.ftl
index 9bfcc08047..fe88bbb66b 100644
--- a/themes/common-theme/template/GetUiLabels.ftl
+++ b/themes/common-theme/template/GetUiLabels.ftl
@@ -1 +1,20 @@
+<#--
+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.
+-->
+
{<#list requiredLabels as label>"${label}":
"${Static["org.apache.ofbiz.base.util.StringUtil"].wrapString(uiLabelMap[label])}"<#sep>,</#list>}
\ No newline at end of file