{% extends 'base.html.twig' %} {% import '@theme/components/badge.html.twig' as badge %} {% block main %}
{% embed '@theme/embeds/card.html.twig' %} {% block box_title %}Credits{% endblock %} {% block box_body_class %}credits_card{% endblock %} {% block box_body %}

The following amazing software libraries were used when creating Kimai. It wouldn't be possible without them. My biggest thanks go out to the authors 👍

{% endblock %} {% block box_footer %} Apologies to all projects that I forgot to mention. Please feel free and send a PR to fix that! {% endblock %} {% endembed %}

License

{{ license|nl2br|replace({'
': ''})|raw }}
{{ constant('\\App\\Constants::SOFTWARE') }} is licensed under the

GNU Affero General Public License v3.0

Permissions of this strongest copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. When a modified version is used to provide a service over a network, the complete source code of the modified version must be made available.

Permissions

  • Commercial use
  • Modification
  • Distribution
  • Patent use
  • Private use

Limitations

  • Liability
  • Warranty

Conditions

  • Disclose source
  • License and copyright notice
  • Network use is distribution
  • Same license
  • State changes
{% endblock %}