Skip to content

Commit

Permalink
Updates license text in footer.
Browse files Browse the repository at this point in the history
The CC-BY-SA notification in the footer could be read as *all* content,
including the tweets displayed on the site, was licensed CC-BY-SA. The new text
is intended to clarify that only the source code is CC-BY-SA.

Thanks to Neil Kandalgaonkar for pointing out the lack of clarity
(https://twitter.com/flipzagging/status/244157353191165952).
  • Loading branch information
jeremykendall committed Sep 6, 2012
1 parent 9e26c0e commit d72730f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions public/index.php
Expand Up @@ -135,15 +135,14 @@
Ninja Developer Club by
<a href="http://about.me/jeremykendall">Jeremy Kendall</a>
(hat tip <a href="http://twitter.com/grmpyprogrammer">Chris Hartjes</a>)
is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
Creative Commons Attribution-ShareAlike 3.0 Unported License
</a>.
</small>
</p>
<p>
<small>
Source available on <a href="https://github.com/jeremykendall/ninjadeveloperclub">github.com</a>
Ninja Developer Club source code is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">
Creative Commons Attribution-ShareAlike 3.0 Unported License
</a> and is available on <a href="https://github.com/jeremykendall/ninjadeveloperclub">github.com</a>
</small>
</p>
</footer>
Expand Down

0 comments on commit d72730f

Please sign in to comment.