Skip to content

Commit 21245b1

Browse files
author
Mark Robinson
committed
Update copyright message in footer
1 parent e1d4ad4 commit 21245b1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main/resources/templates/fragments/footer.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@
2121
<html xmlns:th="http://www.thymeleaf.org">
2222
<body>
2323
<div th:fragment="copy" id="footer">
24-
&copy; Common Workflow Language - <a href="https://github.com/common-workflow-language/cwlviewer">Github URL</a>
24+
<a href="https://github.com/common-workflow-language/cwlviewer">CWL Viewer</a>
25+
&copy; 2016 <a href="https://github.com/common-workflow-language/">Common Workflow Project</a>
26+
and <a href="https://github.com/orgs/common-workflow-language/people">contributors</a>,
27+
distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache license, version 2.0</a>
28+
<br />
29+
<span th:if="${workflow != null}">
30+
<a th:href="@{'https://github.com/' + ${workflow.retrievedFrom.owner} + '/' + ${workflow.retrievedFrom.repoName}}" href="#">Shown workflow</a> has separate copyright and license
31+
</span>
2532
</div>
2633
</body>
2734
</html>

0 commit comments

Comments
 (0)