X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/e42349c963bfc1ef5f2db880804d7cbeff5a564f..821dabb138b78be6fd776ab047b024d319805012:/nominatim/tools/add_osm_data.py diff --git a/nominatim/tools/add_osm_data.py b/nominatim/tools/add_osm_data.py index fa356673..b4e77b21 100644 --- a/nominatim/tools/add_osm_data.py +++ b/nominatim/tools/add_osm_data.py @@ -1,3 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# This file is part of Nominatim. (https://nominatim.org) +# +# Copyright (C) 2022 by the Nominatim developer community. +# For a full list of authors see the git log. """ Function to add additional OSM data from a file or the API into the database. """