{% extends activity_base_template|default:"base.html" %} {% block title %}License — {{ activity_package_name }}{% endblock %} {% block extra_head %} {% include "activity/_seo_head.html" %} {% endblock %} {% block content %}

MIT License

{{ activity_package_name }} is open-source software by {{ activity_author_name }} ({{ activity_author_handle }}).

Copyright © 2026 Nitesh Kumar Singh (nkscoder)

{{ activity_homepage_url }} · {{ activity_github_url }}

{{ license_text|default:activity_license_text }}

Maintainer: Nitesh Kumar Singh — brand nkscoder. Report issues on GitHub.

← Back to dashboard
{% include "activity/_opensource_footer.html" %} {% endblock %}