diff options
author | matthew <matthew> | 2007-03-30 12:03:36 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-03-30 12:03:36 +0000 |
commit | 0e2ee29f73ede891eb65ec3123e26bf1943cf96c (patch) | |
tree | 664982d7b175f380b0b2f97ded2d85401dd5e2e8 | |
parent | 00520c4c7f2f64867c0eae673e5e82116c5f0846 (diff) |
Licence line in place now.
-rw-r--r-- | perllib/Page.pm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 26d1b8806..48b0babfc 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.pm,v 1.38 2007-03-23 14:44:31 matthew Exp $ +# $Id: Page.pm,v 1.39 2007-03-30 12:03:36 matthew Exp $ # package Page; @@ -110,9 +110,8 @@ sub footer { <li><a href="/contact">Contact</a></li> </ul> -<p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a>. -Using lots of <a href="http://www.ordnancesurvey.co.uk/">Ordnance Survey</a> data, under licence, -and some <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/bci">clever</a> <a +<p id="footer">Built by <a href="http://www.mysociety.org/">mySociety</a>, +using some <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/bci">clever</a> <a href="https://secure.mysociety.org/cvstrac/dir?d=mysociety/services/TilMa">code</a>.</p> </body> |