diff options
author | Jiří Techet <techet@gmail.com> | 2013-05-31 15:23:07 +0200 |
---|---|---|
committer | Jiří Techet <techet@gmail.com> | 2013-05-31 15:23:07 +0200 |
commit | a2015bb6a674138e8dd7189696f1b86fc4d68426 (patch) | |
tree | 35353071bd40a73edb37a8dedc1e7b4002b92a6b | |
parent | 6b5b5db2afb758f621c6bf2883feeb34621cd6e4 (diff) | |
download | libchamplain-a2015bb6a674138e8dd7189696f1b86fc4d68426.tar.gz |
factory: Fix OSM license
-rw-r--r-- | champlain/champlain-map-source-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c index 9c5442c..11d0ad5 100644 --- a/champlain/champlain-map-source-factory.c +++ b/champlain/champlain-map-source-factory.c @@ -150,7 +150,7 @@ champlain_map_source_factory_init (ChamplainMapSourceFactory *factory) desc = champlain_map_source_desc_new_full ( CHAMPLAIN_MAP_SOURCE_OSM_MAPNIK, "OpenStreetMap Mapnik", - "Map data is CC-BY-SA 2.0 OpenStreetMap contributors", + "Map Data ODBL OpenStreetMap Contributors, Map Imagery CC-BY-SA 2.0 OpenStreetMap", "http://creativecommons.org/licenses/by-sa/2.0/", 0, 18, |