This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch release-0.8.1 in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit eb4e12fd29713d9494eb3d64a030be7972a99735 Author: Bertil Chapuis <[email protected]> AuthorDate: Sat Nov 23 14:53:38 2024 +0100 Update the LICENSE and NOTICE files --- LICENSE | 18 +++++++++--------- NOTICE | 29 ++++++++++++++++------------- 2 files changed, 25 insertions(+), 22 deletions(-) diff --git a/LICENSE b/LICENSE index 7ed96082a..ef5e788e1 100644 --- a/LICENSE +++ b/LICENSE @@ -210,12 +210,12 @@ distribution of this product is subject to the following additional license terms: - - FlatGeobuf, BSD-2-Clause license - - GeoPackage Java, MIT License - - OSMPBF, MIT License - - OSM Test Data, Public domain - - Mapbox Vector Tile, Creative Commons Public License - - Palantir Streams, Apache License 2.0 - - Planetiler, Apache License 2.0 - - PMTiles, BSD-3-Clause license - - pyosmium, BSD 2-Clause "Simplified" License + - FlatGeobuf, BSD-2-Clause license, see https://github.com/flatgeobuf/flatgeobuf. + - GeoPackage Java, MIT License, see https://github.com/ngageoint/geopackage-java. + - OSMPBF, MIT License, see https://github.com/openstreetmap/OSM-binary/pull/35. + - OSM Test Data, Public domain, see https://github.com/osmcode/osm-testdata. + - Mapbox Vector Tile, Creative Commons Public License, see https://github.com/mapbox/vector-tile-spec. + - Palantir Streams, Apache License 2.0, see https://github.com/palantir/streams. + - Planetiler, Apache License 2.0, see https://github.com/onthegomap/planetiler. + - PMTiles, BSD-3-Clause license, see https://github.com/protomaps/PMTiles. + - pyosmium, BSD 2-Clause "Simplified" License, see https://github.com/osmcode/pyosmium. diff --git a/NOTICE b/NOTICE index 7a2e704ee..fdea1050d 100644 --- a/NOTICE +++ b/NOTICE @@ -7,19 +7,22 @@ Copyright 2020-2022. This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -This product includes test data copied from FlatGeobuf. +This product includes code and test data copied from FlatGeobuf. BSD-2-Clause license. Please visit the following URL for the full text of the FlatGeobuf license: https://github.com/flatgeobuf/flatgeobuf/ The copied files are located in: -- baremaps-core/src/test/resources/data/ +- baremaps-flatgeobuf/src/main/fbs/features.fbs +- baremaps-flatgeobuf/src/main/fbs/header.fbs +- baremaps-testing/data/samples/counties.fgb This product includes test data copied from GeoPackage Java. MIT License. Please visit the following URL for the full text of the GeoPackage Java license: https://github.com/ngageoint/geopackage-java/ The copied files are located in: -- baremaps-core/src/test/resources/data/ +- baremaps-testing/data/samples/counties.gpkg +- baremaps-testing/data/samples/data.gpkg This product includes protocol buffers definitions derived from OSMPBF. MIT License. @@ -27,49 +30,49 @@ Please visit the following URLs for the licensing information: - https://github.com/openstreetmap/OSM-binary/issues/18 - https://github.com/openstreetmap/OSM-binary/pull/35 The derived files are: -- baremaps-core/src/main/proto/osmformat.proto -- baremaps-core/src/main/proto/fileformat.proto +- baremaps-openstreetmap/src/main/proto/fileformat.proto +- baremaps-openstreetmap/src/main/proto/osmformat.proto This product includes test data copied from OSM Test Data. Public domain. Please visit the following URL for the full text of the OSM Test Data license: https://github.com/osmcode/osm-testdata?tab=readme-ov-file#license The copied files are located in: -- baremaps-core/src/test/resources/osm-testdata/ +- baremaps-testing/data/osm-testdata/ This product includes protocol buffers definitions derived from Mapbox Vector Tile. Creative Commons Public License. Please visit the following URL for the licensing information: - https://github.com/mapbox/vector-tile-spec/blob/master/LICENSE The derived files are: -- baremaps-core/src/main/proto/vector_tile.proto +- baremaps-maplibre/src/main/proto/vector_tile.proto This product includes code derived from Palantir Streams. Apache License 2.0. Please visit the following URL for the full text of the Palantir license: https://github.com/palantir/streams/blob/develop/LICENSE The derived files are: -- baremaps-core/src/main/java/org/apache/baremaps/stream/BufferedSpliterator.java +- baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/stream/BufferedSpliterator.java This product includes code derived from Planetiler. Apache License 2.0. Please visit the following URL for the full text of the Planetiler license: https://github.com/onthegomap/planetiler/blob/main/LICENSE The derived files are: -- baremaps-core/src/main/java/org/apache/baremaps/database/collection/MemoryAlignedDataMap.java -- baremaps-core/src/main/java/org/apache/baremaps/database/collection/MonotonicDataMap.java -- baremaps-core/src/main/java/org/apache/baremaps/database/collection/MonotonicFixedSizeDataMap.java +- baremaps-data/src/main/java/org/apache/baremaps/data/collection/MemoryAlignedDataMap.java +- baremaps-data/src/main/java/org/apache/baremaps/data/collection/MonotonicDataMap.java +- baremaps-data/src/main/java/org/apache/baremaps/data/collection/MonotonicFixedSizeDataMap.java This product includes test data copied from PMTiles. BSD-3-Clause license. Please visit the following URL for the full text of the PMTiles license: https://github.com/protomaps/PMTiles The copied files are located in: -- baremaps-core/src/test/resources/pmtiles/ +- baremaps-testing/data/pmtiles/ This product includes code derived from pyosmium. BSD 2-Clause "Simplified" License. Please visit the following URL for the full text of the pyosmium license: https://github.com/osmcode/pyosmium/blob/master/LICENSE.TXT The derived files are: -- baremaps-core/src/main/java/org/apache/baremaps/openstreetmap/state/StateReader.java +- baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/state/StateReader.java
