X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ffc221a87fff8e094066c68b84d7e42d91146066..992e6f72cf26088097bd40110e201cd63b55b871:/nominatim/tools/__init__.py?ds=inline diff --git a/nominatim/tools/__init__.py b/nominatim/tools/__init__.py index cab6fb8b..acf0a969 100644 --- a/nominatim/tools/__init__.py +++ b/nominatim/tools/__init__.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. """ Module with functions for importing, updating Nominatim databases as well as general maintenance helpers.