X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/fbbdd31399da42b94188d9d4aa4f084efd4876a4..15eb7f0bb1437e5a8463e32e8c9915595185798a:/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') %}