From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 16:44:44 +0000 (+0200) Subject: Update the license of OpenStreetMap X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d13f515d0a9f11a5dfaea69408635b761b7fde8;p=libchamplain Update the license of OpenStreetMap --- diff --git a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t index 593cc86..778bacd 100644 --- a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t +++ b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t @@ -37,8 +37,8 @@ sub test_get_set { isa_ok($source, 'Champlain::MapSourceDesc'); is($source->id, Champlain::MapSourceFactory->OSM_MAPNIK, "get id()"); is($source->name, 'OpenStreetMap Mapnik', "get name()"); - is($source->license, "(CC) BY 2.0 OpenStreetMap contributors", "get license()"); - is($source->license_uri, 'http://creativecommons.org/licenses/by/2.0/', "get license_uri()"); + is($source->license, "CC-BY-SA 2.0 OpenStreetMap contributors", "get license()"); + is($source->license_uri, 'http://creativecommons.org/licenses/by-sa/2.0/', "get license_uri()"); is($source->min_zoom_level, 0, "get min_zoom_level()"); is($source->max_zoom_level, 18, "get max_zoom_level()"); is($source->projection, 'mercator', "get projection()");