1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 21:33:01 +02:00

chore(core): add license information

This commit is contained in:
Awilum
2019-09-10 12:27:55 +03:00
parent bbf562bc67
commit 4fd55f5224
2 changed files with 5 additions and 0 deletions

View File

@@ -250,3 +250,4 @@ admin_twig_debug: "Debug"
admin_twig_charset: "Charset"
admin_twig_cache: "Cache"
admin_published_at: "Published at"
admin_licence: "Licence"

View File

@@ -23,6 +23,10 @@
<td>{{ tr('admin_web_server_php_interface') }}</td>
<td>{{ php_sapi_name }}</td>
</tr>
<tr>
<td>{{ tr('admin_licence') }}</td>
<td><a href="https://github.com/flextype/flextype/blob/master/LICENSE.txt">The MIT License (MIT)</a> Copyright (c) 2018-2019 <a href="https://github.com/Awilum">Sergey Romanenko</a></td>
</tr>
</tbody>
</table>
{% endblock %}