--- 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.
License | {% assign types = "permissions|conditions|limitations" | split: "|" %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %}{{ rule_obj.label }} | {% endfor %} {% endfor %}
---|---|
{{ license.title }} | {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %}{% assign req = rule_obj.tag %} {% if license[type] contains req %} {% endif %} | {% endfor %} {% endfor %}