Except as otherwise noted, {% if page.license.content and page.license.code %} {% if page.license.content.name == page.license.code.name %} the content and code samples on this page are licensed under {{ page.license.content.name }}. {% else %} the content of this page is licensed under {{ page.license.content.name }}, and the code samples are licensed under {{ page.license.code.name }}. {% endif %} {% elsif page.license.content %} the content of this page is licensed under {{ page.license.content.name }}. {% elsif page.license.code %} the code samples on this page are licensed under {{ page.license.code.name }}. {% endif %}
{% endif %}Last updated