From 1d13f515d0a9f11a5dfaea69408635b761b7fde8 Mon Sep 17 00:00:00 2001 From: Emmanuel Rodriguez Date: Sat, 17 Oct 2009 18:44:44 +0200 Subject: [PATCH] Update the license of OpenStreetMap --- bindings/perl/Champlain/t/ChamplainMapSourceDesc.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()"); -- 2.39.5