Skip to content

Commit 6117cce

Browse files
authored
Update NOTICE
1 parent fdfc097 commit 6117cce

File tree

1 file changed

+0
-67
lines changed

1 file changed

+0
-67
lines changed

NOTICE

Lines changed: 0 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -15,70 +15,3 @@ This product contains code from Planetiler project
1515
Planetiler licensed under the Apache license, Version 2.0
1616

1717
Copyright 2021 Michael Barry and Planetiler Contributors.
18-
19-
The `planetiler-core` module includes the following software:
20-
21-
- Maven Dependencies:
22-
- Jackson for JSON/XML handling (Apache license)
23-
- Prometheus JVM Client (Apache license)
24-
- SLF4j (MIT license)
25-
- log4j (Apache license)
26-
- org.locationtech.jts:jts-core (Eclipse Distribution License)
27-
- org.geotools:gt-shapefile (LGPL)
28-
- org.geotools:gt-epsg-hsql
29-
(LGPL, [BSD for HSQL](https://github.com/geotools/geotools/blob/main/licenses/HSQL.md)
30-
, [EPSG](https://github.com/geotools/geotools/blob/main/licenses/EPSG.md))
31-
- org.msgpack:msgpack-core (Apache license)
32-
- org.xerial:sqlite-jdbc (Apache license)
33-
- org.xerial.snappy:snappy-java (Apache license)
34-
- com.ibm.icu:icu4j ([ICU license](https://github.com/unicode-org/icu/blob/main/icu4c/LICENSE))
35-
- com.google.guava:guava (Apache license)
36-
- com.google.protobuf:protobuf-java (BSD 3-Clause License)
37-
- com.carrotsearch:hppc (Apache license)
38-
- com.github.jnr:jnr-ffi (Apache license)
39-
- org.roaringbitmap:RoaringBitmap (Apache license)
40-
- org.projectnessie.cel:cel-tools (Apache license)
41-
- mil.nga.geopackage:geopackage (MIT license)
42-
- org.snakeyaml:snakeyaml-engine (Apache license)
43-
- org.commonmark:commonmark (BSD 2-clause license)
44-
- org.tukaani:xz (BSD 0-Clause License)
45-
- blue.strategic.parquet:parquet-floor (Apache license)
46-
- Adapted code:
47-
- `DouglasPeuckerSimplifier` from [JTS](https://github.com/locationtech/jts) (EDL)
48-
- `OsmMultipolygon` from [imposm3](https://github.com/omniscale/imposm3) (Apache license)
49-
- `TiledGeometry` from [geojson-vt](https://github.com/mapbox/geojson-vt) (ISC license)
50-
- `VectorTileEncoder`
51-
from [java-vector-tile](https://github.com/ElectronicChartCentre/java-vector-tile) (Apache license)
52-
- `Imposm3Parsers` from [imposm3](https://github.com/omniscale/imposm3) (Apache license)
53-
- `PbfDecoder` from [osmosis](https://github.com/openstreetmap/osmosis) (Public Domain)
54-
- `PbfFieldDecoder` from [osmosis](https://github.com/openstreetmap/osmosis) (Public Domain)
55-
- `Madvise` from [uppend](https://github.com/upserve/uppend/) (MIT License)
56-
- `ArrayLongMinHeap` implementations from [graphhopper](https://github.com/graphhopper/graphhopper) (Apache license)
57-
- `Hilbert` implementation
58-
from [github.com/rawrunprotected/hilbert_curves](https://github.com/rawrunprotected/hilbert_curves) (Public Domain)
59-
- `osmformat.proto` and `fileformat.proto` (generates `Osmformat.java` and `Fileformat.java`)
60-
from [openstreetmap/OSM-binary](https://github.com/openstreetmap/OSM-binary/tree/master/osmpbf) (MIT License)
61-
- `VarInt` from [Bazel](https://github.com/bazelbuild/bazel) (Apache license)
62-
- `SeekableInMemoryByteChannel`
63-
from [Apache Commons compress](https://commons.apache.org/proper/commons-compress/apidocs/org/apache/commons/compress/utils/SeekableInMemoryByteChannel.html) (
64-
Apache License)
65-
- [`planetiler-openmaptiles`](https://github.com/openmaptiles/planetiler-openmaptiles) submodule (BSD 3-Clause License)
66-
- Schema
67-
- The cartography and visual design features of the map tile schema are licensed
68-
under [CC-BY 4.0](http://creativecommons.org/licenses/by/4.0/). Products or services using maps derived from
69-
OpenMapTiles schema need to visibly credit "OpenMapTiles.org" or reference
70-
"OpenMapTiles" with a link to http://openmaptiles.org/. More
71-
details [here](https://github.com/openmaptiles/openmaptiles/blob/master/LICENSE.md#design-license-cc-by-40)
72-
73-
## Data
74-
75-
| source | license | used as default | included in repo |
76-
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------|-----------------|------------------|
77-
| OpenStreetMap (OSM) data | [ODBL](https://www.openstreetmap.org/copyright) | yes | yes |
78-
| Natural Earth | [public domain](https://www.naturalearthdata.com/about/terms-of-use/) | yes | yes |
79-
| OSM Lakelines | [MIT](https://github.com/lukasmartinelli/osm-lakelines), data from OSM [ODBL](https://www.openstreetmap.org/copyright) | yes | no |
80-
| OSM Water Polygons | [acknowledgement](https://osmdata.openstreetmap.de/info/license.html), data from OSM [ODBL](https://www.openstreetmap.org/copyright) | yes | yes |
81-
| Wikidata name translations | [CCO](https://www.wikidata.org/wiki/Wikidata:Licensing) | no | no |
82-
| Overture Maps | [Various](https://docs.overturemaps.org/attribution) | no | yes |
83-
84-
-----------------------------------------------------------------------

0 commit comments

Comments
 (0)