]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/python/cursor.py
Merge pull request #3467 from mtmail/docs-datrie
[nominatim.git] / test / python / cursor.py
index 620cdd98511ddfdbd66923c489dafed6e58934ae..7d586b3c1520d9e0fea75cbd144c6111b3c0e58a 100644 (file)
@@ -1,3 +1,9 @@
+# SPDX-License-Identifier: GPL-3.0-or-later
+#
+# This file is part of Nominatim. (https://nominatim.org)
+#
+# Copyright (C) 2024 by the Nominatim developer community.
+# For a full list of authors see the git log.
 """
 Specialised psycopg2 cursor with shortcut functions useful for testing.
 """