mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
7bce113189
Claiming open source licenses need to be demystified is a claim that they are mysterious. Choosealicense.com is not *Capital*; its topic does not need to be mystified and demystified at once. http://robertpaulwolff.blogspot.com/2014/09/more-on-language-and-social-reality.html Someone encountering open source licenses for the first time at choosealicense.com should have zero reason to think open source licensing is mysterious.
39 lines
1.4 KiB
HTML
39 lines
1.4 KiB
HTML
<footer class="site-footer clearfix">
|
|
<nav>
|
|
<a href="/about/">About</a>
|
|
<a href="/terms-of-service/">Terms of Service</a>
|
|
</nav>
|
|
<p>
|
|
The content of this site is licensed under the <a href="https://creativecommons.org/licenses/by/3.0/">
|
|
Creative Commons Attribution 3.0 Unported License</a>.
|
|
</p>
|
|
<div class="with-love">
|
|
Made with <3 by <a href="https://github.com">GitHub, Inc.</a>
|
|
</div>
|
|
</footer>
|
|
|
|
</div> <!-- /container -->
|
|
|
|
{% if page.collection == "licenses" or page.class == "license-types" %}
|
|
<script src="/assets/vendor/jquery/jquery.min.js"></script>
|
|
<script src="/assets/vendor/qtip2/jquery.qtip.min.js"></script>
|
|
<script src="/assets/vendor/clipboard/dist/clipboard.min.js"></script>
|
|
<script>
|
|
window.annotations = {{ site.data.rules | jsonify }};
|
|
</script>
|
|
<script src="/assets/js/app.js"></script>
|
|
{% endif %}
|
|
|
|
<script>
|
|
!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");
|
|
|
|
ga('create', 'UA-3769691-24', 'choosealicense.com');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|