X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e1b096cf8cf1ac6904c9adf0963f0e1756ca65ea..dbaf215feacb6ca82ec8c1bf3821ba5ebf218778:/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. """