{% extends "base/document.html" %} {% load tz %} {% load crispy_forms_tags %} {% block title %} {% trans "Terms of Service." %} {% endblock %} {% block content %}

{% trans 'Service Agreement' %}

{% trans 'Project:' %} funingschool
{% trans 'License:' %} {% trans 'GNU Lesser General Public License v3 (LGPL v3)' %}
{% trans 'Source Code:' %} {% trans 'https://gitee.com/larryw3i/funingschool' %}


{% trans 'Overview' %}

{% blocktrans %} This project is released as free software. Any individual or organization may use, modify, and redistribute this software, provided they comply with the LGPL v3 license. {% endblocktrans %}

{% trans 'License Rights' %}

{% trans 'No Warranty' %}

{% blocktrans %} The software is provided "as is", without warranty of any kind, express or implied, including but not limited to merchantability, fitness for a particular purpose, or non-infringement. {% endblocktrans %}

{% trans 'Obligations for Modified Versions' %}

{% blocktrans %} If you distribute a modified version: {% endblocktrans %}

{% trans 'Limitation of Liability' %}

{% blocktrans %} In no event shall the authors or contributors be liable for any damages arising from the use or inability to use this software, including but not limited to data loss, business interruption, or lost profits. {% endblocktrans %}

{% trans 'Access to Source Code' %}

{% blocktrans %} The complete source code is always publicly available at: {% endblocktrans %}

{% trans 'https://gitee.com/larryw3i/funingschool' %}


{% blocktrans %} By using this software, you acknowledge that you have read and agreed to this agreement. {% endblocktrans %}

{% endblock %} {% block extra_js %} {% endblock %}