[libchamplain/libchamplain-0-4] Update the license of OpenStreetMap



commit 1d13f515d0a9f11a5dfaea69408635b761b7fde8
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Sat Oct 17 18:44:44 2009 +0200

    Update the license of OpenStreetMap

 bindings/perl/Champlain/t/ChamplainMapSourceDesc.t |    4 ++--
 1 files 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()");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]