--- 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 seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% if seen_tags contains rule_obj.tag %} {% continue %} {% endif %} {% capture seen_tags %}{{ seen_tags | append:rule_obj.tag }}{% endcapture %}{{ rule_obj.label }} | {% endfor %} {% endfor %}|
---|---|---|
{{ license.title }} | {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} {% for rule_obj in rules %} {% assign req = rule_obj.tag %} {% if seen_tags contains req %} {% continue %} {% endif %} {% capture seen_tags %}{{ seen_tags | append:req }}{% endcapture %} {% assign seen_req = false %} {% for t in types %} {% if license[t] contains req %}{% assign seen_req = true %} {% endif %} {% endfor %} {% unless seen_req %} | {% endunless %} {% endfor %} {% endfor %} |
Open source licenses grant to the public permissions (
) to do things with licensed works copyright or other "intellectual property" laws might otherwise disallow.Most open source licenses' grants of permissions are subject to compliance with conditions ().
Most open source licenses also have limitations (), including liability and warranties disclaimed by licensors and sometimes expressly excluding patent or trademark from licenses' grants.