Skip to content

Commit 196cbf1

Browse files
committed
change tab to spaces
Signed-off-by: Stephan Enderlein <[email protected]>
1 parent 07fb1c3 commit 196cbf1

File tree

2 files changed

+90
-90
lines changed

2 files changed

+90
-90
lines changed

templates/default_html.template

Lines changed: 67 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -22,82 +22,82 @@ See "get_license_file_key" in `attrib.py` for more information
2222
#}
2323
<!doctype html>
2424
<html>
25-
<head>
26-
<style type="text/css">
27-
div.additional-license-text-list {display:block}
28-
body {font-family: Helvetica, Arial, sans-serif;}
29-
pre {white-space: pre-wrap;}
30-
</style>
31-
<title>Open Source Software Information</title>
32-
</head>
33-
<body>
34-
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
35-
<div> <p>Licenses, acknowledgments and required copyright notices for open source components:</p> </div>
36-
<div class="oss-table-of-contents">
25+
<head>
26+
<style type="text/css">
27+
div.additional-license-text-list {display:block}
28+
body {font-family: Helvetica, Arial, sans-serif;}
29+
pre {white-space: pre-wrap;}
30+
</style>
31+
<title>Open Source Software Information</title>
32+
</head>
33+
<body>
34+
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
35+
<div> <p>Licenses, acknowledgments and required copyright notices for open source components:</p> </div>
36+
<div class="oss-table-of-contents">
3737
{% for about_object in abouts %}
38-
<p><a href="#component_{{ loop.index0 }}">{{ about_object.name.value }}{% if about_object.version.value %} {{ about_object.version.value }}{% endif %}</a></p>
38+
<p><a href="#component_{{ loop.index0 }}">{{ about_object.name.value }}{% if about_object.version.value %} {{ about_object.version.value }}{% endif %}</a></p>
3939
{% endfor %}
40-
</div>
41-
<hr/>
40+
</div>
41+
<hr/>
4242
{% for about_object in abouts %}
43-
<div class="oss-component" id="component_{{ loop.index0 }}">
44-
<h3 class="component-name">{{ about_object.name.value }} {% if about_object.version.value %}{{ about_object.version.value }}{% endif %} </h3>
45-
{% if about_object.license_expression.value %}
46-
<p>This component is licensed under {{ about_object.license_expression.value }}</p>
47-
{% endif %}
48-
{% if about_object.copyright.value %}
49-
<pre>
43+
<div class="oss-component" id="component_{{ loop.index0 }}">
44+
<h3 class="component-name">{{ about_object.name.value }} {% if about_object.version.value %}{{ about_object.version.value }}{% endif %} </h3>
45+
{% if about_object.license_expression.value %}
46+
<p>This component is licensed under {{ about_object.license_expression.value }}</p>
47+
{% endif %}
48+
{% if about_object.copyright.value %}
49+
<pre>
5050
{{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">
5656
{{ 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] %}
70+
<pre>
7171
{{ about_object.license_file.value[lic_file_name] | e}}
72-
</pre>
73-
{% endif %}
74-
{% endif %}
75-
{% endfor %}
76-
{% endif %}
77-
{% else %}
78-
{% if about_object.license_file.value %}
79-
{% for lic_file_name in about_object.license_file.value %}
80-
{% if about_object.license_file.value[lic_file_name] %}
81-
<pre>
72+
</pre>
73+
{% endif %}
74+
{% endif %}
75+
{% endfor %}
76+
{% endif %}
77+
{% else %}
78+
{% if about_object.license_file.value %}
79+
{% for lic_file_name in about_object.license_file.value %}
80+
{% if about_object.license_file.value[lic_file_name] %}
81+
<pre>
8282
{{ about_object.license_file.value[lic_file_name] | e}}
83-
</pre>
84-
{% endif %}
85-
{% endfor %}
86-
{% endif %}
87-
{% endif %}
88-
</div>
83+
</pre>
84+
{% endif %}
85+
{% endfor %}
86+
{% endif %}
87+
{% endif %}
88+
</div>
8989
{% endfor %}
90-
<hr/>
91-
<h3>Common Licenses Used in This Product</h3>
90+
<hr/>
91+
<h3>Common Licenses Used in This Product</h3>
9292
{% for key in license_file_key_and_context %}
93-
{% if key in common_licenses %}
94-
<h3 id="component-license-{{ key }}">{{ key }}</h3>
95-
<pre>
93+
{% if key in common_licenses %}
94+
<h3 id="component-license-{{ key }}">{{ key }}</h3>
95+
<pre>
9696
{{ license_file_key_and_context[key]|e }}
97-
</pre>
98-
{% endif %}
97+
</pre>
98+
{% endif %}
9999
{% endfor %}
100-
<h3><a id="End">End</a></h3>
101-
<i>This file was generated with AboutCode Toolkit version: {{ tkversion }} on: {{ utcnow }} (UTC)</i>
102-
</body>
100+
<h3><a id="End">End</a></h3>
101+
<i>This file was generated with AboutCode Toolkit version: {{ tkversion }} on: {{ utcnow }} (UTC)</i>
102+
</body>
103103
</html>
Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11

22
<!doctype html>
33
<html>
4-
<head>
5-
<style type="text/css">
6-
div.additional-license-text-list {display:block}
7-
body {font-family: Helvetica, Arial, sans-serif;}
8-
pre {white-space: pre-wrap;}
9-
</style>
10-
<title>Open Source Software Information</title>
11-
</head>
12-
<body>
13-
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
14-
<div> <p>Licenses, acknowledgments and required copyright notices for open source components:</p> </div>
15-
<div class="oss-table-of-contents">
4+
<head>
5+
<style type="text/css">
6+
div.additional-license-text-list {display:block}
7+
body {font-family: Helvetica, Arial, sans-serif;}
8+
pre {white-space: pre-wrap;}
9+
</style>
10+
<title>Open Source Software Information</title>
11+
</head>
12+
<body>
13+
<h1>OPEN SOURCE SOFTWARE INFORMATION</h1>
14+
<div> <p>Licenses, acknowledgments and required copyright notices for open source components:</p> </div>
15+
<div class="oss-table-of-contents">
1616

17-
<p><a href="#component_0">Apache HTTP Server 2.4.3</a></p>
17+
<p><a href="#component_0">Apache HTTP Server 2.4.3</a></p>
1818

19-
</div>
20-
<hr/>
19+
</div>
20+
<hr/>
2121

22-
<div class="oss-component" id="component_0">
23-
<h3 class="component-name">Apache HTTP Server 2.4.3 </h3>
22+
<div class="oss-component" id="component_0">
23+
<h3 class="component-name">Apache HTTP Server 2.4.3 </h3>
2424

2525

2626

2727

2828

2929

30-
</div>
30+
</div>
3131

32-
<hr/>
33-
<h3>Common Licenses Used in This Product</h3>
32+
<hr/>
33+
<h3>Common Licenses Used in This Product</h3>
3434

35-
<h3><a id="End">End</a></h3>
36-
<i>This file was generated with AboutCode Toolkit version: 6.0.0 on: 2021-08-26 14:42:50.530382 (UTC)</i>
37-
</body>
35+
<h3><a id="End">End</a></h3>
36+
<i>This file was generated with AboutCode Toolkit version: 6.0.0 on: 2021-08-30 10:58:38.548879 (UTC)</i>
37+
</body>
3838
</html>

0 commit comments

Comments
 (0)