diff options
author | Nick White <git@njw.me.uk> | 2010-04-20 20:17:44 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-20 20:17:44 +0100 |
commit | ee36d43da169881a279e524683adaaf7600368d8 (patch) | |
tree | 162e3ede2433c837a35831173d3067982c213002 | |
parent | 0b0e81f33ecf4e7a88111c2c1f14520186a867d4 (diff) | |
download | njw-website-ee36d43da169881a279e524683adaaf7600368d8.tar.bz2 njw-website-ee36d43da169881a279e524683adaaf7600368d8.zip |
Update AGPL link
-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 607374c..58f2471 100644 --- a/includes/footer.xml +++ b/includes/footer.xml @@ -6,7 +6,7 @@ <div id="copyright"> <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>.</p> -<p>The code used to build this website is released under the <a href="http://www.fsf.org/licensing/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p> +<p>The code used to build this website is released under the <a href="http://www.gnu.org/licenses/agpl.html" rel="license">GNU Affero General Public License</a>. It is available in a <a href="http://git.njw.me.uk/cgit/cgit.cgi/njw-website/">git repository</a>.</p> </div> </div> |