You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This component is licensed under {{ about_object.license_expression.value }}</p>
47
+
{% endif %}
48
+
{% if about_object.copyright.value %}
49
+
<pre>
50
50
{{about_object.copyright.value}}
51
-
</pre>
52
-
{% endif %}
53
-
{% if about_object.notice_file.value %}
54
-
{%for notice in about_object.notice_file.value %}
55
-
<pre class="component-notice">
51
+
</pre>
52
+
{% endif %}
53
+
{% if about_object.notice_file.value %}
54
+
{%for notice in about_object.notice_file.value %}
55
+
<pre class="component-notice">
56
56
{{ about_object.notice_file.value[notice] }}
57
-
</pre>
58
-
{%endfor %}
59
-
{% endif %}
60
-
{% if about_object.license_key.value %}
61
-
{% for license_key in about_object.license_key.value %}
62
-
{% if license_key in common_licenses %}
63
-
<p>Full text of <a class="{{ license_key }}" href="#component-license-{{ license_key }}"> {{ license_key }}</a> is available at the end of this document.</p>
64
-
{% endif %}
65
-
{% endfor %}
66
-
{% if about_object.license_file.value %}
67
-
{% for lic_file_name in about_object.license_file.value %}
68
-
{% if not license_file_key_and_license_key[license_file_name_and_license_file_key[lic_file_name]] in common_licenses %}
69
-
{% if about_object.license_file.value[lic_file_name] %}
70
-
<pre>
57
+
</pre>
58
+
{%endfor %}
59
+
{% endif %}
60
+
{% if about_object.license_key.value %}
61
+
{% for license_key in about_object.license_key.value %}
62
+
{% if license_key in common_licenses %}
63
+
<p>Full text of <a class="{{ license_key }}" href="#component-license-{{ license_key }}"> {{ license_key }}</a> is available at the end of this document.</p>
64
+
{% endif %}
65
+
{% endfor %}
66
+
{% if about_object.license_file.value %}
67
+
{% for lic_file_name in about_object.license_file.value %}
68
+
{% if not license_file_key_and_license_key[license_file_name_and_license_file_key[lic_file_name]] in common_licenses %}
69
+
{% if about_object.license_file.value[lic_file_name] %}
0 commit comments