Skip to content

Commit 0c38243

Browse files
author
Kostas Christidis
committed
FAB-11331 Fix copyright year in docs
Change-Id: I025b84f317edd19616af470c9ec5c234251cc641 Signed-off-by: Kostas Christidis <kostas@christidis.io>
1 parent 2d2a248 commit 0c38243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/_templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{%- if hasdoc('copyright') %}
1919
{% trans path=pathto('copyright'), copyright=copyright|e %}&copy; <a href="{{ path }}">Copyright</a> {{ copyright }}.{% endtrans %}
2020
{%- else %}
21-
{% trans copyright=copyright|e %}&copy; Copyright Hyperledger 2017.{% endtrans %}
21+
{% trans copyright=copyright|e %}&copy; Copyright Hyperledger 2018.{% endtrans %}
2222
{%- endif %}
2323
{%- endif %}
2424
<br>

0 commit comments

Comments
 (0)