diff options
author | Dave Arter <davea@mysociety.org> | 2016-06-07 11:21:15 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-06-07 11:21:15 +0100 |
commit | 660048ae58c9461b9816abdf06c5035626cc7e65 (patch) | |
tree | fcc812bd0f467d5b21aeb12fd52720e09c9276e7 /perllib/FixMyStreet/Map/OSM/StreetView.pm | |
parent | 8ec524f59f071633a61b1f3b69b2b3f6f003d8d6 (diff) |
Update copyright year shown on OS & Bing maps
Diffstat (limited to 'perllib/FixMyStreet/Map/OSM/StreetView.pm')
-rw-r--r-- | perllib/FixMyStreet/Map/OSM/StreetView.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/OSM/StreetView.pm b/perllib/FixMyStreet/Map/OSM/StreetView.pm index 87c335dd6..f37deaaae 100644 --- a/perllib/FixMyStreet/Map/OSM/StreetView.pm +++ b/perllib/FixMyStreet/Map/OSM/StreetView.pm @@ -22,7 +22,7 @@ sub base_tile_url { } sub copyright { - 'Contains OS data © Crown copyright and database right 2013'; + 'Contains OS data © Crown copyright and database right 2016'; } 1; |