From 50212d95cdba89681761f3702de9d6d07ee9133f Mon Sep 17 00:00:00 2001 From: Pedro Ielpi Date: Fri, 27 Sep 2024 11:36:03 +0200 Subject: [PATCH] M #-: Fix copyright date in docs footer Signed-off-by: Pedro Ielpi --- source/_templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_templates/footer.html b/source/_templates/footer.html index f33a10cc14..f8db2103d0 100644 --- a/source/_templates/footer.html +++ b/source/_templates/footer.html @@ -3,5 +3,5 @@ {% set show_copyright = False %} {% block extrafooter %} - Copyright 2002-2023 © OpenNebula Project (OpenNebula.io). All Rights Reserved. Please send comments to the webmaster.
Read the Legal Notice. This site is hosted by OpenNebula Systems. + Copyright 2002-2024 © OpenNebula Project (OpenNebula.io). All Rights Reserved. Please send comments to the webmaster.
Read the Legal Notice. This site is hosted by OpenNebula Systems. {% endblock %}