Skip to content

Commit d0da08b

Browse files
committed
Update license_ref.template
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 4e3a405 commit d0da08b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

templates/license_ref.template

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ This document lists the open source and third-party components of a {{ variables
4848
<pre>{{about_object.copyright.value}}</pre>
4949
{% endif %}
5050
{% if about_object.notice_file.value %}
51-
<pre>{{ about_object.notice_file.value }}</pre>
52-
{% elif about_object.notice_file.value %}
53-
<pre class="component-notice">{{ about_object.notice_text.value }}</pre>
51+
{% for notice in about_object.notice_file.value %}
52+
<pre class="component-notice">
53+
{{ about_object.notice_file.value[notice] }}
54+
</pre>
55+
{% endfor %}
5456
{% endif %}
5557
{% endif %}
5658
{% if loop.last %}

0 commit comments

Comments
 (0)