license.html 857 B

123456789101112131415161718192021222324
  1. {% extends "nm-base.html" %}
  2. {% block content %}
  3. <div id="intro">
  4. <p>This page shows details about the license of the website.</p>
  5. </div>
  6. <p>This program is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU Affero General Public License as
  8. published by the Free Software Foundation, either version 3 of the
  9. License, or (at your option) any later version.</p>
  10. <p>This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU Affero General Public License for more details.</p>
  14. <p>You should have received a copy of the GNU Affero General Public License
  15. along with this program. If not, see
  16. <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>.</p>
  17. {% endblock %}