diff options
author | Nick White <git@njw.me.uk> | 2010-05-15 11:11:01 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-05-15 11:11:01 +0100 |
commit | 7b0762b076611d9efa32f96f26e7801503ffc22c (patch) | |
tree | c18ca393f69d652b80b003910d7d86a0d897d0e8 /includes | |
parent | 569230d57ec4925ec23ada02d051a9e3b30da98d (diff) | |
download | njw-website-7b0762b076611d9efa32f96f26e7801503ffc22c.tar.bz2 njw-website-7b0762b076611d9efa32f96f26e7801503ffc22c.zip |
Switch to more appropriate GPLv3
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 73d05a7..f2fce7f 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -1,6 +1,6 @@ <div id="footer"> <p>Last updated: MODDATE</p> -<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/agpl.html" rel="license" about="http://git.njw.me.uk/njw-website.git">GNU Affero General Public License</a>.</p> +<p>The text on this website is licensed under the <a href="http://creativecommons.org/licenses/by-sa/3.0/" rel="license">Creative Commons Attribution-Share Alike 3.0 License</a>. The <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">code used to build this website</a> is released under the <a href="http://www.gnu.org/licenses/gpl.html" rel="license" about="http://git.njw.me.uk/njw-website.git">GNU General Public License</a>.</p> </div> </body> </html> |