diff options
-rwxr-xr-x | web/faq.cgi | 4 | ||||
-rwxr-xr-x | web/index.cgi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/web/faq.cgi b/web/faq.cgi index 8f94f69e0..0369e50bc 100755 --- a/web/faq.cgi +++ b/web/faq.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: faq.cgi,v 1.12 2007-03-30 11:59:52 matthew Exp $ +# $Id: faq.cgi,v 1.13 2007-04-18 09:26:08 matthew Exp $ use strict; require 5.8.0; @@ -132,7 +132,7 @@ Tom Steinberg. Thanks also to <a href="http://www.ordnancesurvey.co.uk">Ordnance Survey</a> (for the maps, UK postcodes, and UK addresses – data © Crown copyright, all rights reserved, Department for -Constitutional Affairs 1000378819 2007), +Constitutional Affairs 100037819 2007), Yahoo! for their BSD-licensed JavaScript libraries, the entire free software community (this particular project was brought to you by Perl, PostgreSQL, and the number 161.290) and diff --git a/web/index.cgi b/web/index.cgi index ad682539a..13a63925b 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: index.cgi,v 1.109 2007-04-14 15:49:43 matthew Exp $ +# $Id: index.cgi,v 1.110 2007-04-18 09:26:08 matthew Exp $ # TODO # Nothing is done about the update checkboxes - not stored anywhere on anything! @@ -778,7 +778,7 @@ var drag_x = 0; var drag_y = 0; $pins </div></div> <p>© Crown copyright. All rights reserved. - Department for Constitutional Affairs 1000378819 2007</p> + Department for Constitutional Affairs 100037819 2007</p> </div> EOF $out .= Page::compass($q, $x, $y) if $compass; |