diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2021-07-23 18:55:16 +0200 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2021-07-23 18:55:31 +0200 |
commit | b1c725460239be5463a3969635660f8722b1a3c0 (patch) | |
tree | 54fd1bcfb47773b045656811c380f23353af137f /client | |
parent | add changelog (diff) | |
download | scout-subs-b1c725460239be5463a3969635660f8722b1a3c0.tar.gz scout-subs-b1c725460239be5463a3969635660f8722b1a3c0.zip |
update licence and roll back revision
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 %} |