Skip to content

Commit 0d7ebb7

Browse files
committed
Add data license notice to API web UI
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 5125ad8 commit 0d7ebb7

File tree

1 file changed

+1
-10
lines changed
  • vulnerabilities/templates/rest_framework

1 file changed

+1
-10
lines changed

vulnerabilities/templates/rest_framework/api.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
{% block branding %}
1818
<span class="navbar-brand">
1919
Vulnerable<span class="nexb-orange">Code</span> REST API
20+
&nbsp; data license: <a href="https://github.com/nexB/vulnerablecode/blob/main/cc-by-sa-4.0.LICENSE" class="nexb-orange">CC-BY-SA-4.0</a>
2021
</span>
2122
{% endblock %}
2223

@@ -26,13 +27,3 @@
2627
</li>
2728
{{ block.super }}
2829
{% endblock %}
29-
30-
<footer class="footer">
31-
<div class="content has-text-centered">
32-
<p>
33-
<strong>VulnerableCode</strong> is free software by <a href="https://github.com/nexB/vulnerablecode"> nexB Inc. and others</a>.
34-
The source code is licensed under <a href="https://github.com/nexB/vulnerablecode/blob/main/apache-2.0.LICENSE">Apache-2.0</a>.
35-
The data is licensed under <a href="https://github.com/nexB/vulnerablecode/blob/main/cc-by-sa-4.0.LICENSE">CC-BY-SA-4.0</a>.
36-
</p>
37-
</div>
38-
</footer>

0 commit comments

Comments
 (0)