2013-12-09 19:05:34 +01:00
|
|
|
<footer class="site-footer clearfix">
|
2013-07-13 16:38:53 +02:00
|
|
|
<nav>
|
|
|
|
<a href="/about/">About</a>
|
2013-07-13 21:48:28 +02:00
|
|
|
<a href="/terms-of-service/">Terms of Service</a>
|
2013-07-13 16:38:53 +02:00
|
|
|
</nav>
|
|
|
|
<p>
|
2013-08-19 22:55:46 +02:00
|
|
|
If you have questions or issues, it is always best to consult a legal professional.<br>
|
2013-07-13 16:38:53 +02:00
|
|
|
This site is licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">
|
2013-10-30 19:17:12 +01:00
|
|
|
Creative Commons Attribution 3.0 Unported License</a>.
|
2013-07-13 16:38:53 +02:00
|
|
|
</p>
|
2013-12-09 20:06:53 +01:00
|
|
|
<div class="with-love">
|
2013-07-14 04:58:17 +02:00
|
|
|
Demystified with <3 by <a href="http://github.com">GitHub, Inc.</a>
|
2013-07-14 01:07:43 +02:00
|
|
|
</div>
|
2013-07-13 16:38:53 +02:00
|
|
|
</footer>
|
|
|
|
|
|
|
|
</div><!-- /container -->
|
2013-07-13 21:18:57 +02:00
|
|
|
|
2013-10-30 18:35:52 +01:00
|
|
|
<script src="/javascripts/jquery-1.10.2.min.js"></script>
|
|
|
|
<script src="/javascripts/jquery.qtip.min.js"></script>
|
2013-07-13 21:18:57 +02:00
|
|
|
|
|
|
|
{% if page.layout == "license" %}
|
2013-10-30 18:35:52 +01:00
|
|
|
<script src="/javascripts/ZeroClipboard.min.js"></script>
|
2013-07-13 21:18:57 +02:00
|
|
|
{% endif %}
|
|
|
|
|
2013-10-30 18:35:52 +01:00
|
|
|
<script src="/javascripts/annotations.js"></script>
|
|
|
|
<script src="/javascripts/app.js"></script>
|
2013-07-13 21:18:57 +02:00
|
|
|
|
2013-07-15 18:40:40 +02:00
|
|
|
<script>
|
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-3769691-24', 'choosealicense.com');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|
|
|
|
|
2013-07-13 16:38:53 +02:00
|
|
|
</body>
|
|
|
|
</html>
|