X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/90aaab77fce2927a47b1f6ceca012d8ed3d399db..bdded69ab636ab8e3bb46322ebbe4d2f9ec41614:/nominatim/errors.py diff --git a/nominatim/errors.py b/nominatim/errors.py index e77f956a..26752aa2 100644 --- a/nominatim/errors.py +++ b/nominatim/errors.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. """ Custom exception and error classes for Nominatim. """