adapt packaging readmes

This commit is contained in:
Sarah Hoffmann
2024-06-15 09:13:31 +02:00
parent 9abf2c248e
commit a93ec09932
3 changed files with 67 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ by name and address (geocoding) and to generate synthetic addresses of
OSM points (reverse geocoding).
This is the core pacakage containing resources and code shared by
Nominatim's frontend `nominatim_api` and backend `nominatim_db`. You
Nominatim's frontend `nominatim-api` and backend `nominatim-db`. You
usually don't want to install this package directly.
Documentation
@@ -19,4 +19,6 @@ https://nominatim.org/release-docs/develop/ .
License
=======
The source code is available under a GPLv2 license.
The Python source code is available under a GPL license version 3 or later.
The Lua configuration files for osm2pgsql are released under the
Apache License, Version 2.0. All other files are under a GPLv2 license.