]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/tables.sql
add consistent SPDX copyright headers
[nominatim.git] / lib-sql / tables.sql
index 5008091b3e96f7b28a776a012115b24b4a8ffe51..0b35cad2d27db9ebc812f1cdc62fd9de8a095c26 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 import_status;
 CREATE TABLE import_status (
   lastimportdate timestamp with time zone NOT NULL,