LeonardBesseau opened a new pull request, #598: URL: https://github.com/apache/incubator-baremaps/pull/598
As mentioned by @julianhyde in the vote for release 0.71 we are missing the license on some files. This PR intends to corrects this. I checked files with a missing header with ```bash grep "Licensed under the Apache License, Version 2.0" ./* -Lri --exclude-dir=target --exclude=\*.gz --exclude=\*.pdf --exclude=\*.pbf --exclude=\*.zip --exclude=\*.bz2 --exclude=\*.db --exclude=\*.gpkg --exclude=\*.json --exclude=\*.txt ``` @bchapuis I'm not sure about the license for some file (primarily ocgapi + maplibre). If you could check which license applies to those file. ``` ./baremaps-cli/src/main/resources/logging.properties ./baremaps-core/src/test/resources/data.osm.xml ./baremaps-core/src/test/resources/data.osc.xml ./baremaps-core/src/main/proto/fileformat.proto ./baremaps-core/src/main/proto/osmformat.proto ./baremaps-ogcapi/src/test/resources/features.geojson ./baremaps-ogcapi/src/main/resources/initialize_ogcapi_tables.sql ./baremaps-ogcapi/src/main/resources/schemas/collections.yaml ./baremaps-ogcapi/src/main/resources/schemas/vector_layer.yaml ./baremaps-ogcapi/src/main/resources/schemas/TileJSON.yaml ./baremaps-ogcapi/src/main/resources/schemas/style-set.yaml ./baremaps-ogcapi/src/main/resources/schemas/landingPage.yaml ./baremaps-ogcapi/src/main/resources/schemas/query.yaml ./baremaps-ogcapi/src/main/resources/schemas/style-set-entry.yaml ./baremaps-ogcapi/src/main/resources/schemas/mb-style.yaml ./baremaps-ogcapi/src/main/resources/schemas/confClasses.yaml ./baremaps-ogcapi/src/main/resources/schemas/mb-layer.yaml ./baremaps-ogcapi/src/main/resources/schemas/exception.yaml ./baremaps-ogcapi/src/main/resources/schemas/extent.yaml ./baremaps-ogcapi/src/main/resources/schemas/collection.yaml ./baremaps-ogcapi/src/main/resources/schemas/link.yaml ./baremaps-ogcapi/src/main/resources/swagger.html ./baremaps-ogcapi/src/main/resources/ogcapi-openapi.yaml ./baremaps-ogcapi/src/main/resources/initialize_studio_tables.sql ./baremaps-server/src/main/resources/assets/favicon.ico ./baremaps-server/src/main/resources/assets/maplibre-gl-tile-boundaries.js ./baremaps-server/src/main/resources/assets/maplibre-gl-inspect.css ./baremaps-server/src/main/resources/assets/maplibre-gl-inspect.js ./baremaps-server/src/main/resources/assets/maplibre-gl-tile-boundaries.css ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
