1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

38 lines
1.4 KiB
HTML
Raw Normal View History

2013-12-09 20:05:34 +02:00
<footer class="site-footer clearfix">
2013-07-13 10:38:53 -04:00
<nav>
<a href="/about/">About</a>
2013-07-13 15:48:28 -04:00
<a href="/terms-of-service/">Terms of Service</a>
2018-06-25 04:03:01 +05:30
{% github_edit_link "Help improve this page" %}
2013-07-13 10:38:53 -04:00
</nav>
<p>
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
2013-10-30 20:17:12 +02:00
Creative Commons Attribution 3.0 Unported License</a>.
2013-07-13 10:38:53 -04:00
</p>
<div class="with-love">
2020-07-23 20:15:27 +02:00
Curated with ❤️ by <a href="https://github.com">GitHub, Inc.</a> and <a href="https://github.com/github/choosealicense.com">You!</a>
2013-07-13 19:07:43 -04:00
</div>
2013-07-13 10:38:53 -04:00
</footer>
</div> <!-- /container -->
2013-07-13 15:18:57 -04:00
2014-07-31 12:36:56 -04:00
{% if page.collection == "licenses" or page.class == "license-types" %}
<script src="{{ 'assets/vendor/jquery/jquery.min.js' | relative_url }}"></script>
<script src="{{ 'assets/vendor/clipboard/dist/clipboard.min.js' | relative_url }}"></script>
2014-07-31 12:36:56 -04:00
<script>
2014-09-05 11:26:54 -04:00
window.annotations = {{ site.data.rules | jsonify }};
2018-10-19 08:23:57 +02:00
{% if page.collection == "licenses" %}
2018-10-14 20:21:54 -03:00
window.licenses = [
{% for license in site.licenses %}
2018-10-14 20:21:54 -03:00
{
"title": "{{ license.title | escape }}",
"spdx_id": "{{ license.spdx-id | escape }}"
}{% unless forloop.last %},{% endunless %}
{% endfor %}
];
2018-10-19 08:23:57 +02:00
{% endif %}
2014-07-31 12:36:56 -04:00
</script>
<script src="{{ 'assets/js/app.js' | relative_url }}"></script>
2013-07-13 15:18:57 -04:00
{% endif %}
2013-07-13 10:38:53 -04:00
</body>
</html>