X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d2bd6aa78dc467aea4d395c9406d7088aca233ce..15eb7f0bb1437e5a8463e32e8c9915595185798a:/lib-sql/functions.sql?ds=sidebyside diff --git a/lib-sql/functions.sql b/lib-sql/functions.sql index 750af9f0..158969d9 100644 --- a/lib-sql/functions.sql +++ b/lib-sql/functions.sql @@ -1,5 +1,11 @@ +-- 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. + {% include('functions/utils.sql') %} -{% include('functions/normalization.sql') %} {% include('functions/ranking.sql') %} {% include('functions/importance.sql') %} {% include('functions/address_lookup.sql') %}