]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-sql/functions/address_lookup.sql
disable country name updates
[nominatim.git] / lib-sql / functions / address_lookup.sql
index 3ea72cb190b5053d3e485c01ae27db645b2b3d38..e144e9fd15f5c0b960aa3ae478f558a8fcb01e2e 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.
+
 -- Functions for returning address information for a place.
 
 DROP TYPE IF EXISTS addressline CASCADE;