X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0ad1b28497b49bf8baa5cfa2ea4438c4824617a1..38369ca3cfe6e52bb6f7589c714a04294497520e:/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. """