]> git.openstreetmap.org Git - nominatim.git/blobdiff - src/nominatim_core/errors.py
split code into submodules
[nominatim.git] / src / nominatim_core / errors.py
similarity index 77%
rename from nominatim/errors.py
rename to src/nominatim_core/errors.py
index 26752aa2a52c4930abdc1b24c9eb29b441e5174a..c7331a89f7519d06f85ac34a8d4f61ad1299d6e7 100644 (file)
@@ -1,8 +1,8 @@
-# SPDX-License-Identifier: GPL-2.0-only
+# SPDX-License-Identifier: GPL-3.0-or-later
 #
 # This file is part of Nominatim. (https://nominatim.org)
 #
-# Copyright (C) 2022 by the Nominatim developer community.
+# Copyright (C) 2024 by the Nominatim developer community.
 # For a full list of authors see the git log.
 """
 Custom exception and error classes for Nominatim.