X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5d7d7f15d9ca4241669300729d4ac6dea7e3a537..1821f68ca0915c0b797efdbae8b2672f9c81985f:/nominatim/clicmd/__init__.py?ds=inline 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. """