X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/fbbdd31399da42b94188d9d4aa4f084efd4876a4..f1ece658f84b35cc304d050baa9e1a32ae1fe429:/lib-sql/functions.sql diff --git a/lib-sql/functions.sql b/lib-sql/functions.sql index e9419ca2..158969d9 100644 --- a/lib-sql/functions.sql +++ b/lib-sql/functions.sql @@ -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. + {% include('functions/utils.sql') %} {% include('functions/ranking.sql') %} {% include('functions/importance.sql') %}