From 82896ec0e550bb15c1125d36a150daee54c399df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 15 Jan 2023 22:59:05 +0100 Subject: [PATCH] Show the current year in copyright message on homepage --- templates/homepage.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/homepage.html.twig b/templates/homepage.html.twig index e00f1bf4..5dc79dca 100644 --- a/templates/homepage.html.twig +++ b/templates/homepage.html.twig @@ -22,7 +22,7 @@

{% trans %}homepage.license{% endtrans %}

-

Part-DB, Copyright © 2019 - 2022 of +

Part-DB, Copyright © 2019 - {{ "now" | date("Y") }} of Jan Böhmer .
Part-DB is published under the GNU Affero General Public License v3.0 (or later), so it comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.