Skip to content

Commit

Permalink
update notice (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry authored Mar 31, 2023
1 parent 5b0a3ba commit 72f86c8
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The `planetiler-core` module includes the following software:
- org.roaringbitmap:RoaringBitmap (Apache license)
- org.projectnessie.cel:cel-tools (Apache license)
- mil.nga.geopackage:geopackage (MIT license)
- org.snakeyaml:snakeyaml-engine (Apache license)
- org.commonmark:commonmark (BSD 2-clause license)
- Adapted code:
- `DouglasPeuckerSimplifier` from [JTS](https://github.com/locationtech/jts) (EDL)
- `OsmMultipolygon` from [imposm3](https://github.com/omniscale/imposm3) (Apache license)
Expand All @@ -42,14 +44,10 @@ The `planetiler-core` module includes the following software:
- `osmformat.proto` and `fileformat.proto` (generates `Osmformat.java` and `Fileformat.java`)
from [openstreetmap/OSM-binary](https://github.com/openstreetmap/OSM-binary/tree/master/osmpbf) (MIT License)
- `VarInt` from [Bazel](https://github.com/bazelbuild/bazel) (Apache license)
- `SeekableInMemoryByteChannel` from [Apache Commons compress](https://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html) (Apache License)
- Maven Dependencies:
- org.snakeyaml:snakeyaml-engine (Apache license)
- org.commonmark:commonmark (BSD 2-clause license)
- Code adapted from OpenMapTiles (BSD 3-Clause License):
- `generated` package generated from OpenMapTiles
- All code in `layers` package ported from OpenMapTiles
- `LanguageUtils` ported from OpenMapTiles
- `SeekableInMemoryByteChannel`
from [Apache Commons compress](https://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html) (
Apache License)
- [`planetiler-openmaptiles`](https://github.com/openmaptiles/planetiler-openmaptiles) submodule (BSD 3-Clause License)
- Schema
- The cartography and visual design features of the map tile schema are licensed
under [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/). Products or services using maps derived from
Expand Down

0 comments on commit 72f86c8

Please sign in to comment.