diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/templates/client/about.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/templates/client/about.html b/client/templates/client/about.html index 3d87d8d..dfeab99 100644 --- a/client/templates/client/about.html +++ b/client/templates/client/about.html @@ -16,7 +16,7 @@ </p> <h5>Licenza</h5> <blockquote> - Copyright (C) 2020 Andrea Lepori<br><br> + Copyright (C) 2020-21 Andrea Lepori<br><br> This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -89,4 +89,4 @@ </div> </div> </div> -{% endblock %}
\ No newline at end of file +{% endblock %} |