Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/spdx2/agent/template/spdx2-document.xml.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<spdx:licenseListVersion>2.0</spdx:licenseListVersion>
<spdx:creator>Person: {{ userName|e }}</spdx:creator>
<spdx:creator>Organization: {{ organisation|e }}</spdx:creator>
<spdx:creator>Tool: spxd2</spdx:creator>
<spdx:creator>Tool: spdx2</spdx:creator>
<spdx:created>{{ 'now'|date('Y-m-d\\TH:i:s\\Z')}}{# date('c') for ISO 8601 is not parsed by spdxTool #}</spdx:created>
</spdx:CreationInfo>
</spdx:creationInfo>
Expand Down
2 changes: 1 addition & 1 deletion src/spdx2/agent/template/spdx2tv-document.twig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ SPDXID: SPDXRef-DOCUMENT
## Creation Information
##-------------------------

Creator: Tool: spxd2
Creator: Tool: spdx2
{% if userName is not empty %}
Creator: Person: {{ userName }}
{% endif %}
Expand Down