X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/75c631f08093d0cc7330d313bd3bb58cb2c1924b..98432395c31f0ae46962907e2c19c4eebc12c8bb:/nominatim/indexer/place_info.py diff --git a/nominatim/indexer/place_info.py b/nominatim/indexer/place_info.py index 06d730e0..87ecb731 100644 --- a/nominatim/indexer/place_info.py +++ b/nominatim/indexer/place_info.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. """ Wrapper around place information the indexer gets from the database and hands to the tokenizer.