[libchamplain] Fixed the expected license for OpenAerialMap



commit cdb0494f5447991830b4b2ce39441a957af61c44
Author: Emmanuel Rodriguez <emmanuel rodriguez gmail com>
Date:   Tue May 19 11:26:17 2009 +0200

    Fixed the expected license for OpenAerialMap

 bindings/perl/Champlain/t/ChamplainMapSourceDesc.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t
index 4fa11b4..0d97e67 100644
--- a/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t
+++ b/bindings/perl/Champlain/t/ChamplainMapSourceDesc.t
@@ -35,7 +35,7 @@ sub test_get_set {
 	isa_ok($oam, 'Champlain::MapSourceDesc');
 	is($oam->{id}, Champlain::MapSourceFactory->OAM);
 	is($oam->{name}, 'OpenAerialMap');
-	is($oam->{license}, "(CC) BY 3.0 OpenAerialMap contributor");
+	is($oam->{license}, "(CC) BY 3.0 OpenAerialMap contributors");
 	is($oam->{license_uri}, 'http://creativecommons.org/licenses/by/3.0/');
 	is($oam->{min_zoom_level}, 0);
 	is($oam->{max_zoom_level}, 17);



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