X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c1fa70639ba2f861cd6a7718e5b02f0ade763abc..4f59644cc2ef6da59f96bee2efdd722d943677b1:/nominatim/indexer/indexer.py diff --git a/nominatim/indexer/indexer.py b/nominatim/indexer/indexer.py index 50bd232e..98bb5211 100644 --- a/nominatim/indexer/indexer.py +++ b/nominatim/indexer/indexer.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. """ Main work horse for indexing (computing addresses) the database. """