]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/tokenizer/icu_tokenizer.py
add consistent SPDX copyright headers
[nominatim.git] / nominatim / tokenizer / icu_tokenizer.py
index 90caec1c9041697f02fec06c62960d08eaf01dcb..7b820c9da04173b4e585b816c828b597d775f87b 100644 (file)
@@ -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.
 """
 Tokenizer implementing normalisation as used before Nominatim 4 but using
 libICU instead of the PostgreSQL module.