--- layout: default permalink: licenses/ class: license-types title: Licenses ---

Featured Licenses

{% assign featured_licenses = site.licenses | where:"featured",true %} {% for license in featured_licenses | sort: 'path' %} {% include license-overview.html %} {% endfor %}

Other licenses

Some communities tend to have specific licenses preferred by the community. For example, Perl developers often choose the Artistic License.

{% assign licenses = site.licenses | where:"featured",false | where:"hide-from-license-list",false %} {% for license in licenses %} {% include license-overview.html %} {% endfor %}