update license and footer date

This commit is contained in:
jonathanlei
2023-01-05 13:19:35 -08:00
parent 8a34b1e607
commit bd3efae1a5
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<div class="d-lg-flex row">
<a href="{% if currentpage.prefix %}{{currentpage.prefix}}{% else %}/{% endif %}" class="footer-brand"><img src="{{currentpage.prefix}}assets/img/XRPLedger_DevPortal-white.svg" class="logo" height="24" alt="{{target.display_name}}" /></a>
<span class="flex-grow-1">&nbsp;</span>
<div class="copyright-license">&copy; 2021 XRP Ledger. <a href="https://raw.githubusercontent.com/XRPLF/xrpl-dev-portal/master/LICENSE">{% trans %}Open Source.{% endtrans %}</a>
<div class="copyright-license">&copy; 2023 XRP Ledger. <a href="https://raw.githubusercontent.com/XRPLF/xrpl-dev-portal/master/LICENSE">{% trans %}Open Source.{% endtrans %}</a>
</div>
</div><!-- /.absolute_bottom_footer -->