From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: location@lists.ipfire.org Subject: [PATCH] examples: python/create-database.py: Add license to database Date: Tue, 01 Oct 2019 07:59:50 +0200 Message-ID: <20191001055950.4365-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6966008123206752381==" List-Id: --===============6966008123206752381== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Stefan Schantl --- examples/python/create-database.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/python/create-database.py b/examples/python/create-data= base.py index 284c85f..651709c 100644 --- a/examples/python/create-database.py +++ b/examples/python/create-database.py @@ -10,6 +10,9 @@ w.vendor =3D "IPFire Project" # Set a description w.description =3D "This is a geo location database" =20 +# Set a license +w.license =3D "CC" + # Add an AS a =3D w.add_as(204867) a.name =3D "Lightning Wire Labs GmbH" --=20 2.20.1 --===============6966008123206752381==--