From: Stefan Schantl Date: Tue, 1 Oct 2019 05:59:50 +0000 (+0200) Subject: examples: python/create-database.py: Add license to database X-Git-Tag: 0.9.0~50^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc1bcc156124b30ceb34d6cd7dd13151119ab3ae;p=location%2Flibloc.git examples: python/create-database.py: Add license to database Signed-off-by: Stefan Schantl Signed-off-by: Michael Tremer --- diff --git a/examples/python/create-database.py b/examples/python/create-database.py index 284c85f..651709c 100644 --- a/examples/python/create-database.py +++ b/examples/python/create-database.py @@ -10,6 +10,9 @@ w.vendor = "IPFire Project" # Set a description w.description = "This is a geo location database" +# Set a license +w.license = "CC" + # Add an AS a = w.add_as(204867) a.name = "Lightning Wire Labs GmbH"