X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6f03a4d6ce89c88d285e9e6884a330cd3a32d5f0..7c7d15fe82f5516f6d65308bb6318618921fb2dc:/test/python/config/test_config.py diff --git a/test/python/config/test_config.py b/test/python/config/test_config.py index 69ad01ac..9f9ca880 100644 --- a/test/python/config/test_config.py +++ b/test/python/config/test_config.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. """ Test for loading dotenv configuration. """