[libchamplain/libchamplain-0-4] Add "Map data is" prefix to licenses



commit 7f906df38beda1dfd149e380755094daf4176645
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Jan 4 19:36:54 2010 -0500

    Add "Map data is" prefix to licenses
    
    This makes more sens when you add extra license text on top of it.

 champlain/champlain-map-source-factory.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/champlain/champlain-map-source-factory.c b/champlain/champlain-map-source-factory.c
index 7cd3e05..2141d2c 100644
--- a/champlain/champlain-map-source-factory.c
+++ b/champlain/champlain-map-source-factory.c
@@ -160,7 +160,7 @@ ChamplainMapSourceDesc OSM_MAPNIK_DESC =
   {
     CHAMPLAIN_MAP_SOURCE_OSM_MAPNIK,
     "OpenStreetMap Mapnik",
-    "CC-BY-SA 2.0 OpenStreetMap contributors",
+    "Map data is CC-BY-SA 2.0 OpenStreetMap contributors",
     "http://creativecommons.org/licenses/by-sa/2.0/";,
     0,
     18,
@@ -175,7 +175,7 @@ ChamplainMapSourceDesc OSM_OSMARENDER_DESC =
   {
     CHAMPLAIN_MAP_SOURCE_OSM_OSMARENDER,
     "OpenStreetMap Osmarender",
-    "CC-BY-SA 2.0 OpenStreetMap contributors",
+    "Map data is CC-BY-SA 2.0 OpenStreetMap contributors",
     "http://creativecommons.org/licenses/by-sa/2.0/";,
     0,
     17,
@@ -190,7 +190,7 @@ ChamplainMapSourceDesc OSM_CYCLEMAP_DESC =
   {
     CHAMPLAIN_MAP_SOURCE_OSM_CYCLE_MAP,
     "OpenStreetMap Cycle Map",
-    "CC-BY-SA 2.0 OpenStreetMap contributors",
+    "Map data is CC-BY-SA 2.0 OpenStreetMap contributors",
     "http://creativecommons.org/licenses/by-sa/2.0/";,
     0,
     18,
@@ -205,7 +205,7 @@ ChamplainMapSourceDesc OSM_TRANSPORTMAP_DESC =
   {
     CHAMPLAIN_MAP_SOURCE_OSM_TRANSPORT_MAP,
     "OpenStreetMap Transport Map",
-    "CC-BY-SA 2.0 OpenStreetMap contributors",
+    "Map data is CC-BY-SA 2.0 OpenStreetMap contributors",
     "http://creativecommons.org/licenses/by-sa/2.0/";,
     0,
     18,



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