X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e42349c963bfc1ef5f2db880804d7cbeff5a564f..bb2bd76f91ed6e4b1530a7fb66553c7fd92afd9d:/nominatim/tools/add_osm_data.py?ds=inline 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. """