--- layout: default permalink: /appendix/ title: Appendix class: license-types --- All licenses described in the choosealicense.com [repository](https://github.com/github/choosealicense.com), in a table. {% assign types = "permissions|conditions|limitations" | split: "|" %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% endfor %} {% endfor %} {% for license in site.licenses | sort: 'path' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% endfor %} {% endfor %} {% endfor %}
License{{ rule_obj.label }}
{{ license.title }}{% assign req = rule_obj.tag %} {% if license[type] contains req %} {% endif %}