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>
|
2016-03-01 14:14:11 -08:00
|
|
|
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>
|
2013-12-09 21:06:53 +02:00
|
|
|
<div class="with-love">
|
2016-06-13 10:57:40 -07:00
|
|
|
Curated with <3 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>
|
|
|
|
|
2013-12-13 11:55:10 +02:00
|
|
|
</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" %}
|
2014-01-31 20:11:03 -05:00
|
|
|
<script src="/assets/vendor/jquery/jquery.min.js"></script>
|
|
|
|
<script src="/assets/vendor/qtip2/jquery.qtip.min.js"></script>
|
2015-10-25 15:17:13 +10:30
|
|
|
<script src="/assets/vendor/clipboard/dist/clipboard.min.js"></script>
|
2014-07-31 12:36:56 -04:00
|
|
|
<script>
|
2014-09-05 11:26:54 -04:00
|
|
|
window.annotations = {{ site.data.rules | jsonify }};
|
2014-07-31 12:36:56 -04:00
|
|
|
</script>
|
|
|
|
<script src="/assets/js/app.js"></script>
|
2013-07-13 15:18:57 -04:00
|
|
|
{% endif %}
|
|
|
|
|
2013-07-15 12:40:40 -04:00
|
|
|
<script>
|
2014-11-01 19:13:51 +09:00
|
|
|
!function(L,I,C,e,N,S,E){L.GoogleAnalyticsObject=N,L[N]=L[N]||function(){
|
|
|
|
(L[N].q=L[N].q||[]).push(arguments)},L[N].l=+new Date,S=I.createElement(C),
|
|
|
|
E=I.getElementsByTagName(C)[0],S.src=e,E.parentNode.insertBefore(S,E)
|
|
|
|
}(window,document,"script","//www.google-analytics.com/analytics.js","ga");
|
2013-07-15 12:40:40 -04:00
|
|
|
|
|
|
|
ga('create', 'UA-3769691-24', 'choosealicense.com');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
|
2013-07-13 10:38:53 -04:00
|
|
|
</body>
|
2014-01-31 20:11:03 -05:00
|
|
|
</html>
|