X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/878835e4bd4d9ff480fe067928787a4c8e9c2535..6f15306766b6681e708cd2152d37d7c33681d2b9:/nominatim/clicmd/__init__.py diff --git a/nominatim/clicmd/__init__.py b/nominatim/clicmd/__init__.py index ac2cae5b..de541134 100644 --- a/nominatim/clicmd/__init__.py +++ b/nominatim/clicmd/__init__.py @@ -1,3 +1,9 @@ +# 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. """ Subcommand definitions for the command-line tool. """