]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/tokenizer/icu_tokenizer_tables.sql
add consistent SPDX copyright headers
[nominatim.git] / lib-sql / tokenizer / icu_tokenizer_tables.sql
index 7ec3c6f891c958d5eb43de3df91faba6ea30a37c..58965b57fcb25478021cc8a0c27ccb8ddeaa7d85 100644 (file)
@@ -1,3 +1,10 @@
+-- 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.
+
 DROP TABLE IF EXISTS word;
 CREATE TABLE word (
   word_id INTEGER,