diff options
author | Nick White <git@njw.me.uk> | 2011-09-18 10:53:11 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-18 10:53:11 +0100 |
commit | 32438e418b832653a5e4e7c599d0704991edacdc (patch) | |
tree | 21827ecdd0a206408fb68785b7369407181b9f03 /includes | |
parent | 06f35db1a4336a5769bb1b304ef2edb4df9c197c (diff) | |
download | njw-website-32438e418b832653a5e4e7c599d0704991edacdc.tar.bz2 njw-website-32438e418b832653a5e4e7c599d0704991edacdc.zip |
Switch license
Diffstat (limited to 'includes')
-rw-r--r-- | includes/footer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/footer.xml b/includes/footer.xml index 2885f4f..c399a64 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,6 +1,6 @@ <div id="footer"> <p>Last updated: MODDATE</p> -<p>This website and the <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build it</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license">GNU General Public License</a>.</p> +<p>This website is licensed under the <a href="http://creativecommons.org/licenses/by/3.0">CC-BY 3.0 unported license</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build it</a> is released under the <a href="http://www.isc.org/software/license" rel="license">ISC license</a>. Basically, you're free to do whatever you want with it.</p> </div> </body> </html> |