Skip to content

Commit

Permalink
Remove unnecessary information from the NOTICE file
Browse files Browse the repository at this point in the history
  • Loading branch information
bchapuis committed Nov 25, 2024
1 parent f86ca06 commit af6e40a
Showing 1 changed file with 0 additions and 57 deletions.
57 changes: 0 additions & 57 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -6,60 +6,3 @@ Copyright 2020-2022.

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

This product includes code and test data copied from FlatGeobuf:
- https://github.com/flatgeobuf/flatgeobuf/
The copied files are located in:
- 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:
- https://github.com/ngageoint/geopackage-java/
The copied files are located in:
- baremaps-testing/data/samples/counties.gpkg
- baremaps-testing/data/samples/data.gpkg

This product includes protocol buffers definitions derived from OSMPBF:
- https://github.com/openstreetmap/OSM-binary/
The derived files are:
- baremaps-openstreetmap/src/main/proto/fileformat.proto
- baremaps-openstreetmap/src/main/proto/osmformat.proto

This product includes test data copied from OSM Test Data:
- https://github.com/osmcode/osm-testdata
The copied files are located in:
- baremaps-testing/data/osm-testdata/

This product includes protocol buffers definitions derived from Mapbox Vector Tile:
- https://github.com/mapbox/vector-tile-spec/
The derived files are:
- baremaps-maplibre/src/main/proto/vector_tile.proto

This product includes code derived from Palantir Streams:
- https://github.com/palantir/streams/
The derived files are:
- baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/stream/BufferedSpliterator.java

This product includes code derived from PgBulkInsert:
- https://github.com/PgBulkInsert/PgBulkInsert/
The derived files are:
- baremaps-postgres/src/main/java/org/apache/baremaps/postgres/copy/CopyWriter.java

This product includes code derived from Planetiler:
- https://github.com/onthegomap/planetiler/
The derived files are:
- 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
- baremaps-data/src/main/java/org/apache/baremaps/data/collection/MonotonicPairedSizeDataMap.java

This product includes test data copied from PMTiles:
- https://github.com/protomaps/PMTiles
The copied files are located in:
- baremaps-testing/data/pmtiles/

This product includes code derived from pyosmium:
- https://github.com/osmcode/pyosmium/
The derived files are:
- baremaps-openstreetmap/src/main/java/org/apache/baremaps/openstreetmap/state/StateReader.java

0 comments on commit af6e40a

Please sign in to comment.