From 98ff13f136d5251fed79d1ffd4b529d781924b62 Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 6 Nov 2015 16:34:04 +0100 Subject: [PATCH] Update LICENSE.md --- geocoder/LICENSE.md | 45 +++++++-------------------------------------- 1 file changed, 7 insertions(+), 38 deletions(-) diff --git a/geocoder/LICENSE.md b/geocoder/LICENSE.md index edfa8b8..915a559 100644 --- a/geocoder/LICENSE.md +++ b/geocoder/LICENSE.md @@ -1,42 +1,11 @@ # Attribution -# Additional attributions for source data -This project contains data from Open Data portals, government or other sources. The copyright and/or licenses of the datasets mentioned throughout this project are as follows: +This work is licensed under a [Creative Commons Attribution 3.0 License](http://creativecommons.org/licenses/by/3.0/) except for the [postal code](https://github.com/CartoDB/data-services/blob/master/geocoder/postal-codes/LICENSE.md) and [IP addresses](https://github.com/CartoDB/data-services/blob/master/geocoder/ip-addresses/LICENSE.md) geocoding methods, derivated from other sources with specific share-alike licenses. -## Administrative regions level 0 geocoder -* admin0_synonyms -* ne_admin0_v3 - * From [Natural Earth Data. Public Domain license.](http://www.naturalearthdata.com/about/terms-of-use/) -* admin0_synonyms -* country_decoder +Find below the licenses and specific attributions per category: -## Administrative regions level 1 geocoder -The datasets addressed in this section and their corresponding sources are as follows: -* global_province_polygons - * From [Natural Earth Data. Public Domain license.](http://www.naturalearthdata.com/about/terms-of-use/) -* admin1_synonyms - -## Named places geocoder -The datasets addressed in this section and their corresponding sources are as follows: -* global_cities_points - * From [Geonames. Licensed under a Creative Commons Attribution 3.0](http://creativecommons.org/licenses/by/3.0/) -* global_cities_alternates - * From [Geonames. Licensed under a Creative Commons Attribution 3.0](http://creativecommons.org/licenses/by/3.0/) - -## Postal code points geocoder -The datasets addressed in this section and their corresponding sources are as follows: -* global_postal_code_points - * From [Geonames. Licensed under a Creative Commons Attribution 3.0](http://creativecommons.org/licenses/by/3.0/) - -## Postal code polygons geocoder -The datasets addressed in this section and their corresponding sources are as follows: -* global_postal_code_points - * From [Australian Bureau of Statistics. Creative Commons Attribution 2.5.](http://creativecommons.org/licenses/by/2.5/au/) - * From [Statistics Canada. Statistics Canada Open Licence Agreement.](http://www.statcan.gc.ca/reference/licence-eng.html) - * From [US Census. Public Domain.](https://ask.census.gov/faq.php?id=5000&faqId=537) - * From [Plateforme ouverte des données publiques françaises. ODbL.](http://opendatacommons.org/licenses/odbl/summary/) - - -## IP addresses geocoder -The datasets addressed in this section and their corresponding sources are as follows: -* From [GeoLite2 database. Creative Commons Attribution-ShareAlike 3.0 Unported License.](http://creativecommons.org/licenses/by-sa/3.0/) +* [Level-0 Administratvie Regions Geocoder](https://github.com/CartoDB/data-services/blob/master/geocoder/admin0/LICENSE.md) +* [Level-1 Administratvie Regions Geocoder](https://github.com/CartoDB/data-services/blob/master/geocoder/admin1/LICENSE.md) +* [City names Geocoder](https://github.com/CartoDB/data-services/blob/master/geocoder/namedplace/LICENSE.md) +* [IP addresses Geocoder](https://github.com/CartoDB/data-services/blob/master/geocoder/ip-addresses/LICENSE.md) +* [Postal codes Geocoder](https://github.com/CartoDB/data-services/blob/master/geocoder/postal-codes/LICENSE.md)