From 218fb6d783fd6e0cb073082adf556f323700a09d Mon Sep 17 00:00:00 2001 From: Martin Asprusten Date: Wed, 2 Jul 2025 17:13:44 +0200 Subject: [PATCH] Add hue-map and favicon to attributions --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 106cb23..44a32cd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,6 @@ First, run npm run build:emscripten, then run npx vite. Run npm run build. This will first run the emscripten build, and then the typescript build. The resulting website ends up in the dist/ folder. ## Attributions -This library uses the [leaflet](https://leafletjs.com/) library, which is licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). It also uses the [leaflet-geoman-free](https://geoman.io/docs/leaflet/) and [proj4](http://proj4js.org/) libraries, which are licensed under the [MIT license.](https://opensource.org/license/mit). It also uses typescript definitions for [leaflet](https://www.npmjs.com/package/@types/leaflet) and [geojson](https://www.npmjs.com/package/@types/geojson), which are also licensed under the [MIT license](https://opensource.org/license/mit). +This library uses the [leaflet](https://leafletjs.com/) library, which is licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). It also uses the [leaflet-geoman-free](https://geoman.io/docs/leaflet/), [hue-map](https://github.com/giraugh/hue-map), and [proj4](http://proj4js.org/) libraries, which are licensed under the [MIT license.](https://opensource.org/license/mit). It also uses typescript definitions for [leaflet](https://www.npmjs.com/package/@types/leaflet) and [geojson](https://www.npmjs.com/package/@types/geojson), which are also licensed under the [MIT license](https://opensource.org/license/mit). -The SVG icons used for creating and deleting map areas are copied, unaltered, from [Font Awesome](https://fontawesome.com), and are licensed under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. The colored map markers are from the [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) library, and are licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). \ No newline at end of file +The SVG icons used for creating and deleting map areas, as well as the favicon for the webiste, are copied, unaltered, from [Font Awesome](https://fontawesome.com), and are licensed under the [Creative Commons Attribution 4.0 International](https://creativecommons.org/licenses/by/4.0/) license. The colored map markers are from the [leaflet-color-markers](https://github.com/pointhi/leaflet-color-markers) library, and are licensed under the [2-clause BSD license](https://opensource.org/license/bsd-2-clause). \ No newline at end of file diff --git a/index.html b/index.html index db3b2a2..4da351c 100644 --- a/index.html +++ b/index.html @@ -94,12 +94,12 @@

This library uses the leaflet library, which is licensed under the 2-clause BSD license. It also uses - the leaflet-geoman-free and + the leaflet-geoman-free, hue-map, and proj4 libraries, which are licensed under the MIT license.

- The icons used for creating and deleting map areas are copied, unaltered, from + The icons used for creating and deleting map areas, as well as the favicon for the webiste, are copied, unaltered, from Font Awesome, and are licensed under the Creative Commons Attribution 4.0 International license. The colored map markers are from the