From ed38839f538e6cb2923f170cddd0f886ce7b8c5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Arild=20Nyg=C3=A5rd?= Date: Mon, 19 Nov 2018 09:56:32 +0100 Subject: [PATCH] Updated license section in readme. --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 316aa503..8209e209 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,8 @@ # Highmaps - Map Collection [Website](https://www.highcharts.com) | [API](https://api.highcharts.com/highmaps) | [Demo](https://www.highcharts.com/maps/demo) | [Issues](https://github.com/highcharts/map-collection-dist/issues) -## Copyright -Some maps require that the original source of the map data is credited when used. -The copyright information is added to the chart credits by default, but please be aware that you will have to display this information somewhere else if you choose to disable chart credits. -Copyright information for each map can be found as properties in the GeoJSON and Javascript files. - -See [code.highcharts.com/mapdata](https://code.highcharts.com/mapdata/) for overview of which maps requires creditation. +## License +The use of the maps in this collection requires that you follow our terms and conditions that is stated in [License.md](https://github.com/highcharts/map-collection-dist/blob/master/LICENSE.md). ## Installation ### Install from our CDN @@ -39,4 +35,4 @@ Highcharts.mapChart('container', { }, // ... }); -``` \ No newline at end of file +```