{% extends "base.html" %} {% load i18n %} {% load staticfiles %} {% load manager_extras %} {% block title %}{% trans "License" %}{% endblock %} {% block content %}
{% blocktrans %}wger Workout Manager is Free/Libre Open Source Software (FLOSS).{% endblocktrans %}
{% blocktrans %}wger Workout Manager is released under the Affero GNU General Public License (AGPL) Version 3+ and can (under the conditions of the license) be used, modified and distributed (also with modifications) without restrictions.{% endblocktrans %}
{% blocktrans %}The data fixtures with the exercise and ingredient lists are released additionally under a Creative Commons Attribution Share Alike 3 (CC-BY-SA) license.{% endblocktrans %}
{% blocktrans %}A copy of both licenses is contained in every wger Workout Manager release and can be read in the AGPL.txt or CC-BY-SA.txt files in the source code repository.{% endblocktrans %}
{% endblock %}